Skip to content

Releases: toluaina/pgsync

1.1.29

23 Mar 11:10
Compare
Choose a tag to compare

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

09 Mar 20:20
Compare
Choose a tag to compare
  • 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

19 Feb 22:17
Compare
Choose a tag to compare
  • 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

11 Feb 21:03
Compare
Choose a tag to compare
  • 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

26 Jan 21:31
Compare
Choose a tag to compare
  • encode connection URL #65
  • Fixed trigger error with Postgres 9.6 #64

1.1.24

07 Jan 22:36
Compare
Choose a tag to compare
  • Fix KeyError when inserting Child with relationship

1.1.23

11 Dec 20:17
Compare
Choose a tag to compare
  • Support more Elasticsearch bulk index environment variables.

1.1.22

18 Nov 20:40
Compare
Choose a tag to compare
  • cleanup logical replication slots at periodic intervals #53

1.1.21

13 Nov 16:00
Compare
Choose a tag to compare
  • insert into child now updates parent relationship

1.1.20

09 Nov 12:49
Compare
Choose a tag to compare
  • Support uuid field in Elasticsearch query