Skip to content

Releases: radekmie/changestream-to-redis

v0.9.3

29 Jul 09:35
24f2e60

Choose a tag to compare

Full Changelog: v0.9.2...v0.9.3

  • Standardized Prometheus metrics: added type-dependent suffixes and added a Content-Type header.

v0.9.2

23 Jul 13:30
4b034f4

Choose a tag to compare

Full Changelog: v0.9.1...v0.9.2

  • Renamed (most importantly: prefixed) Prometheus metrics to prevent clashes with different tools.
  • Improved NAMESPACES support by using fullDocumentBeforeChanges for deleted documents, and by supporting object values.

v0.9.1

18 Jul 09:17
fd2d69a

Choose a tag to compare

Full Changelog: v0.9.0...v0.9.1

  • Changed from whenAvailable to updateLookup as the default fullDocument option with the NAMESPACES configured.

v0.9.0

17 Jul 16:19
9c19ea0

Choose a tag to compare

Full Changelog: v0.8.1...v0.9.0

  • Added support for generating namespaces-like messages (NAMESPACES).

v0.8.1

13 Dec 07:37
bcfa91c

Choose a tag to compare

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

13 Dec 07:14
1a98dc0

Choose a tag to compare

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, and REDIS_RESPONSE_TIMEOUT_SECS.

This release is brought to you by @jdgjsag67251 🚀

v0.7.0

29 Sep 20:43
e5579e2

Choose a tag to compare

Full Changelog: v0.6.0...v0.7.0

  • Implemented Redis batching (REDIS_BATCH_SIZE) and configurable queue size (REDIS_QUEUE_SIZE) in #4.

v0.6.0

11 Jul 07:05
b8b5305

Choose a tag to compare

Full Changelog: v0.5.0...v0.6.0

  • Added an option to exclude collections (EXCLUDED_COLLECTIONS).

v0.5.0

06 Jul 17:08
cb90c73

Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

  • Added Prometheus metrics (closes #3).

v0.4.0

29 Jul 22:46
3f69e4f

Choose a tag to compare

Full Changelog: v0.3.0...v0.4.0

  • Implemented selective full documents mode (FULL_DOCUMENT_COLLECTIONS).