Skip to content

Commit 6b0c3ec

Browse files
author
Devdutt Shenoi
committed
doc: add changelog
1 parent d508595 commit 6b0c3ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rumqttc/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
* `set_session_expiry_interval` and `session_expiry_interval` methods on `MqttOptions`.
1616
* `Auth` packet as per MQTT5 standards
1717
* Allow configuring the `nodelay` property of underlying TCP client with the `tcp_nodelay` field in `NetworkOptions`
18+
* `publish` / `subscribe` / `unsubscribe` methods on `AsyncClient` and `Client` now return an `AckPromise` which resolves when the packet(except for QoS 0 publishes, which resolve as soon as handled) is acknowledged by the broker.
1819

1920
### Changed
2021

0 commit comments

Comments
 (0)