Skip to content

Releases: moscajs/aedes

Release 0.43.0

07 Oct 06:43
Compare
Choose a tag to compare
  • feat: add packet to aedes.preConnect (#547) (b9dbd9e)
  • chore(deps-dev): bump markdownlint-cli from 0.23.2 to 0.24.0 (#546) (f8ab23e)

BREAKING CHANGES

  • aedes.preConnect signature has changed: (client, callback) --> (client, packet, callback)

Release 0.42.6

15 Sep 07:38
Compare
Choose a tag to compare
  • feat: add $SYS/<brokerId>/new/subscribes and $SYS/<brokerId>/new/unsubscribes #540 (#541) (9f8a21a)
  • chore(deps-dev): bump release-it from 13.7.1 to 14.0.2 (#539) (b1b3d41)
  • Update README.md (#538) (631c32a)
  • docs: clusters best practise (#537) (933a0be)
  • chore(deps-dev): bump typescript from 3.9.7 to 4.0.2 (#534) (8c2ef56)
  • fix: typos in types (#528) (ace19d3)
  • docs: examples.md require Aedes without relative path (#523) (6cb9efa)

Release 0.42.5

07 Jul 06:34
Compare
Choose a tag to compare
  • fix: don't pass writeQos errors in packet cb (#517) (a5fb829)

Release 0.42.4

25 Jun 13:55
Compare
Choose a tag to compare
  • fix: no such packet error with QoS 2 (#514) (1c217ca)

Release 0.42.3

24 Jun 14:37
Compare
Choose a tag to compare

Release 0.42.2

12 Jun 10:03
Compare
Choose a tag to compare
  • fix: prevent client connection to be closed when doing connack (#507) (8ff7d00)
  • docs: docker (#505) (8e58d08)
  • chore: delete FUNDING.yml (#504) (4354905)
  • chore: upgrade aedes from 0.41.0 to 0.42.0 (#503) (91bb565)
  • docs: add aedes-cli to extensions (#502) (fc29146)
  • chore: upgrade aedes in examples from 0.41.0 to 0.42.0 (#501) (158fdff)

Release 0.42.1

04 Jun 08:32
Compare
Choose a tag to compare
  • fix: clean up the write callbacks in case of error (#492) (e11148d)
  • docs: sdd Kuzzle to made with aedes section (#500) (379182f)
  • fix: remove useless empty buff (#497) (e60f85d)
  • docs: authorizePublish clarification (#496) (86b6815)
  • fix: catch writeToStream errors (#493) (8d34ee5)
  • Bump markdownlint-cli from 0.22.0 to 0.23.1 (#490) (28c6cbb)

Release 0.42.0

15 May 07:25
Compare
Choose a tag to compare

Release 0.41.0

06 Apr 15:44
Compare
Choose a tag to compare

v0.40.1

15 Jan 13:30
Compare
Choose a tag to compare

📚 PR:

  • Fixed duplicated done call in ping handler (#326)
  • Delete existing will message on client connect (#351)