1.3.3
Here is a comprehensive list of changes in this release compared to 1.3.2
Bug fixes
- Fix rocksdb can't auto resume after no space error (#229)
- Fix uninitialized Rocksdb.level0_stop_writes_trigger (#236)
- Fix condition race for ReclaimOldDBPtr (#246)
- Fix returning wrong string range in GETRANGE command (#254)
- Fix data race for accessing database in some commands (#253)
In spop, zremrangebylex, zremrangebyscore commands, the lock guard
for accessing the database may not work actually.
Improvements
- Replicas can execute publish command (#238)