Releases: toluaina/pgsync
Releases · toluaina/pgsync
1.1.29
Republishing version 1.1.28
- make regex more robust for handling quoted table names
- fixed transform bug
- support Elasticsearch injest pipeline
- support concat filters
- use sqlalchemy 2.0 compatible runtime inspection
1.1.28
- make regex more robust for handling quoted table names
- fixed transform bug
- support Elasticsearch injest pipeline
- support concat filters
- use sqlalchemy 2.0 compatible runtime inspection
1.1.27
- Added Redis poll interval environment variable
- Fetch foreign keys from information_schema
- Fixed a bug when inserting a child with through table
1.1.26
- added client system level TCP keepalive configuration
- ensure slot name contains only alphanumeric and underscore #71
- encode connection URL #65
- exit main thread when there is an error in the child
1.1.25
- encode connection URL #65
- Fixed trigger error with Postgres 9.6 #64
1.1.24
- Fix KeyError when inserting Child with relationship
1.1.23
- Support more Elasticsearch bulk index environment variables.
1.1.22
- cleanup logical replication slots at periodic intervals #53
1.1.21
- insert into child now updates parent relationship
1.1.20
- Support uuid field in Elasticsearch query