node-red-contrib-aedes
Version:
Node Red MQTT broker node based on aedes.js
174 lines (125 loc) • 4.19 kB
Markdown
node-red-contrib-aedes Changelog
# Jul 22, 2025, Version 0.15.0
## Notable changes
- TLS configuration with local filess
# Jul 02, 2025, Version 0.14.0
## Breaking changes
- Dependencies require NodeJS 20
- Requires NodeR-RED 3 and up
- Update aedes to version 0.51.3
- Update edes-persistence-mongodb to version 9.3.0
# Jul 29, 2024, Version 0.13.2
## Notable changes
- New tests with NodeJS 22
# Jun 21, 2024, Version 0.13.1
## Notable changes
- Update aedes to version 0.51.2
# Feb 16, 2024, Version 0.13.0
## Notable changes
- Update aedes to version 0.51.0
# Dec 23, 2023, Version 0.12.0
## Notable changes
- Update aedes to version 0.50.1
# Mar 13, 2023, Version 0.11.1
## Notable changes
- LevelDB removed, crashes on certain systems
# Mar 13, 2023, Version 0.11.0
## Notable changes
- Add LevelDB persistence
# Mar 03, 2023, Version 0.10.0
## Notable changes
- Update aedes to version 0.49.0
# Dec 27, 2022, Version 0.9.1
## Notable changes
- Update aedes to version 0.48.1
- Update aedes-persistence-mongodb to version 9.1.1
# Oct 23, 2022, Version 0.9
## Notable changes
- Update aedes to version 0.48
- Update node-red-node-test-helper to version 0.3.0
# Jun 03, 2022, Version 0.8.2
## Notable changes
- Fix Scorecard Warnings
# May 29, 2022, Version 0.8.1
## Notable changes
- Fix issue with incomplete credentials
# May 22, 2022, Version 0.8
## Notable changes
- Update aedes to version 0.47
# Feb 18, 2022, Version 0.7
## Notable changes
- Fix Close Time Out Issue
# Oct 17, 2021, Version 0.6
## Notable changes
- Add output node for publish events
# Apr 23, 2021, Version 0.5.2
## Notable changes
- Update aedes to version 0.46
# Mar 08, 2021, Version 0.5.1
## Notable changes
- Update aedes to version 0.45
# Feb 25, 2021, Version 0.5.0
## Notable changes
- Add mqtt over websocket path (Thanks Ori Novanda)
# Feb, 21, 2021, Version 0.4.2
## Notable changes
- Update aedes to version 0.44.2
- Dependency badge from David-DM added again
# Dec, 22, 2020, Version 0.4.1
## Notable changes
- Dependency badge from David-DM removed
- Dependabot added
# Oct, 29, 2020, Version 0.4.0
## Notable changes
- Update Aedes to version 0.44
# Oct, 13, 2020, Version 0.3.7
## Notable changes
- Update Aedes to version 0.43
# May, 16, 2020, Version 0.3.6
## Notable changes
- Update Aedes to version 0.42
# April, 07, 2020, Version 0.3.5
## Notable changes
- Update Aedes to version 0.41
# March 26, 2020, Version 0.3.4
## Fixes
- Certificate loading (Reported in issue #17)
# March 26, 2020, Version 0.3.3
## Fixes
- Typing error on aedes.html (Reported in issue #17)
# March 22, 2020, Version 0.3.2
## Notable changes
- Update aedes-persistence-mongodb to version 8
# March 10, 2020, Version 0.3.1
## Notable changes
- Add secure WSS connection
# Feb 25, 2020, Version 0.3.0
## Notable changes
- Add secure SSL / TLS connection
## Fixes
- Reformat code to [semistandard](https://github.com/standard/semistandard)
- Prepare internationaization (only en-US implemented so far)
- Rearrange property windows to allow more features
# Feb 20, 2020, Version 0.2.0
## Notable changes
- Add status to node
## Fixes
- Move username and password to credentials
# Feb 17, 2020, Version 0.1.1
## Fixes
- Fix another "port already in use" error
# Feb 16, 2020, Version 0.1.0
## Notable changes
- Add authentication
- Add mqtt over websocket
## Fixes
- Fix "port already in use" errors
## Commits
- [[`Version 0.1.0`](https://github.com/martin-doyle/node-red-contrib-aedes/commit/9a0f2390674de155c5f48de4ad2415448417d1b9)] - Version 0.1.0
- [[`Add mqtt over websocket`](https://github.com/martin-doyle/node-red-contrib-aedes/commit/9a0f2390674de155c5f48de4ad2415448417d1b9)] - Add mqtt over websocket
- [[`Add authentication`](https://github.com/martin-doyle/node-red-contrib-aedes/commit/0005fc587cd8082b2055162b056055314ac694bc)] - Add authentication
# Feb 15, 2020, Initial commit
## Notable changes
- Initial commit
## Commits
- [[`Initial commit`](https://github.com/martin-doyle/node-red-contrib-aedes/commit/3b10df634bba92665d486ef83933eafc8d57f9dc)] - Initial commit