Skip to content

Releases: deepanchal/aws-iot-mqtt-cli

v0.4.0

19 Jun 14:43
Compare
Choose a tag to compare

0.4.0 (2025-06-19)

Features

  • app: add colors for clap cli (16dff27)

Bug Fixes

  • app: increase mqtt max_packet_size option (2b905ca)
  • deps: update rust crate chrono to v0.4.41 (f5dbb45)
  • deps: update rust crate clap to v4.5.34 (424cd12)
  • deps: update rust crate clap to v4.5.40 (7fc14b3)
  • deps: update rust crate env_logger to v0.11.8 (9865ab9)
  • deps: update rust crate log to v0.4.27 (4035ebc)
  • deps: update rust crate tokio to v1.45.1 (f54c5ad)

v0.3.0

17 Mar 18:55
Compare
Choose a tag to compare

0.3.0 (2025-03-17)

Features

  • app: upgrade project edition to 2024 following docs, format code (9e9b574)
  • app: use pretty compact formatter to format json payloads (d13e814)

Bug Fixes

  • deps: update rust crate clap to v4.5.32 (1defde7)
  • deps: update rust crate tokio to v1.44.1 (31c1eda)
  • pkg: format + sort deps in Cargo.toml (856cfcc)
  • pkg: update deps with cargo update (adddc0e)

v0.2.0

10 Mar 17:46
Compare
Choose a tag to compare

0.2.0 (2025-03-10)

Features

  • app: add mqtt port flag, use rumqttc client directly for sub/pub, enable clean session (d4351b1)
  • app: handle graceful shutdown w/ ctrl+c, unsubscribe from mqtt topics on shutdown (bd1a01e)

Bug Fixes

  • app: print long help if no subcommands are provided by user (d1d22e0)
  • app: update cli path flags, add setup_logging, refactor code (1074087)
  • deps: update rust crate env_logger to v0.11.7 (5108021)

Code Refactoring

  • app: refactor mqtt log formatting into format.rs module, update code usages (b4ea7dc)

v0.1.0

09 Mar 23:47
Compare
Choose a tag to compare

0.1.0 (2025-03-09)

Features

  • app: add cli script w/ mqtt sub & pub functionality (2ea2f14)
  • app: allow setting aws iot settings w/ env vars & cli flags, add verbose logging (f64d175)
  • init: init repo w/ cargo init (d53ae2e)

Bug Fixes

  • config: setup config for auto release from release-please (42be533)
  • lint: fix cargo clippy warnings (80b355c)

Documentation

Continuous Integration