# Tailer Beta Releases

## Tailer API Endpoint Staging (Europe)

<https://fd-io-jarvis-platform-api-proxy-staging-a7nkzexitq-ew.a.run.app/>

## Tailer SDK Beta releases

{% hint style="danger" %}
Beta versions of Tailer SDK are available here for testing purposes.

INSTALL ONLY IF YOU KNOW WHAT YOU ARE DOING !
{% endhint %}

### Latest BETA package : 1.3.19

#### Beta 1.3.19 Release Note

* auth : fixed a bug during login where default value would not be used properly
* TTT : added usage of FD\_DATE templates on table name for sql tasks and delete table tasks
* TTS : context is now applied to SQL queries

Last updated : 2025-01-13 10:33

{% file src="/files/ZsYOq81aiiLwXUzzE8ZZ" %}

### Install Tailer SDK Package using PIP

1. Download the package above on your computer
2. Unzip the zip file. You should get a file named : **tailer\_sdk-X.Y.Z-py3-none-any.whl**

   X.Y.Z is the SDK version number.
3. Install using PIP :

   `pip3 install tailer_sdk-X.Y.Z-py3-none-any.whl --force-reinstall`

### Go back to the latest RELEASE version

From a terminal, use PIP to go back to the latest Tailer SDK RELEASE:

`pip3 install tailer-sdk --force-reinstall`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tailer.ai/release-notes/tailer-beta-releases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
