summaryrefslogtreecommitdiffstats
path: root/crates/common/mqtt_channel
AgeCommit message (Expand)Author
2022-08-19Merge pull request #1348 from thin-edge/create-pull-request/patchAlbin Suresh
2022-08-18Fix clippy: Remove unneccessary lazy evalMatthias Beyer
2022-08-18Fix clippy in mqtt_channel: Remove let-unit-valueMatthias Beyer
2022-08-18(cargo release) bump versionVersioneer
2022-08-03mqtt_channel: Remove unused dependency "tedge_utils"Matthias Beyer
2022-07-29MQTT health endpoints for tedge plugin extensions (#1299)PradeepKiruvale
2022-07-26Merge pull request #1250 from initard/improvement/1173/inotify-tedge-mapper-d...initard
2022-07-25implementing fs-notify crate for dynamic discovery of operationsinitard
2022-07-25Merge pull request #1295 from thin-edge/dependabot/cargo/fastrand-1.8.0Didier Wenzek
2022-07-25Bump serial_test from 0.6.0 to 0.8.0dependabot[bot]
2022-07-25Bump fastrand from 1.7.0 to 1.8.0dependabot[bot]
2022-07-20(cargo release) bump versionVersioneer
2022-06-22Patch version bump 0.7.2 (#1214)github-actions[bot]
2022-06-16mqtt_channel fixing clippy warnings #825initard
2022-06-08Patch version bump 0.7.1 (#1185)github-actions[bot]
2022-05-23(cargo release) bump version 0.7.0 (#1154)Rina Fujino
2022-05-18Merge branch 'main' into feature/1107/enhance-config-managementRina Fujino
2022-05-17Resend the supported config list after the plugin configuration updatedRina Fujino
2022-05-13Update serial_test crate versionAlbin Suresh
2022-05-11Patch version bump 0.6.4 (#1136)github-actions[bot]
2022-04-27Patch version bump 0.6.3 (#1108)github-actions[bot]
2022-04-13Patch version bump 0.6.2 (#1079)github-actions[bot]
2022-03-30Patch version bump 0.6.1 (#1041)github-actions[bot]
2022-03-14(cargo release) bump version 0.6.0 (#996)Rina Fujino
2022-03-07[974] fix init and clear session (#976)PradeepKiruvale
2022-03-02Patch version bump 0.5.4 (#963)github-actions[bot]
2022-02-21Clean the session on connect when no session is providedDidier Wenzek
2022-02-16Patch version bump (#884)github-actions[bot]
2022-02-15Merge pull request #871 from didier-wenzek/feature/close-mqtt-connectionDidier Wenzek
2022-02-14Add a close method to wait for messages to be actually publishedDidier Wenzek
2022-02-11Fix: also close the error channelDidier Wenzek
2022-02-08Replace Into<> impl with From<> implMatthias Beyer
2022-02-08Improve error handling on subscription errorsDidier Wenzek
2022-02-07Improve error handling on subscription errorsDidier Wenzek
2022-02-07Improve error handling on connectDidier Wenzek
2022-02-07Remove useless unsubscribe calls on clear_sessionDidier Wenzek
2022-02-04Add functions to init/clear mqtt session (#819)Didier Wenzek
2022-02-03Bump Rust version to 1.58.1 (#803)Michael Abel
2022-01-24Update the sawtooth publisher and remove deprecated mqtt_client crate (#778)Didier Wenzek
2022-01-19Refactoring the MQTT client API (#575)Didier Wenzek