Skip to content

Releases: toluaina/pgsync

3.1.0

03 Jan 13:43
Compare
Choose a tag to compare
  • thread safe QueryBuilder
  • SQLAlchemy 2.x support

3.0.0

19 Nov 19:37
Compare
Choose a tag to compare

Update to MIT LICENSE

2.5.0

31 Jan 21:46
Compare
Choose a tag to compare
  • OpenSearch support
  • fix insert on through tables
  • remove 400 from ignore_status as this hides errors by default

2.4.0

01 Jan 11:45
Compare
Choose a tag to compare
  • Correctly iddentify index in redis (#399)
  • Fix for a certain failing relationship layout, fixes #397 (#398)
  • Query optimization for root level nodes
  • Updadated package dependencies

2.3.3

24 Oct 21:23
Compare
Choose a tag to compare
  • support env var in schema.json
  • fixed bug when inserting into a non-root table

2.3.2

31 Jul 19:19
Compare
Choose a tag to compare
  • Optimise to reduce memory footprint
  • stop sorting list items

2.3.1

07 Jul 17:30
Compare
Choose a tag to compare
  • fix bootstrap teardown drop function error

2.3.0

04 Jul 09:33
Compare
Choose a tag to compare
  • minimize the tmp file disk usage when calling pg_logical_slot_peek_changes and pg_logical_slot_get_changes #267
  • add knn_vector to knownn Elasticsearch types
  • add support for dynamic_template mapping #272
  • support for views #275,#175,#103
  • Async support
  • optimize bootstrap
  • support configurable postgres driver

2.2.1

12 Mar 13:49
Compare
Choose a tag to compare
  • Support multiple threads for Poll db

2.2.0

01 Mar 11:19
Compare
Choose a tag to compare
  • Fixed pickle error in parallel sync
  • search .env file from current folder
  • add a thread exist handler