File tree 7 files changed +7
-5
lines changed
airbyte-integrations/connectors
src/test/java/io/airbyte/integrations/source/mysql
docs/integrations/sources
7 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
airbyteJavaConnector {
6
- cdkVersionRequired = ' 0.30.5 '
6
+ cdkVersionRequired = ' 0.30.7 '
7
7
features = [' db-sources' ]
8
8
useLocalCdk = false
9
9
}
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.13
12
+ dockerImageTag : 4.0.14
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 @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
airbyteJavaConnector {
9
- cdkVersionRequired = ' 0.30.5 '
9
+ cdkVersionRequired = ' 0.30.7 '
10
10
features = [' db-sources' ]
11
11
useLocalCdk = false
12
12
}
Original file line number Diff line number Diff line change 9
9
connectorSubtype : database
10
10
connectorType : source
11
11
definitionId : 435bb9a5-7887-4809-aa58-28c27df0d7ad
12
- dockerImageTag : 3.3.20
12
+ dockerImageTag : 3.3.21
13
13
dockerRepository : airbyte/source-mysql
14
14
documentationUrl : https://docs.airbyte.com/integrations/sources/mysql
15
15
githubIssueLabel : source-mysql
Original file line number Diff line number Diff line change @@ -804,7 +804,7 @@ public void testInvalidDatetime_metaChangesPopulated() throws Exception {
804
804
assertEquals (expectedMessageMeta , invalidDateRecord .getMeta ());
805
805
806
806
ObjectMapper mapper = new ObjectMapper ();
807
- final JsonNode expectedDataWithoutCdcFields = mapper .readTree ("{\" id\" :120}" );
807
+ final JsonNode expectedDataWithoutCdcFields = mapper .readTree ("{\" id\" :120, \" CAR_DATE \" :null }" );
808
808
removeCDCColumns ((ObjectNode ) invalidDateRecord .getData ());
809
809
assertEquals (expectedDataWithoutCdcFields , invalidDateRecord .getData ());
810
810
}
Original file line number Diff line number Diff line change @@ -417,6 +417,7 @@ WHERE actor_definition_id ='b5ea17b1-f170-46dc-bc31-cc744ca984c1' AND (configura
417
417
418
418
| Version | Date | Pull Request | Subject |
419
419
| :--------| :-----------| :---------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------|
420
+ | 4.0.14 | 2024-04-22 | [ 37476] ( https://github.com/airbytehq/airbyte/pull/37476 ) | Adopt latest CDK. |
420
421
| 4.0.13 | 2024-04-16 | [ 37111] ( https://github.com/airbytehq/airbyte/pull/37111 ) | Populate null values in record message. |
421
422
| 4.0.12 | 2024-04-15 | [ 37326] ( https://github.com/airbytehq/airbyte/pull/37326 ) | Allow up to 60 minutes of wait for the an initial CDC record. |
422
423
| 4.0.11 | 2024-04-15 | [ 37325] ( https://github.com/airbytehq/airbyte/pull/37325 ) | Populate airbyte_meta.changes + error handling. |
Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ Any database or table encoding combination of charset and collation is supported
223
223
224
224
| Version | Date | Pull Request | Subject |
225
225
| :--------| :-----------| :-----------------------------------------------------------| :------------------------------------------------------------------------------------------------------------------------------------------------|
226
+ | 3.3.21 | 2024-04-22 | [ 37476] ( https://github.com/airbytehq/airbyte/pull/37476 ) | Adopt latest CDK. |
226
227
| 3.3.20 | 2024-04-16 | [ 37111] ( https://github.com/airbytehq/airbyte/pull/37111 ) | Populate null values in record message. |
227
228
| 3.3.19 | 2024-04-15 | [ 37328] ( https://github.com/airbytehq/airbyte/pull/37328 ) | Populate airbyte_meta.changes |
228
229
| 3.3.18 | 2024-04-15 | [ 37324] ( https://github.com/airbytehq/airbyte/pull/37324 ) | Refactor source operations. |
You can’t perform that action at this time.
0 commit comments