summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 38bf0195f9882e5c04a2ee89a546760b6561c1e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Changelog 'cloudmqtt'

## v0.2.0

The 0.2.0 public release of the cloudmqtt crate. It is still considered to be in an alpha state.

Added:

- Added an MQTT Server that can act as a broker
- Added QoS 1 and 2 levels to the broker

## v0.1.0

The 0.1.0 is the initial public release of the cloudmqtt crate. As such it is still in an alpha state.

Added:

- Added support for connecting via TCP to a MQTT server
- Added support for keep alive heartbeats
- Added support for QoS 1 and Qos 2 levels