- connecting to server {info, connect, ping}
- ping/pong interval
- publishing
- subscriptions
- request/response
- protocol parsing
- client states
- pending buffer
- clustering reconnect
- authentication and connect options
- tests
- example tools
- pypi, etc...
- TLS
- async INFO protocol
- No Echo
- Python 3.7 updates
- Improved connect
- io_loop becomes loop parameter
- Drain Mode
- Connect timeout
- Adopt async/await in client
- Subscription object on subscribe
- Error handler yields the subscription
- Use asyncio.Protocol