src.dualinventive.com/go/nbiot-interface/CHANGELOG.md

51 lines
1.3 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [unreleased] - 2019-04-19
### Added
* Echo feature added: allows for incoming CRM messages to be echoed to a configured endpoint using http (BACKEND-379)
## [1.2.1] - 2019-04-09
### Fixed
* Decoding IMEI subtype corrected (BACKEND-269)
* Decoding now throws error when coming across an alert subtype (BACKEND-269)
## [1.2.0] - 2019-04-08
### Added
* Add support for CRM 3000 messages over UDP (BACKEND-269)
## [1.1.0] - 2019-03-21
### Fixed
* Allow probe with HTTP 200 on T-Mobile CDP endpoint with empty POST body when adding it from the T-Mobile IoT WebGUI (BACKEND-345)
### Added
* Add extra T-Mobile CDP POST client header check using Basic Auth (BACKEND-345)
* Log IP address when client is unauthorized (BACKEND-345)
## [1.0.0] - 2019-02-14
### Changed
* Improve unit tests of tmobile cdp http endpoint with new linter configuration from go/common (BACKEND-268)
* Implement new CRM 3000 protocol v1.0.2 specification (BACKEND-268)
### Fixed
* Fix error in search of *crm3000.Device from dinet.ParentDevice (BACKEND-13)
## [0.1.0] - 2018-10-30
Initial release of v0.1.0