1
0
mirror of synced 2025-12-25 02:09:19 -05:00

fix(source-mongodb-v2): fix hardcoded read preferences (#64900)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: yue.li@airbyte.io <yue.li@airbyte.io>
This commit is contained in:
devin-ai-integration[bot]
2025-08-12 13:04:29 -07:00
committed by GitHub
parent 0ca54ee683
commit c2ca2e4084
4 changed files with 37 additions and 3 deletions

View File

@@ -210,6 +210,8 @@ For more information regarding configuration parameters, please see [MongoDb Doc
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:----------------------------------------------------------------------------------------------------------|
| 2.0.3 | 2025-08-12 | [64900](https://github.com/airbytehq/airbyte/pull/64900) | Fix hardcoded read preferences to allow specification in connection string. |
| 2.0.2 | 2025-07-14 | [62938](https://github.com/airbytehq/airbyte/pull/62938) | Only require a single database read permission when configured to sync a single database. |
| 2.0.1 | 2025-06-04 | [61369](https://github.com/airbytehq/airbyte/pull/61369) | Do not pin on 1.5.17 |
| 2.0.0 | 2025-05-27 | [60252](https://github.com/airbytehq/airbyte/pull/60252) | Add support for multiple databases |