Skip to content

Commit

Permalink
chore: Release rumqttc 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henil committed Jun 7, 2023
1 parent d3e22e7 commit 714f71c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 16 additions & 2 deletions rumqttc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

---

## [rumqttc 0.22.0] - 07-06-2023

### Added
- Added `outgoing_inflight_upper_limit` to MQTT5 `MqttOptions`. This sets the upper bound for the number of outgoing publish messages (#615)
- Added support for HTTP(s) proxy (#608)
Expand All @@ -29,8 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

---

## [rumqttc 0.21.0] - 01-05-2023

### Added
Expand Down
2 changes: 1 addition & 1 deletion rumqttc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rumqttc"
version = "0.21.0"
version = "0.22.0"
description = "An efficient and robust mqtt client for your connected devices"
license = "Apache-2.0"
repository = "https://github.com/bytebeamio/rumqtt"
Expand Down

0 comments on commit 714f71c

Please sign in to comment.