summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)Author
2021-10-29(cargo release) bump version (#538)github-actions[bot]
2021-10-15Fix issue #495 (#511)Didier Wenzek
2021-10-14Release 0.4.0 (#493)Lukasz Woznicki
2021-10-11Update all dependencies (#487)Lukasz Woznicki
2021-10-11Update version of crates to alleviate cargo audit hard error (#486)Lukasz Woznicki
2021-10-08[CIT-589] Fix the absence of grouping on increased maximum accepted message d...Didier Wenzek
2021-10-05[CIT-571] Download file and install integration (#444)Lukasz Woznicki
2021-09-29(cargo release) bump version (#457)github-actions[bot]
2021-09-28Add await on file remove in async_write_atomic (#455)Lukasz Woznicki
2021-09-21[CIT-550] flockfile and test for tedge agent (#437)Alex Solomes
2021-09-16Clippy lints fixes for latest code (#433)Lukasz Woznicki
2021-09-16Feature/cit 508/simplify logging (#427)Didier Wenzek
2021-09-15(cargo release) bump version (#429)github-actions[bot]
2021-09-13[CIT-538] Directly use rumqttc to implement `tedge mqtt sub` (#418)Didier Wenzek
2021-08-31Release 0.3.0 (#410)Lukasz Woznicki
2021-08-19[CIT-515] Disabling unstable tests (#394)Albin Suresh
2021-08-19Patch version bump (#390) 0.2.4github-actions[bot]
2021-08-12Add missing tokio features to allow package only compilation (#380)Lukasz Woznicki
2021-08-10Move mqtt_server to separate crate such that it is usable by other crates tes...Lukasz Woznicki
2021-08-08[CIT-450] Tedge Agent - SM feature (#354)Lukasz Woznicki
2021-08-06[CIT-468] subscribe to many topics (#371)Didier Wenzek
2021-08-06fix broken mqtt library test (#357)PradeepKiruvale
2021-08-04Add async version of atomically write file and move it to tedge_utils (#364)Lukasz Woznicki
2021-07-29Move utils from tedge cli to separate crate to be usable by other tedge compo...Lukasz Woznicki
2021-07-23CIT-459: Deterministic batching algorithm (#355)ChrisGreenaway
2021-07-21[CIT-420] mqtt packet size (#346)PradeepKiruvale
2021-07-21(cargo release) bump version (#352)github-actions[bot]
2021-07-13Add system service manager abstraction (#338)Michael Neumann
2021-07-12Fix warnings in tests (#339)Lukasz Woznicki
2021-07-08Update crates dependencies versions (#337)Lukasz Woznicki
2021-07-08Patch version bump to 0.2.2github-actions[bot]
2021-07-06[CIT-418] remove colon from deviceId (#318)PradeepKiruvale
2021-07-06Refactor inflight tracking and notify on completed instead of polling (#329)Michael Neumann
2021-07-05Change order of qos statuses to correctly count publish in qos 0 (#327)Lukasz Woznicki
2021-07-05tedge mqtt pub - Fix a race when publishing QoS=0 messages (#323)Michael Neumann
2021-06-29Get rid of MqttClient#publish_with_ack functionality (#306)Michael Neumann
2021-06-24Move logic related to JSON separation into JsonWriter (#307)Michael Neumann
2021-06-23Rename mqtt_client::Error to mqtt_client::MQTTClientError (#304)PradeepKiruvale
2021-06-23(cargo release) bump version (#308)github-actions[bot]
2021-06-17[cit-415] Refactor TEJ/C8Y Serializer code (#292)PradeepKiruvale
2021-06-16Add packet size config for mqtt client (#295)Lukasz Woznicki
2021-06-14Fix broken integration test (#290)PradeepKiruvale
2021-06-11Utf8 payload (#278)PradeepKiruvale
2021-06-09(cargo release) bump version (#284)Lukasz Woznicki
2021-06-09[CIT-402] Fix the condition to look at the default system location in tedge_m...Rina Fujino
2021-06-07[CIT-373] Add use of mapper for tedge connect az (#258)Lukasz Woznicki
2021-06-04Cargo outdated (#268)Didier Wenzek
2021-06-03[CIT-394] fix build on windows (#267)Didier Wenzek
2021-05-28Fix mqtt integration test (#259)PradeepKiruvale
2021-05-28trim null terminated payload (#255)PradeepKiruvale