File tree 3 files changed +4
-3
lines changed
airbyte-integrations/connectors/source-mssql
docs/integrations/sources
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ application {
25
25
26
26
dependencies {
27
27
implementation ' com.microsoft.sqlserver:mssql-jdbc:10.2.1.jre8'
28
- implementation ' io.debezium:debezium-embedded:2.4.0 .Final'
29
- implementation ' io.debezium:debezium-connector-sqlserver:2.4.0 .Final'
28
+ implementation ' io.debezium:debezium-embedded:2.6.1 .Final'
29
+ implementation ' io.debezium:debezium-connector-sqlserver:2.6.1 .Final'
30
30
implementation ' org.codehaus.plexus:plexus-utils:3.4.2'
31
31
32
32
testFixturesImplementation ' org.testcontainers:mssqlserver:1.19.0'
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.19
12
+ dockerImageTag : 4.0.20
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 @@ -419,6 +419,7 @@ WHERE actor_definition_id ='b5ea17b1-f170-46dc-bc31-cc744ca984c1' AND (configura
419
419
420
420
| Version | Date | Pull Request | Subject |
421
421
| :--------| :-----------| :------------------------------------------------------------------------------------------------------------------| :------------------------------------------------------------------------------------------------------------------------------------------------|
422
+ | 4.0.20 | 2024-05-07 | [ 38042] ( https://github.com/airbytehq/airbyte/pull/38042 ) | Bump debezium version to latest. |
422
423
| 4.0.19 | 2024-05-07 | [ 38029] ( https://github.com/airbytehq/airbyte/pull/38029 ) | Fix previous release. |
423
424
| 4.0.18 | 2024-04-30 | [ 37451] ( https://github.com/airbytehq/airbyte/pull/37451 ) | Resumable full refresh read of tables. |
424
425
| 4.0.17 | 2024-05-02 | [ 37781] ( https://github.com/airbytehq/airbyte/pull/37781 ) | Adopt latest CDK. |
You can’t perform that action at this time.
0 commit comments