Releases: radekmie/changestream-to-redis
Releases · radekmie/changestream-to-redis
v0.8.1
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
).
v0.3.0
Full Changelog: v0.2.0...v0.3.0
- Configured Clippy rules.
- Optimized dependencies.
- Centralized config.
- Introduced high availability mode (
DEDUPLICATION
). - Introduced
DEBUG
mode.
v0.2.0
Full Changelog: v0.1.0...v0.2.0
- Configured arm64 build (Docker image).