# December 2024

## Release notes 12/03/2024

### New use case: Reprocessing strategy in event-driven integrations

Our new use case guides you through implementing a reprocessing strategy in event-driven architectures to enhance reliability by preventing data loss, reducing manual effort, and improving operational efficiency.

Explore [this](/documentation/resources/use-cases/reprocessing-strategy-in-event-driven-integrations.md) and more hands-on content in the [**Use Cases in Action**](/documentation/resources/use-cases/how-to-jolt.md) section of the Documentation Portal.

### Documentation

* **Troubleshooting articles:** We’ve updated our troubleshooting documentation with new articles:
  * [Integrated authentication with Microsoft Entra ID (former Azure Active Directory)](/documentation/troubleshooting/authentication-and-security-guides/integrated-authentication-with-microsoft-entra-id.md)
  * [How to use DISTINCT and COUNT in the Object Store](/documentation/connectors-and-triggers/connectors/structured-data/object-store/distinct-and-count-object-store.md)
  * [How to generate, convert, and register SSH Keys](/documentation/troubleshooting/authentication-and-security-guides/generate-convert-register-ssh-keys.md)
  * [How to consume Internal API pipelines using ZTNA](/documentation/troubleshooting/connectivity-guides/consume-internal-api-pipelines-ztna.md)
  * [How to configure mTLS on the Digibee Integration Platform](/documentation/troubleshooting/authentication-and-security-guides/mtls/how-to.md)
  * [FAQs: Certificates in mTLS](/documentation/troubleshooting/authentication-and-security-guides/mtls/faqs.md)
  * [FAQs: Digibee Customer Support](/documentation/troubleshooting/help-and-faq/support.md)
* **ZTNA documentation update:** We’ve improved the ZTNA documentation for first users. Now you have a [step-by-step](/documentation/developer-guide/connectivity-management/ztna.md) on how to implement your ZTNA connection for the first time.

### Improvements and bugs

#### Improvements

* **New navigation experience in Groups:** We have enhanced the browsing and search functionality for **Groups** in the **Administration** section of the Digibee Integration Platform.

#### Bugs

* **Redeploy for multi-instance pipelines**: We fixed the bug in the redeployment process for multi-instance pipelines, ensuring proper handling when a new version is detected as already running on another instance.
* **Multi-instance pipelines are not displayed on Pipeline Metrics:** We fixed the bug that caused multi-instance pipelines to not appear on the Pipeline Metrics page.
* **Errors in the replica usage count on the Pipeline Metrics page:** We fixed a bug where the number of executed metrics displayed when running pipeline tests differed from the available metrics shown on the page .
* **Pagination error on the Accounts page:** We fixed the bug that caused a pagination error on the Accounts page.
* **Pipeline list missing on the Account edit screen:** We fixed a bug during account editing where the pipeline list disappeared when clicking to advance to the next page.
* **Pipelines with a custom account not listed as associated**: We fixed a bug that prevented pipelines using custom accounts from appearing in the Associated pipelines section.
* **Pipelines with accounts in triggers not listed as associated:** We fixed a bug where pipelines using a trigger linked to an unlisted account were missing from the Accounts sidesheet.
* **Do While connector in Debug mode:** We fixed a bug where the iteration steps of the Do While connector could not be verified in Debug mode when multiple Do While connectors were present in the flow.
* **Multipart calls in the REST connector:** We fixed the bug where the REST V2 connector did not maintain the order of fields when the `Content-type` header was set to `multipart/form-data`, impacting requests to services that required a specific field order.
* **JOLT connector and decimal numbers:** We fixed the bug where the JOLT V2 connector converted decimal numbers to scientific notation when pipelines were deployed.


---

# 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.digibee.com/documentation/release-notes/past-releases/release-notes-2024/december.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.
