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

Fix multiple mssql issues (#69311)

This commit is contained in:
Wenqi Hu
2025-11-12 22:17:44 -08:00
committed by GitHub
parent 1c542abd0c
commit a43105e5b7
6 changed files with 36 additions and 5 deletions

View File

@@ -454,6 +454,7 @@ WHERE actor_definition_id ='b5ea17b1-f170-46dc-bc31-cc744ca984c1' AND (configura
| Version | Date | Pull Request | Subject |
|:-----------|:-----------|:------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------|
| 4.3.0-rc.6 | 2025-11-12 | [69311](https://github.com/airbytehq/airbyte/pull/69311) | Fix NPE in state migration when incremental_state is null; Reduce resourceAcquisitionHeartbeat to 100ms; Upgrade CDK version |
| 4.3.0-rc.5 | 2025-11-08 | [69248](https://github.com/airbytehq/airbyte/pull/69248) | Add SQL Server identifier quoting to fix reserved keyword issues |
| 4.3.0-rc.4 | 2025-11-05 | [69194](https://github.com/airbytehq/airbyte/pull/69194) | Fix composite primary key discovery to show all PK columns; separate PK discovery from sync strategy |
| 4.3.0-rc.3 | 2025-10-31 | [69097](https://github.com/airbytehq/airbyte/pull/69097) | Fix connector state value type from string to json object |