Releases: diennea/herddb
Releases · diennea/herddb
v.0.13.1
v.0.13.0
News and note worthy:
- fix a critical bug about sorted primary key scan during concurrent DELETEs
- make automatic failover more stable
- add Windows-friendly herddb-cli.bat and herddb-server-dev.bat
- enhancements on BookKeeper based replication
- clean up log level
- fixes about herddb-cli
- make HerdDB Collections more robust in case of internal ClassCaseException in case of misbehaved clients
v.0.12.2
v0.12.0
News and noteworthy:
- Upgrade of Apache Calcite to 1.19 (thanks to @amitvc)
- Better handling of ResultSets close on JDBC driver
- Support for iBatis ORM
- Enhancements in failure handling of BookKeeper/ZooKeeper
- Production ready HerdDB Collecttions Framework
- Checkstyle support (thanks to @tisonkun)
Upgrade and compatibility notes:
- 0.11 clients are fully compatible with 0.12 servers
- 0.12 client is fully compatible with 0.11 servers
- in order to upgrade from 0.11 to 0.12 just update the code as usual and point your configuration to the data volume
v0.11.8
This is a bug fix release that fixes BRIN indexes misbehaviours with wrong self referencing blocks.
All users are encouraged to upgrade to this version, at least on the server side, it will force BRIN index rebuild upon startup.
v0.11.6
This is a bug fix release that fixes a few important bugs about:
- abandoned transaction management
- client network errors with pending transactions
- better logging
- memory management in case of "DROP TABLE" (blocker for HerdDB Collections)
All users are encouraged to upgrade to this version, at least on the server side