Skip to content

Commit 01460f6

Browse files
committed
bump version
1 parent d6f6024 commit 01460f6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

airbyte-integrations/connectors/source-postgres-strict-encrypt/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION source-postgres-strict-encrypt
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.4.38
19+
LABEL io.airbyte.version=0.4.39
2020
LABEL io.airbyte.name=airbyte/source-postgres-strict-encrypt

airbyte-integrations/connectors/source-postgres/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION source-postgres
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.4.38
19+
LABEL io.airbyte.version=0.4.39
2020
LABEL io.airbyte.name=airbyte/source-postgres

docs/integrations/sources/postgres.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@ Possible solutions include:
354354

355355
| Version | Date | Pull Request | Subject |
356356
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------|
357-
| 0.5.0 | 2022-07-26 | [14362](https://github.com/airbytehq/airbyte/pull/14362) | Integral columns are now discovered as int64 fields. |
357+
| 0.4.39 | 2022-07-26 | [14534](https://github.com/airbytehq/airbyte/pull/14534) | CDC now preserves milliseconds on timestamps. Improved data type testing across CDC and standard mode. |
358+
| 0.4.38 | 2022-07-26 | [14362](https://github.com/airbytehq/airbyte/pull/14362) | Integral columns are now discovered as int64 fields. |
358359
| 0.4.37 | 2022-07-22 | [14714](https://github.com/airbytehq/airbyte/pull/14714) | Clarified error message when invalid cursor column selected |
359360
| 0.4.36 | 2022-07-21 | [14451](https://github.com/airbytehq/airbyte/pull/14451) | Make initial CDC waiting time configurable |
360361
| 0.4.35 | 2022-07-14 | [14574](https://github.com/airbytehq/airbyte/pull/14574) | Removed additionalProperties:false from JDBC source connectors |

0 commit comments

Comments
 (0)