Releases: DrmagicE/gmqtt
Releases · DrmagicE/gmqtt
v0.5.0
What's Changed
- remove the outdated examples folder by @DrmagicE in #143
- revise readme by @DrmagicE in #144
- Fix: infinite recursive call by @sp0cket in #149
- fix: fix validation issue in admin plugin by @DrmagicE in #152
- add with retained store by @Fiekers in #159
- chore: warn log on conn lost by @dxps in #170
- update project state by @DrmagicE in #175
- fix the blocking when reading websocket packets exceeding 1024 bytes by @Fiekers in #181
- Correcting that binary data cannot be received under cluster status by @charliexp in #185
- fix read/write loop may hang in some situation. by @DrmagicE in #186
New Contributors
- @sp0cket made their first contribution in #149
- @Fiekers made their first contribution in #159
- @dxps made their first contribution in #170
- @charliexp made their first contribution in #185
Full Changelog: v0.4.1...v0.4.2
v0.4.1
v0.4.0
Feature
Change
- Increase default max_keepalive from 60s to 300s.
- Disable
reload
command.