Releases: toluaina/pgsync
Releases · toluaina/pgsync
3.3.0
- Drop support for python 3.8
3.2.1
- fix unexpected keyword argument 'use_ssl' for ELASTICSEARCH_AWS_HOSTED #554
- plugin ordering
- Update regex to add values with spaces also (#559)
3.2.0
- fix PG_LOGICAL_SLOT_PEEK_CHANGES query crashe #546
- support explicit ES mappings
- Bugfix LOGICAL_SLOT_SUFFIX regex (#532)
- Fix poll_db crash when notifications payload indeces is None (#537)
- docker compose: add kibana and add optional EXAMPLE_NAME build arg to select example (#535)
3.1.0
- thread safe QueryBuilder
- SQLAlchemy 2.x support
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