All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add support for custom client id postfixes.
- Use official paho mqtt client instead of bundled, outdated version.
- Adapt new api url. #3
- Adapt new persisted messages format. #3
- Drop support for manipulating auth token: deleted
realmq.me.token.(update|remove)
.
0.1.0-alpha7 - 2018-04-20
- Introduce
realmq.messages.list()
for retrieving persisted messages (aka channel history) - Introduce real-time subscription lifecycle events
subscription-(created|deleted|updated)
- Synchronize subscriptions automatically