Releases: toluaina/pgsync
Releases · toluaina/pgsync
2.1.9
- Clean up Redis cache on teardown.
- Handle nullable Foreign keys
2.1.8
- add support for ELASTICSEARCH_RAISE_ON_EXCEPTION and ELASTICSEARCH_RAISE_ON_ERROR
- add new Elasticsearch types
- optimise has_permission query
2.1.7
- fix UUID column python_type
2.1.6
- Fixed ModuleNotFoundError when loading plugin
2.1.5
- Fixed import Error
- Support auth plugin for secrets
2.1.4
- Add support for specifying checkpoint file location
2.1.3
- Pin Elasticsearch client for compatibility with OpenSearch
2.1.2
- upgraded package versions and type hints
- fix syntax error when database name contains hyphen(-) (#152)
- fix parent NoneType error when inserting into a through table #145
2.1.1
- Use ELASTICSEARCH_HOST value instead of parsed url in connection (#134)
2.1.0
- Fix bootstrap triggers creation