Releases: adiom-data/dsync
Releases · adiom-data/dsync
v0.22.0
What's Changed
- various updates and fixes
- add support for s3 and s3vectors
- enhancements for postgres connector
Full Changelog: v0.21.0...v0.22.0
v0.21.0
What's Changed
- Change in memory verifier implementation
- Address some issues and add enhancements in mongo connector
Full Changelog: v0.20.0...v0.21.0
v0.20.0
What's Changed
- Fixes/enhancements to mongo, cosmos, /dev/null connectors
- Support better batching on writer by @adiom-mark in #313
- Support multi response in transforms. by @adiom-mark in #319
- Add web host param by @adiom-mark in #320
- Add verify max tasks. by @adiom-mark in #321
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Added /dev/fakesource
- Various enhancements
- Update Cosmos NoSQL connector (java)
Full Changelog: v0.18.0...v0.19.0
v0.18.0
v0.17.0
- Various fixes
- Remove beta tag
- Experimental support for various connectors (e.g. weaviate, postgres)
- Note that resume data from a previous release will not be compatible with this version
Full Changelog: v0.15-beta...v0.17.0
v0.15-beta
Support for
- DynamoDB
- Cosmos DB NoSQL (sink only for now)
Bug fixes and small improvements
v0.14-beta
- Several bug fixes
- Full switch to gRPC internally
- DynamoDB connector preview
- Cosmos DB vCore support
- New data verification commands
Important changes:
- Switch to positional arguments in CLI: no need to specify -s and -d
- When resumability is required, metadata store needs to be explicitly defined with the -m flag (previously would default to the destination)
v0.12-beta
- Performance improvements
- Bugfixes
- Full hash-based validation
- New gRPC-based connector implementation behind a feature flag
v0.11-beta
- Support for Cosmos DB sink
- Flow reversability via "--reverse"
- Bugfixes