Skip to content

Commit 817dbe4

Browse files
committed
sanity
1 parent 44f784e commit 817dbe4

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

airbyte-cdk/java/airbyte-cdk/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Maven and Gradle will automatically reference the correct (pinned) version of th
145145

146146
| Version | Date | Pull Request | Subject |
147147
|:--------|:-----------|:-----------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------|
148+
| 0.26.0 | 2024-03-19 | [\#35792](https://github.com/airbytehq/airbyte/pull/35792) | Improve conversion of debezium Date type for some edge case in mssql |
148149
| 0.25.0 | 2024-03-18 | [\#36203](https://github.com/airbytehq/airbyte/pull/36203) | Wiring of Transformer to StagingConsumerFactory and JdbcBufferedConsumerFactory; import changes for Kotlin conversion; State message logs to debug |
149150
| 0.24.1 | 2024-03-13 | [\#36022](https://github.com/airbytehq/airbyte/pull/36022) | Move log4j2-test.xml to test fixtures, away from runtime classpath. |
150151
| 0.24.0 | 2024-03-13 | [\#35944](https://github.com/airbytehq/airbyte/pull/35944) | Add `_airbyte_meta` in raw table and test fixture updates |
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.25.0
1+
version=0.26.0

airbyte-integrations/connectors/source-postgres/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ java {
1212
}
1313

1414
airbyteJavaConnector {
15-
cdkVersionRequired = '0.23.19'
15+
cdkVersionRequired = '0.26.0'
1616
features = ['db-sources', 'datastore-postgres']
1717
useLocalCdk = false
1818
}

docs/integrations/sources/mssql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ WHERE actor_definition_id ='b5ea17b1-f170-46dc-bc31-cc744ca984c1' AND (configura
327327

328328
| Version | Date | Pull Request | Subject |
329329
|:--------|:-----------|:------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------|
330-
| 4.0.2 | 2024-03-06 | [35792](https://github.com/airbytehq/airbyte/pull/35792) | Initial sync will now send record count in state message. |
330+
| 4.0.2 | 2024-03-19 | [35792](https://github.com/airbytehq/airbyte/pull/35792) | Initial sync will now send record count in state message. |
331331
| 4.0.1 | 2024-03-12 | [36011](https://github.com/airbytehq/airbyte/pull/36011) | Read correctly null values of columns with default value in CDC. |
332332
| 4.0.0 | 2024-03-06 | [35873](https://github.com/airbytehq/airbyte/pull/35873) | Terabyte-sized tables support, reliability improvements, bug fixes. |
333333
| 3.7.7 | 2024-03-06 | [35816](https://github.com/airbytehq/airbyte/pull/35816) | Fix query that was failing on a case sensitive server. |

0 commit comments

Comments
 (0)