1
0
mirror of synced 2025-12-29 09:03:46 -05:00

URL encode username and password fields (#32028)

Co-authored-by: rodireich <rodireich@users.noreply.github.com>
This commit is contained in:
Rodi Reich Zilberman
2023-11-01 13:22:27 -07:00
committed by GitHub
parent b08b09d7ea
commit f5c87968ca
15 changed files with 145 additions and 146 deletions

View File

@@ -190,6 +190,7 @@ For more information regarding configuration parameters, please see [MongoDb Doc
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|
| 1.0.5 | 2023-10-31 | [32028](https://github.com/airbytehq/airbyte/pull/32028) | url encode username and password.<br/>Handle a case of document update and delete in a single sync. |
| 1.0.3 | 2023-10-19 | [31629](https://github.com/airbytehq/airbyte/pull/31629) | Allow discover operation use of disk file when an operation goes over max allowed mem |
| 1.0.2 | 2023-10-19 | [31596](https://github.com/airbytehq/airbyte/pull/31596) | Allow use of temp disk file when an operation goes over max allowed mem |
| 1.0.1 | 2023-10-03 | [31034](https://github.com/airbytehq/airbyte/pull/31034) | Fix field filtering logic related to nested documents |