You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-postgres/src/main/java/io/airbyte/integrations/source/postgres/cdc/PostgresCdcCtidInitializer.java
+9-2
Original file line number
Diff line number
Diff line change
@@ -190,16 +190,23 @@ public static List<AutoCloseableIterator<AirbyteMessage>> cdcCtidIteratorsCombin
| 3.4.1 | 2024-05-10 |[38130](https://github.com/airbytehq/airbyte/pull/38130)| Bug fix on old PG where ctid column not found when stream is a view. |
311
312
| 3.4.0 | 2024-04-29 |[37112](https://github.com/airbytehq/airbyte/pull/37112)| resumeable full refresh. |
312
313
| 3.3.33 | 2024-05-07 |[38030](https://github.com/airbytehq/airbyte/pull/38030)| Mark PG hot standby error as transient. |
@@ -471,13 +472,13 @@ According to Postgres [documentation](https://www.postgresql.org/docs/14/datatyp
471
472
| 0.4.43 | 2022-08-03 |[15226](https://github.com/airbytehq/airbyte/pull/15226)| Make connectionTimeoutMs configurable through JDBC url parameters |
472
473
| 0.4.42 | 2022-08-03 |[15273](https://github.com/airbytehq/airbyte/pull/15273)| Fix a bug in `0.4.36` and correctly parse the CDC initial record waiting time |
473
474
| 0.4.41 | 2022-08-03 |[15077](https://github.com/airbytehq/airbyte/pull/15077)| Sync data from beginning if the LSN is no longer valid in CDC |
474
-
|| 2022-08-03 |[14903](https://github.com/airbytehq/airbyte/pull/14903)| Emit state messages more frequently (⛔ this version has a bug; use `1.0.1` instead |
475
+
|| 2022-08-03 |[14903](https://github.com/airbytehq/airbyte/pull/14903)| Emit state messages more frequently (⛔ this version has a bug; use `1.0.1` instead |
475
476
| 0.4.40 | 2022-08-03 |[15187](https://github.com/airbytehq/airbyte/pull/15187)| Add support for BCE dates/timestamps |
476
477
|| 2022-08-03 |[14534](https://github.com/airbytehq/airbyte/pull/14534)| Align regular and CDC integration tests and data mappers |
| 0.4.36 | 2022-07-21 |[14451](https://github.com/airbytehq/airbyte/pull/14451)| Make initial CDC waiting time configurable (⛔ this version has a bug and will not work; use `0.4.42` instead) |
481
+
| 0.4.36 | 2022-07-21 |[14451](https://github.com/airbytehq/airbyte/pull/14451)| Make initial CDC waiting time configurable (⛔ this version has a bug and will not work; use `0.4.42` instead) |
| 0.4.34 | 2022-07-17 |[13840](https://github.com/airbytehq/airbyte/pull/13840)| Added the ability to connect using different SSL modes and SSL certificates. |
0 commit comments