Releases: radekmie/changestream-to-redis
Releases · radekmie/changestream-to-redis
v0.9.3
v0.9.2
Full Changelog: v0.9.1...v0.9.2
- Renamed (most importantly: prefixed) Prometheus metrics to prevent clashes with different tools.
- Improved
NAMESPACESsupport by usingfullDocumentBeforeChangesfor deleted documents, and by supporting object values.
v0.9.1
Full Changelog: v0.9.0...v0.9.1
- Changed from
whenAvailabletoupdateLookupas the defaultfullDocumentoption with theNAMESPACESconfigured.
v0.9.0
Full Changelog: v0.8.1...v0.9.0
- Added support for generating
namespaces-like messages (NAMESPACES).
v0.8.1
Full Changelog: v0.8.0...v0.8.1
- The Rust toolchain version got updated to 1.81.0 to fix the Docker image.
v0.8.0
Full Changelog: v0.7.0...v0.8.0
- Added support for Redis TLS support in #5 (no configuration needed).
- Added support for retrying Redis communication in #6 (
REDIS_PUBLISH_RETRY_COUNT).- There's also a couple of new flags to configure the Redis connection:
REDIS_CONNECTION_RETRY_COUNT,REDIS_CONNECTION_TIMEOUT_SECS,REDIS_MAX_DELAY_SECS, andREDIS_RESPONSE_TIMEOUT_SECS.
- There's also a couple of new flags to configure the Redis connection:
This release is brought to you by @jdgjsag67251 🚀
v0.7.0
v0.6.0
Full Changelog: v0.5.0...v0.6.0
- Added an option to exclude collections (
EXCLUDED_COLLECTIONS).
v0.5.0
v0.4.0
Full Changelog: v0.3.0...v0.4.0
- Implemented selective full documents mode (
FULL_DOCUMENT_COLLECTIONS).