Toluaina Pgsync Versions Save

Postgres to Elasticsearch/OpenSearch sync

3.1.0

4 months ago
  • thread safe QueryBuilder
  • SQLAlchemy 2.x support

3.0.0

5 months ago

Update to MIT LICENSE

2.5.0

1 year ago
  • OpenSearch support
  • fix insert on through tables
  • remove 400 from ignore_status as this hides errors by default

2.4.0

1 year ago

2.3.3

1 year ago
  • support env var in schema.json
  • fixed bug when inserting into a non-root table

2.3.2

1 year ago
  • Optimise to reduce memory footprint
  • stop sorting list items

2.3.1

1 year ago
  • fix bootstrap teardown drop function error

2.3.0

1 year ago
  • 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

2 years ago
  • Support multiple threads for Poll db

2.2.0

2 years ago
  • Fixed pickle error in parallel sync
  • search .env file from current folder
  • add a thread exist handler