75 lines
1.5 KiB
Markdown
75 lines
1.5 KiB
Markdown
# Change Log
|
|
|
|
All notable changes to [`redis-proxy`](https://portal.dualinventive.com/git/go/redis-proxy) will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
## [1.4.1] - 2019-04-30
|
|
|
|
### Fixed
|
|
|
|
* Fix coexisting device:uid and project:id with unit tests (BACKEND-367)
|
|
|
|
## [1.4.0] - 2019-04-29
|
|
|
|
### Changed
|
|
|
|
* Add support for coexisting device:uid and project:id (BACKEND-367)
|
|
* Updated linter errors (BACKEND-367)
|
|
|
|
## [1.3.0] - 2018-11-27
|
|
|
|
### Changed
|
|
|
|
* Overwrite redis data when the current timestamp is the same as the previous timestamp (BACKEND-220)
|
|
* Use the new di-logger
|
|
* Use the new deferred decoder
|
|
|
|
## [1.2.1] - 2018-07-09
|
|
|
|
### Changed
|
|
|
|
* Update to the latest DI-Net RPC decoder/encoder
|
|
* Remove SIV and Fix properties from GPS structs
|
|
|
|
### Fixed
|
|
|
|
* Possible floating-point rounding error in tests
|
|
|
|
## [1.2.0] - 2018-03-14
|
|
|
|
### Added
|
|
|
|
* Only write data to Redis with a `last_update` newer than the current one (BACKEND-30)
|
|
|
|
## [1.1.2] - 2018-02-20
|
|
|
|
### Fixed
|
|
|
|
* Class message is dropped (BACKEND-19)
|
|
|
|
## [1.1.1] - 2018-02-06
|
|
|
|
### Fixed
|
|
|
|
* Device information and data not updated in Redis (BACKEND-98)
|
|
|
|
## [1.1.0] - 2018-02-05
|
|
|
|
### Added
|
|
|
|
* Remove old info fields when receiving new info fields (reply only) (BACKEND-80)
|
|
|
|
## [1.0.2] - 2018-01-16
|
|
|
|
### Fixed
|
|
|
|
* Fixed connection pooling of Redis connections
|
|
|
|
## [1.0.1] - 2018-01-08
|
|
|
|
### Fixed
|
|
|
|
* Changed location of redis-proxy executable
|