Releases: binsoul/net-mqtt
Releases · binsoul/net-mqtt
0.8.0
- Use Flow as return type in FlowFactory methods
- Fix tests
0.7.0
- Unit test all packets
- Unsubscribe flow sets result to array of subscriptions
0.4.0
- Split IdentifierGenerator interface
- Introduce packet factory and use in stream parser and flows
- Introduce flow factory
0.3.0
- Update development dependencies
0.2.1
- Move strict client id validation into new class
0.2.0
- Wrap common data into classes
- Introduce flows to provide reusable packet sequences
- Code cleanup