File tree 5 files changed +9
-7
lines changed
airbyte-cdk/java/airbyte-cdk
airbyte-integrations/connectors/source-mssql
docs/integrations/sources
5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,8 @@ corresponds to that version.
173
173
### Java CDK
174
174
175
175
| Version | Date | Pull Request | Subject |
176
- | :------ | :--------- | :--------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------- |
176
+ | :--------| :--------- | :--------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------|
177
+ | 0.33.2 | 2024-05-03 | [ \# 37824] ( https://github.com/airbytehq/airbyte/pull/37824 ) | improve source acceptance tests |
177
178
| 0.33.1 | 2024-05-03 | [ \# 37824] ( https://github.com/airbytehq/airbyte/pull/37824 ) | Add a unit test for cursor based sync |
178
179
| 0.33.0 | 2024-05-03 | [ \# 36935] ( https://github.com/airbytehq/airbyte/pull/36935 ) | Destinations: Enable non-safe-casting DV2 tests |
179
180
| 0.32.0 | 2024-05-03 | [ \# 36929] ( https://github.com/airbytehq/airbyte/pull/36929 ) | Destinations: Assorted DV2 changes for mysql |
Original file line number Diff line number Diff line change 1
- version =0.33.1
1
+ version =0.33.2
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ plugins {
3
3
}
4
4
5
5
airbyteJavaConnector {
6
- cdkVersionRequired = ' 0.31.5 '
6
+ cdkVersionRequired = ' 0.33.2 '
7
7
features = [' db-sources' ]
8
- useLocalCdk = true
8
+ useLocalCdk = false
9
9
}
10
10
11
11
java {
Original file line number Diff line number Diff line change 9
9
connectorSubtype : database
10
10
connectorType : source
11
11
definitionId : b5ea17b1-f170-46dc-bc31-cc744ca984c1
12
- dockerImageTag : 4.0.18
12
+ dockerImageTag : 4.0.19
13
13
dockerRepository : airbyte/source-mssql
14
14
documentationUrl : https://docs.airbyte.com/integrations/sources/mssql
15
15
githubIssueLabel : source-mssql
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Airbyte's certified MSSQL connector offers the following features:
12
12
[ checkpointing] ( https://docs.airbyte.com/understanding-airbyte/airbyte-protocol/#state--checkpointing )
13
13
and chunking of database reads.
14
14
15
- > ⚠️ ** Please note the minimum required platform version is v0.58.0 to run source-mysql 3. 4.0.**
15
+ > ⚠️ ** Please note the minimum required platform version is v0.58.0 to run source-mssql 4.0.18 and above .**
16
16
17
17
## Features
18
18
@@ -418,7 +418,8 @@ WHERE actor_definition_id ='b5ea17b1-f170-46dc-bc31-cc744ca984c1' AND (configura
418
418
## Changelog
419
419
420
420
| Version | Date | Pull Request | Subject |
421
- | :------ | :--------- | :---------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------- |
421
+ | :--------| :-----------| :------------------------------------------------------------------------------------------------------------------| :------------------------------------------------------------------------------------------------------------------------------------------------|
422
+ | 4.0.19 | 2024-05-07 | [ 38029] ( https://github.com/airbytehq/airbyte/pull/38029 ) | Fix previous release. |
422
423
| 4.0.18 | 2024-04-30 | [ 37451] ( https://github.com/airbytehq/airbyte/pull/37451 ) | Resumable full refresh read of tables. |
423
424
| 4.0.17 | 2024-05-02 | [ 37781] ( https://github.com/airbytehq/airbyte/pull/37781 ) | Adopt latest CDK. |
424
425
| 4.0.16 | 2024-05-01 | [ 37742] ( https://github.com/airbytehq/airbyte/pull/37742 ) | Adopt latest CDK. Remove Debezium retries. |
You can’t perform that action at this time.
0 commit comments