Releases: eclipse-zenoh/zenoh-plugin-mqtt
Releases · eclipse-zenoh/zenoh-plugin-mqtt
1.0.0-alpha.6
What's Changed
Other changes
- Sync Rust toolchain by @eclipse-zenoh-bot in #124
- Migrate to dev/1.0.0 API - update by @milyin in #131
- Sync
Cargo.lock
with Zenoh65e5df7
from2024-06-21
by @eclipse-zenoh-bot in #134 - Sync
Cargo.lock
with Zenoha6d117b
from2024-06-21
by @eclipse-zenoh-bot in #135 - Align Zenoh by @Mallets in #136
- Sync
Cargo.lock
with Zenohfc18f90
from2024-06-26
by @eclipse-zenoh-bot in #137 - Sync
Cargo.lock
with Zenoh1790d59
from2024-06-26
by @eclipse-zenoh-bot in #138 - chore: bump zenoh version by @wyfo in #139
- Sync
Cargo.lock
with Zenohe021d0d
from2024-07-03
by @eclipse-zenoh-bot in #141 - Make listen and connect endpoints ModeDependentValues by @OlivierHecart in #144
- Sync
Cargo.lock
with Zenohc7e418f
from2024-07-05
by @eclipse-zenoh-bot in #145 - Sync
Cargo.lock
with Zenohcae8697
from2024-07-05
by @eclipse-zenoh-bot in #146 - Sync
Cargo.lock
with Zenoh6df74c7
from2024-07-07
by @eclipse-zenoh-bot in #147 - Sync
Cargo.lock
with Zenoh12b11ee
from2024-07-08
by @eclipse-zenoh-bot in #148 - Sync
Cargo.lock
with Zenoh9e1c4a8
from2024-07-08
by @eclipse-zenoh-bot in #150 - Sync Rust toolchain by @eclipse-zenoh-bot in #151
- Sync Rust toolchain by @eclipse-zenoh-bot in #152
- Admin keys remapping by @OlivierHecart in #142
- Sync
Cargo.lock
with Zenoh4827f39
from2024-07-24
by @eclipse-zenoh-bot in #153 - Sync
Cargo.lock
with Zenoh0c43c08
from2024-07-25
by @eclipse-zenoh-bot in #156 - Sync
Cargo.lock
with Zenoh32bdded
from2024-07-26
by @eclipse-zenoh-bot in #157 - Sync
Cargo.lock
with Zenoh502d3be
from2024-07-30
by @eclipse-zenoh-bot in #160 - Sync
Cargo.lock
with Zenoh5d09cf7
from2024-08-01
by @eclipse-zenoh-bot in #161 - Sync
Cargo.lock
with Zenoh5d09cf7
from2024-08-01
by @eclipse-zenoh-bot in #162 - Merge main -> dev/1.0.0 by @Charles-Schleich in #163
- Sync
Cargo.lock
with Zenohb1e4dba
from2024-08-05
by @eclipse-zenoh-bot in #166 - Port from async-std to tokio. by @evshary in #154
- Sync
Cargo.lock
with Zenohb7d42ef
from2024-08-06
by @eclipse-zenoh-bot in #167 - Sync
Cargo.lock
with Zenoh2d5ab7c
from2024-08-06
by @eclipse-zenoh-bot in #168 - chore: remove build-resources dir and Cargo.lock by @diogomatsubara in #169
New Contributors
- @wyfo made their first contribution in #139
- @Charles-Schleich made their first contribution in #163
- @evshary made their first contribution in #154
Full Changelog: 0.11.1...1.0.0-alpha.6
0.11.1
What's Changed
Other changes
- Sync
Cargo.lock
with Zenoh93f93d2
from2024-06-17
by @eclipse-zenoh-bot in #132 - Sync
Cargo.lock
with Zenoh2500e5a
from2024-06-20
by @eclipse-zenoh-bot in #133
Full Changelog: 1.0.0-alpha.2...0.11.1
0.11.0
What's Changed
Other changes
- Sync
Cargo.lock
with Zenoh763a05f
from2024-05-14
by @eclipse-zenoh-bot in #104 - fix: set live-run to input's value in dockerhub publish by @diogomatsubara in #103
- Sync
Cargo.lock
with Zenoh75aa273
from2024-05-15
by @eclipse-zenoh-bot in #105 - Sync
Cargo.lock
with Zenoh75aa273
from2024-05-15
by @eclipse-zenoh-bot in #106 - Sync
Cargo.lock
with Zenoh25f06bd
from2024-05-21
by @eclipse-zenoh-bot in #107 - Sync
Cargo.lock
with Zenoh25f06bd
from2024-05-21
by @eclipse-zenoh-bot in #108 - Sync
Cargo.lock
with Zenoh3118d31
from2024-05-28
by @eclipse-zenoh-bot in #109 - Sync
Cargo.lock
with Zenoh3118d31
from2024-05-28
by @eclipse-zenoh-bot in #111 - Sync
Cargo.lock
with Zenoh009f666
from2024-05-30
by @eclipse-zenoh-bot in #113 - Sync
Cargo.lock
with Zenoh009f666
from2024-05-30
by @eclipse-zenoh-bot in #114 - chore: tracking zenoh fix/1059-add-plugin-id branch by @gabrik in #110
- fix: align workflow name with rest of repos by @diogomatsubara in #112
Full Changelog: 0.11.0-rc.3...0.11.0
0.11.0-rc.3
What's Changed
Other changes
- Rename
no_mangle
crate feature todynamic_plugin
by @gabrik in #95 - Update rustls-pemfile to 2.0.0 by @gabrik in #93
- Set
latest
andnightly
Docker tags by @diogomatsubara in #98
New Contributors
- @diogomatsubara made their first contribution in #98
Full Changelog: 0.11.0-rc.2...0.11.0-rc.3
0.11.0-rc.2
What's Changed
New features 🎉
- Ddd
conffiles
and setRestartSec=2
in Debian package by @JEnoch in #85 - Change prefix from
@/service/<uuid>/mqtt
to@mqtt/<uuid>
in adminspace by @JEnoch in #89 - Support for MQTTS by @gmartin82 in #43
- Support for user/password authentication by @gmartin82 in #46
Bug fixes 🐞
- Fix Zenoh Runtime startup by @JEnoch in #86
- Check if systemctl exists in Debian package by @JEnoch in #36
- Fix crash caused by concurrent access to MQTT sink by @gmartin82 in #40
Other changes
- Update to new plugin API by @milyin in #32
- Use
tracing
andzenoh-util
log init by @gabrik in #67 - Port to new plugin loading system by @Mallets in #75
- Fix static loading of plugin by @JEnoch in #81
New Contributors
- @eclipse-zenoh-bot made their first contribution in #31
- @gmartin82 made their first contribution in #40
- @milyin made their first contribution in #32
Full Changelog: 0.10.1-rc...0.11.0-rc.2
v0.10.1-rc
What's Changed
- Add builds for Windows and ARM 32-bit by @JEnoch in #20
- Fix
__required__
and__path__
types inConfig
by @fuzzypixelz in #22 - fix(23): properly parsing regex as Option by @gabrik in #24
- Fix workflow by @OlivierHecart in #25, #26
New Contributors
- @fuzzypixelz made their first contribution in #22
- @gabrik made their first contribution in #24
- @OlivierHecart made their first contribution in #25
Full Changelog: 0.10.0-rc...0.10.1-rc
v0.10.0-rc
What's Changed
- Update rust-toolchain by @imstevenpmwork in #17
- Update CONTRIBUTING.md by @yellowhatter in #18
New Contributors
- @imstevenpmwork made their first contribution in #17
- @yellowhatter made their first contribution in #18
Full Changelog: 0.7.2-rc...0.10.0-rc
v0.7.2-rc
Changelog
Other changes
- Workspace dependencies by @davidedellagiustina in #10
- Bump to Rust edition 2021 by @Mallets in #13
- Fix rust toolchain to 1.69 by @Mallets in #16
New Contributors
- @Mallets made their first contribution in #7
- @davidedellagiustina made their first contribution in #10
Full Changelog: 0.7.0-rc...0.7.2-rc