Releases: toluaina/pgsync
Releases · toluaina/pgsync
2.5.0
- OpenSearch support
- fix insert on through tables
- remove 400 from ignore_status as this hides errors by default
2.4.0
- 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
- support env var in schema.json
- fixed bug when inserting into a non-root table
2.3.2
- Optimise to reduce memory footprint
- stop sorting list items
2.3.1
- fix bootstrap teardown drop function error
2.3.0
- 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
- Support multiple threads for Poll db
2.2.0
- Fixed pickle error in parallel sync
- search
.env
file from current folder
- add a thread exist handler
2.1.11
- Batching redis writes (#234)
- Support azure database username format #224
- Experimental support for parallel sync
- Support more than 100 column tables #149
2.1.10
- remove eold python 3.6 from support matrix
- fixed rename transform for json fields #212
- fix materialized view when using non default schema