Update CHANGELOG.md

pull/1639/head
Nikita Koksharov committed by GitHub
parent 2b08f0bb92
commit 3ea1c0fd73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,18 @@ Redisson Releases History
================================
### Please Note: trunk is current development branch.
Try __[Redisson PRO](https://redisson.pro)__ version.
Please consider __[Redisson PRO](https://redisson.pro)__ version for advanced features and support by SLA.
### 18-Sep-2018 - versions 2.13.1 and 3.8.1 released
Feature - __RStream__ object added. Please refer to [documentation](https://github.com/redisson/redisson/wiki/7.-Distributed-collections#720-stream) for more details
Fixed - `failedSlaveCheckInterval` setting is not applied under some conditions
Fixed - `spring.factories` and `spring.provides` files added to Spring Boot module
Fixed - `pingConnectionInterval` setting affects re-connection process with password enabled setting
Fixed - Lock watchdog does not monitor read locks
Fixed - Lock expiration renewal should be canceled if unlock method failed to execute
Fixed - `BlockingQueue.take` method doesn't work properly after failover
Fixed - Avoid to create connection per `RRemoteService/RScheduledExecutorService` worker
Fixed - backward JDK 8 compatibility
### 03-Sep-2018 - versions 2.13.0 and 3.8.0 released
Feature - __Spring Data Redis__ integration. Please refer to [documentation](https://github.com/redisson/redisson/tree/master/redisson-spring-data#spring-data-redis-integration) for more details

Loading…
Cancel
Save