Releases: Clarilab/clarimq
Releases · Clarilab/clarimq
v0.3.0
- Changes the purpose of the "recovery failed chan" to a general err chan, which report all errors that happen concurrently.
- Adds functionality to cache messages, that are send while broker downtime (while the client is recovering) to publish them after the connection is reestablished.
- Adds a sub package, which holds a simple "In-Memory-Cache" implementation that can be used for testing but also for production.
v0.2.0
Connection option added to pass multiple loggers at once.
v0.1.0
Merge pull request #1 from Clarilab/V1 feat: merge V1 into main