@flowfuse/mqtt-schema-agent
Version:
Agent to collect MQTT topic Schema
96 lines (78 loc) • 4.01 kB
Markdown
### Release v1.1.2
- Bump aedes from 0.49.0 to 1.0.2 (#75)
- Bump neostandard from 0.12.2 to 0.13.0 (#85)
- Bump globals from 17.4.0 to 17.6.0 (#86)
- Report only changed topic schema (#83)
- Bump ws from 8.19.0 to 8.20.1 (#89)
- Switch internal reusable workflows to new tagging approach (#88)
- Bump actions/setup-node from 6.3.0 to 6.4.0 (#78)
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#79)
- Bump docker/build-push-action from 7.0.0 to 7.1.0 (#76)
- Bump docker/login-action from 4.0.0 to 4.1.0 (#70)
- Bump docker/build-push-action from 6.19.2 to 7.0.0 (#62)
- Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (#63)
- Bump docker/login-action from 3.7.0 to 4.0.0 (#58)
- Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#55)
- Bump docker/metadata-action from 5.10.0 to 6.0.0 (#60)
- Bump actions/setup-node from 6.2.0 to 6.3.0 (#56)
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#57)
- Bump JS-DevTools/npm-publish from 4.1.4 to 4.1.5 (#49)
- Bump docker/build-push-action from 6.18.0 to 6.19.2 (#51)
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#50)
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#47)
- Add Dependabot configuration for npm and GitHub Actions (#32)
- ci: enable dependabot cooldown (#84) @ppawlowski
- Update to NodeJS 24 containers (#82) @hardillb
- Bump fast-uri from 3.0.5 to 3.1.2 (#81) @app/dependabot
- Bump globals from 16.5.0 to 17.4.0 (#72) @app/dependabot
- Bump ajv from 8.17.1 to 8.18.0 (#71) @app/dependabot
- Bump ip-address from 10.1.0 to 10.2.0 (#80) @app/dependabot
- Bump express from 4.22.1 to 5.2.1 (#42) @app/dependabot
- Bump body-parser from 1.20.4 to 2.2.2 (#40) @app/dependabot
- Bump mocha from 10.8.2 to 11.7.5 (#39) @app/dependabot
- Bump path-to-regexp from 0.1.12 to 0.1.13 (#68) @app/dependabot
- Bump picomatch (#66) @app/dependabot
- ci: Use NodeJS v24 as a default GitHub Actions runtime (#65) @ppawlowski
- Bump flatted from 3.3.3 to 3.4.2 (#64) @app/dependabot
- Bump mqtt from 5.10.3 to 5.14.1 (#38) @app/dependabot
- Bump minimatch (#54) @app/dependabot
- Bump qs from 6.14.1 to 6.14.2 (#52) @app/dependabot
- Bump docker/login-action from 3.4.0 to 3.7.0 (#44) @app/dependabot
- Bump actions/checkout from 4.2.2 to 6.0.2 (#46) @app/dependabot
- Bump peter-evans/dockerhub-description from 4.0.0 to 5.0.0 (#45) @app/dependabot
- Bump docker/setup-qemu-action from 3.6.0 to 3.7.0 (#43) @app/dependabot
- Bump actions/setup-node from 4.3.0 to 6.2.0 (#37) @app/dependabot
- Bump docker/metadata-action from 5.7.0 to 5.10.0 (#35) @app/dependabot
- Bump docker/setup-buildx-action from 3.10.0 to 3.12.0 (#34) @app/dependabot
- Bump JS-DevTools/npm-publish from 3.1.1 to 4.1.4 (#36) @app/dependabot
- Bump docker/build-push-action from 6.15.0 to 6.18.0 (#33) @app/dependabot
### Release v1.1.1
- Bump dependencies @hardillb
### Release v1.1.0
- Team broker schema (#22) @hardillb
### Release v1.0.5
- chore: Pin external actions to commit hash (#19) @ppawlowski
- Support multiple topic prefixes (#20) @hardillb
### Release v1.0.4
- Add topic prefix support (#16) @hardillb
- Bump package-lock.json (#18) @hardillb
- Bump @babel/runtime from 7.26.0 to 7.26.10 (#17) @dependabot
### Release v1.0.3
- Fix path to docker hub README.md (#14) @hardillb
- Fix ssl (#15) @hardillb
### Release v1.0.2
- Fix README docker hub publish (#11) @hardillb
- Use is-utf to validate string payload (#12) @knolleary
- Bump version (#13) @hardillb
### Release v1.0.1
- Upload array (#9) @hardillb
- Remove ARMv7 container build (#8) @hardillb
- Bump version to 1.0.1 (#10) @hardillb
### Release v1.0.0
- Update LICENSE (#2) @knolleary
- First tests (#1) @hardillb
- Add simple JSONSchema generator (#3) @knolleary
- First tests (#4) @hardillb
- Add release Action (#7) @hardillb
- Auto start and fix docker install tag (#5) @hardillb
- Add Payload schema detection (#6) @hardillb