Releases: smartrent/jackalope
Releases · smartrent/jackalope
v0.9.0
v0.8.1
- Updates
- Upgraded to Tortoise311 v0.12.0
v0.8.0
- Updates
- Support for subscribing after connecting to the MQTT server
v0.7.3
-
Updates
- Remove Logger warnings for Elixir 1.15
-
Fixes
- Add
:clean_session
option support. This fixes issues with QoS 1 sessions
- Add
v0.7.2
- Updates
- Support querying the session's connection status
v0.7.1
- Fixes
- Added dialyzer flags :missing_return, :extra_return
- Minor fixes to remove new dialyzer warnings
- Updated CI to OTP 25
v0.7.0
- Updated
- BREAKING CHANGE: Jackalope no longer encodes or decodes MQTT message payloads.
v0.6.0
-
Updates
- BREAKING CHANGE: Dynamic subscriptions are no longer supported
- :infinity is no longer the default for publish work item TTL or work list bound
- BREAKING CHANGE: The API for publishing is simplified; there's now only one publish call
-
Fixes
- Dynamic subscriptions were broken in failure and retry scenarios, removing support for them fixes that
v0.5.1
- Updates
- Uses backoff options
v0.5.0
- Updates
- Bumped tortoise311 to 0.11