# Change Log

## [v201](https://github.com/data-flo/studio/releases/tag/v201.0.0)

* Bug fix: include `tenantId` in Azure AD config \[563].
* Set Plausible Analytics domain name to `data-flo.io`.

***

## [v200](https://github.com/data-flo/studio/releases/tag/v200.0.0)

* Bug fix: include `tenantId` in Azure AD config \[563].
* Set Plausible Analytics domain name to `data-flo.io`.

***

## [v198](https://github.com/data-flo/studio/releases/tag/v198.0.0)

* Bug fix: import data from Epicollect5 adaptor \[5071].

***

## [v196](https://github.com/data-flo/studio/releases/tag/v196.0.0)

* Bug fix: unexpeted end of JSON error with large input files.

***

## [v195](https://github.com/data-flo/studio/releases/tag/v195.0.0)

{% hint style="info" %}
This version requires a database update.
{% endhint %}

* Bug fix: Fix csv line counting when files do not end with a newline.
* Added `AUTH_LDAP_TLS_OPTIONS_CA_PATH`: support for adding custom certificate authority.
* DB changes: added a migration script to rename Mongodb collection to Workflows.

***

## [v190](https://github.com/data-flo/studio/releases/tag/v190.0.0)

* Bug fix: Some rows are missing when using import-from-excel-file adaptor \[3575].

***

<details>

<summary>Legacy releases</summary>

#### [v189](https://github.com/data-flo/code/releases/tag/v189.0.0)

* Added banner for new major version release: <https://cgps.gitbook.io/data-flo/readme/new-release>.

***

#### [v187](https://github.com/data-flo/code/releases/tag/v187.0.0)

* Bug fix: importing Excel files with empty headers fail \[4622].

***

#### [v186](https://github.com/data-flo/code/releases/tag/v186.0.0)

* Handle OpenCage limit errors.

***

#### [v185](https://github.com/data-flo/code/releases/tag/v185.0.0)

* Migrate geocoding API to OpenCage.

***

#### [v184](https://github.com/data-flo/code/releases/tag/v184.0.0)

* Bug fix: invalid data type in `row-column-value` adaptor.

***

#### [v183](https://github.com/data-flo/code/releases/tag/v183.0.0)

* Update help and support link.

***

#### [v180](https://github.com/data-flo/code/releases/tag/v180.0.0)

* Supports `ApplicationIntent=READONLY` in SQL Server connections.

***

#### [v179](https://github.com/data-flo/code/releases/tag/v179.0.0)

* Add country codes to forward geocoding ([#4](https://gitlab.com/cgps/data-flo/data-flo-io/-/issues/4)).

***

#### [v178](https://github.com/data-flo/code/releases/tag/v178.0.0)

* Add compare-columns adaptor ([#2](https://gitlab.com/cgps/data-flo/data-flo-io/-/issues/2)).

***

#### [v177](https://github.com/data-flo/code/releases/tag/v177.0.0)

* Update to Node.js v17 (gallium).

***

#### [v176](https://github.com/data-flo/code/releases/tag/v176.0.0)

* Tabs () can be used as delimiter in `datatable-to-csv` and `datatable-to-csv-file` adaptors.

***

#### [v175](https://github.com/data-flo/code/releases/tag/v175.0.0)

* Add Plausible Analytics
* Feature Request: Add star to beginning of argument names if required ([#247](https://gitlab.com/cgps/data-flo/data-flo-io/-/issues/247)).
* Mark `discard-columns` adaptor as deprecated.

***

#### [v174](https://github.com/data-flo/code/releases/tag/v174.0.0)

* Fixed renaming an existing Microreact project ([#240](https://gitlab.com/cgps/data-flo/data-flo-io/-/issues/240)).

***

#### [v173](https://github.com/data-flo/code/releases/tag/v173.0.0)

* Bug fix: Spreadsheet file does not honour the sheet names ([#232](https://gitlab.com/cgps/data-flo/data-flo-io/-/issues/232)).

***

#### [v172](https://github.com/data-flo/code/releases/tag/v172.0.0)

* Add [Byte Order Mark](https://en.wikipedia.org/wiki/Byte_order_mark) to CSV files <https://stackoverflow.com/questions/42462764/javascript-export-csv-encoding-utf-8-issue>.

***

#### [v171](https://github.com/data-flo/code/releases/tag/v171.0.0)

* Update docker-in-docker image to `20.10.12-dind`.

***

#### [v170](https://github.com/data-flo/code/releases/tag/v170.0.0)

* Add a remove-duplicate-rows adaptor.
* Add numerical filtering of rows.

</details>


---

# 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://cgps.gitbook.io/data-flo/readme/change-log.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.
