Releases: smartrent/tortoise311
Releases · smartrent/tortoise311
v0.12.2
v0.12.1
v0.12.0
- Cap the max reconnect rate by delaying before the first connect
- Add jitter to backoff delays
- Backoff when retrying failed subscriptions
- Bump dependencies and test with Elixir 1.17
v0.11.7
- Fix warnings when using Elixir 1.15
v0.11.6
Fixes
- Reconnect with backoff on connection refused, instead of terminating connection and causing immediate connection restart
v0.11.5
- Added dialyzer flags :missing_returns and :extra_returns
- Minor fixes from new dialyzer warnings
- CI updated to OTP 25
v0.11.4
Fixes
- The Connection Controller is no longer terminated but only disabled just before shutting down its supervisor.
v0.11.3
- Now produces transmission telemetry
- Cleaned up docs which still referred to Tortoise instead of Tortoise311
- Various code cleanup following adding credo to the circleci config
v0.11.2
- Fixed crashes that could happen when the broker reconnects
- No longer uses strong random as it unnecessarily depleted entropy pool
v0.11.1
- The default timeout is no longer :infinity but 60 secs
- Backoffs on failed connection is monotonic (not cyclical)