Releases: moscajs/aedes
Releases · moscajs/aedes
Release 0.46.3
- fix: don't send retained messages when granted QoS is 128 and set granted QoS in
subscribe
event subs (#720) (51a13ea) - fix: enhance test on pr 583 (#716) (1743806)
- chore: remove obsolete badges (#718) (1b1fa18)
- chore: fixed url, added homepage (#717) (6a798ed)
- chore: update README.md (b657cdb)
- chore: set minimum node req be 12 (1f121cf)
- chore(dep): update dependencies (#715) (4c08831)
- chore(dep): update dev dependencies (#713) (4ce2044)
- chore: dropped old node releases, added node 16 (#714) (e2eb3e7)
- chore(deps-dev): bump @sinonjs/fake-timers from 8.1.0 to 9.1.0 (#710) (7c53ce8)
- chore(deps): bump hyperid from 2.3.1 to 3.0.0 (#699) (f11afbc)
- chore(deps-dev): bump tsd from 0.18.0 to 0.19.1 (#697) (4129ae8)
- chore(deps-dev): bump markdownlint-cli from 0.30.0 to 0.31.0 (#712) (7484a5d)
- chore(deps): bump actions/setup-node from 2.3.2 to 2.5.1 (#696) (3d916a6)
- chore(deps-dev): bump markdownlint-cli from 0.29.0 to 0.30.0 (#684) (56a53ce)
- chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#681) (e0809ea)
- fix(types): use const enum for AuthErrorCode to avoid runtime error (#689) (39ccdb5)
Release 0.46.2
- fix(types): add handlers types to aedes options (#687) (0060742)
- docs: better explain difference between
published
andpublish
event (#675) (d8b976a) - chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#676) (9afd187)
- chore(deps-dev): bump tsd from 0.17.0 to 0.18.0 (#674) (3d0f521)
- chore(deps-dev): bump @sinonjs/fake-timers from 7.1.2 to 8.0.1 (#670) (d554195)
- chore(deps-dev): bump markdownlint-cli from 0.28.1 to 0.29.0 (#671) (10d57d5)
- chore(deps): bump actions/setup-node from 2.2.0 to 2.3.2 (#658) (645fd0b)
- chore(deps-dev): bump markdownlint-cli from 0.27.1 to 0.28.1 (#655) (568a38f)
Release 0.46.1
- chore: disable tap check coverage (d6c0ef8)
- fix: missed messageId
0
(#652) (ac54f2e) - chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#648) (8ee88f7)
- chore(deps-dev): bump @types/node from 15.14.1 to 16.0.0 (#650) (3d677b8)
- chore(deps-dev): bump tsd from 0.15.1 to 0.17.0 (#644) (c9bbf33)
- chore(deps): bump mqtt-packet from 6.10.0 to 7.0.0 (#646) (c4c2a9b)
- docs: corrected typing error on publish event (#637) (2f3e4fa)
- chore(deps): bump actions/checkout from 2 to 2.3.4 (#636) (7dfbbd3)
- chore(deps-dev): bump @types/node from 14.14.44 to 15.0.2 (#632) (cebeb6e)
- chore(deps-dev): bump tsd from 0.14.0 to 0.15.0 (#635) (2a293c0)
Release 0.46.0
Release 0.45.2
Release 0.45.1
- chore: use
test:ci
to fix release hook (#615) (93ddd2a) - chore: bump deps (#613) (e2ae125)
- docs: create SECURITY.md (#614) (43a8515)
- Add .gitattributes to normalize line endings (e6c14b0)
- chore: update ci.yml (4290ea0)
- chore: upgrade tap (#611) (4d7b438)
- chore: enhance not-blocking test for new MQTT.js behaviour (#608) (bc961a4)
- chore: enhance coverage test (#609) (2aa9009)
- Update ci (bde839f)
- chore: update aedes from 0.44.2 to 0.45.0 in cluster example (#600) (126fd4d)
- Use eslint, and refactor typings (#596) (c390099)
- Add workflow for labeling PRs by their content (#595) (7040587)
- chore(deps): bump actions/setup-node from v1 to v2.1.5 (#594) (6abc65e)
- Fix dependabot.yml config (77abe05)
- Create dependabot.yml (e173371)
- Proper handling of socketErrors in mqtt client v4 (#593) (f1af8e7)
Release 0.45.0
Release 0.44.2
Release 0.44.1
- chore(deps): bumped deps (#568) (b682531)
- fix: replace shortid with hyperid #565 (#567) (831048b)
- chore(deps-dev): bump markdownlint-cli from 0.24.0 to 0.25.0 (#562) (fd89122)
- fix: upgrade aedes from 0.42.6 to 0.44.0 (#561) (25532b4)
- chore(deps): bumped deps and fix standard issues (#558) (7e5a980)
- chore(deps-dev): bump snazzy from 8.0.0 to 9.0.0 (#554) (b11bdea)
Release 0.44.0
- feat: delegate protocol decoding in server-factory and protocol-decoder (#549) (c8b5cb0)
- chore(deps-dev): bump standard from 14.3.4 to 15.0.0 (#552) (eaf1ac9)
- docs: fix
preConnect
signature in example (#548) (08b7225)
BREAKING CHANGES
- Aedes
decodeProtocol
method removed. Use aedes-server-factory for protocol decoding and more