> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/april.md).

# April

## Release notes 04-26-2022

**COMPONENTS**

* **Kafka:** now it’s possible to configure messages in AVRO format. To learn more, read the [updated documentation of the component Kafka](broken://pages/4CEx2x42zNwfPkPEmqee).

**We’ve also fixed a bug:**

* **WebDAV:** we’ve fixed the error that occasionally blocked file uploads.

## Release notes 04-12-2022

#### **TRIGGERS**

* **HTTP, REST and HTTP File:** now it’s possible to configure response headers using Double Braces. That means any value can be added into the body or metadata of pipelines.\
  \
  For more information read the full documentation: [HTTP](broken://pages/6tWAzWvi6lpMF7wOAyLu), [REST](broken://pages/9vCqj3BomKjW0rZsNOot), [HTTP File - Downloads](broken://pages/kJL6fUShHIoBTz5ndqCL), and [HTTP File - Uploads](broken://pages/nVTHx7IJRAvO2Dgwaq7K).

#### **mTLS**

The mTLS functionality is now released for all customers. The mutual TLS, or mTLS, is a bilateral authentication protocol. By validating that both parties (server and client) have the correct private key, mTLS ensures that the people or systems on both sides of a network connection are who they claim to be.

[Read the mTLS documentation here](broken://pages/TdxvcLYVqtYGcfbenznS).

#### **SUPPORT**

Our support service now works 24/7 hours and in 3 languages ​​(Portuguese, English, and Spanish), for all customers.

If you need help, open a chat through the Digibee Integration Platform using the "?" icon.

[Click here to learn more about it](broken://pages/YyZRGQzjHFwZ7UgJTwIt).

#### **ARTICLES**

In order to improve our documentation, we’ve created the article below:

* [Test-mode](broken://pages/S9AHzr7KJ77eqw4BfCFf)

**We’ve also fixed a few bugs:**

* **Retry:** fixed the error that occurred after the timeout in the Retry component of an execution, where the component did not execute the next request.
* **Pipeline Logs:** fixed the error that showed a log line with the message “Unexpected error” and the field Pipeline Key blank.\
  This message appeared when the JWT and REST V2 components received a response in HTML format.

To check the behavior of the component responses, access the full documentation here: [Digibee JWT](broken://pages/YJd8r8DDjNkvCVIpVgDh), [REST V2](broken://pages/gGfeSNs3W2v3gitPIII0).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digibee.com/documentation/release-notes/past-releases/release-notes-2022/april.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
