File tree 4 files changed +3
-39
lines changed
airbyte-integrations/connectors/source-postgres
docs/integrations/sources
4 files changed +3
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
}
13
13
14
14
airbyteJavaConnector {
15
- cdkVersionRequired = ' 0.19.0 '
15
+ cdkVersionRequired = ' 0.20.4 '
16
16
features = [' db-sources' , ' datastore-postgres' ]
17
17
useLocalCdk = false
18
18
}
Original file line number Diff line number Diff line change 9
9
connectorSubtype : database
10
10
connectorType : source
11
11
definitionId : decd338e-5647-4c0b-adf4-da0e75f5a750
12
- dockerImageTag : 3.3.8
12
+ dockerImageTag : 3.3.9
13
13
dockerRepository : airbyte/source-postgres
14
14
documentationUrl : https://docs.airbyte.com/integrations/sources/postgres
15
15
githubIssueLabel : source-postgres
Original file line number Diff line number Diff line change @@ -292,6 +292,7 @@ According to Postgres [documentation](https://www.postgresql.org/docs/14/datatyp
292
292
293
293
| Version | Date | Pull Request | Subject |
294
294
| ---------| ------------| ----------------------------------------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
295
+ | 3.3.9 | 2024-02-13 | [ 35224] ( https://github.com/airbytehq/airbyte/pull/35224 ) | Adopt CDK 0.20.4 |
295
296
| 3.3.8 | 2024-02-08 | [ 34751] ( https://github.com/airbytehq/airbyte/pull/34751 ) | Adopt CDK 0.19.0 |
296
297
| 3.3.7 | 2024-02-08 | [ 34781] ( https://github.com/airbytehq/airbyte/pull/34781 ) | Add a setting in the setup page to advance the LSN. |
297
298
| 3.3.6 | 2024-02-07 | [ 34892] ( https://github.com/airbytehq/airbyte/pull/34892 ) | Adopt CDK v0.16.6 |
You can’t perform that action at this time.
0 commit comments