This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
v2.4.0
The 2.4.0 release contains the following API Changes:
- Add
SimulateUplink
RPC to Application Manager API. Can be used to test (for example) integrations or external applications. - Add "confirmed" field to DownlinkMessage
- Add "is_retry" field to UplinkMessage
Other changes:
- Use
gogoproto
instead of regularproto
(and use it in jsonpb marshaling for HTTP API) - Better handling of confirmed uplink
- Add support for confirmed downlink
- Try to create AMQP exchange instead of crashing
- Add TLS support to MQTT Client
- Add validation for DataRates
- Add more metadata to log messages