1.2 KiB
1.2 KiB
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[1.1.3] - 2018-07-09
Changed
- Update DI-Net RPC with the new message decoding/encoding
[1.1.2] - 2018-01-16
Fixed
- Fixed connection pooling of Redis connections
- Fix nice shutdown of pubsub connection when shutdown is requested
- Make startup for Redis cluster in unit-tests more stable
[1.1.1] - 2018-01-15
Added
- Added more logging when some things go wrong (BACKEND-33)
Changed
- Change connection serve-loop to exit on write-failure (BACKEND-77)
[1.1.0] - 2018-01-11
Added
- Added monitor tool for testing the WSS
Fixed
- Marked config-files as such in the debian package to fix installation problems
- Automatic restart forever in case startup fails
[1.0.1] - 2017-10-25
Fixed
- Reconnection hangs due to waiting for application close, which never happens in production systems. Which results in undelivered realtime status updates.
- Reconnect to redis when no publish events are received within 5 seconds (network issues)
[1.0.0] - 2017-10-10
Initial release