Skip to content

Releases: Clarilab/clarimq

v0.3.0

11 Sep 13:19
89b2b5a
Compare
Choose a tag to compare
  • 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

04 Sep 09:05
f1f5bdb
Compare
Choose a tag to compare

Connection option added to pass multiple loggers at once.

v0.1.0

03 Sep 21:48
8d90cde
Compare
Choose a tag to compare
Merge pull request #1 from Clarilab/V1

feat: merge V1 into main