* Sat Jan 28 2023 Andreas Stieger <andreas.stieger@gmx.de>
- disable tests timing out in obs
* Fri Jan 20 2023 Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.14.0:
* compatibility with libraft 0.17.1
* Tue Dec 27 2022 Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.13.0:
* experimental disk-mode
* Fix an issue that limited maximum row size
* Sun Dec 04 2022 Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.12.0:
* support more than 255 statement parameters
* requires libraft 0.16.0
* Sat Jul 23 2022 Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.11.1:
* Replace deprecated raft function raft_fixture_init with
raft_fixture_initialize
- includes changes from 1.11.0:
* Fix a bug that causes a node to crash under certain conditions
after losing leadership in the middle of a transaction
* Tue Apr 19 2022 Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.10.0:
* raft snapshots no longer copy the whole database, but the WAL
for a smaller size
* Sun Mar 13 2022 Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.9.1:
* Detailed tracing will be enabled when the environment variable
LIBDQLITE_TRACE is set before startup
- remove explicit devel package requirements for private libs
- remove conditional build dependencies for mandatory dependencies
- run tests
- update license specification
* Thu Aug 05 2021 jenting hsiao <jenting.hsiao@suse.com>
- Updates to version v1.9.0
* Added dqlite_node_set_network_latency_ms which deprecates the old dqlite_node_set_network_latency.
* Added dqlite_node_recover_ext which deprecates the old dqlite_node_recover and takes node roles into account.
* Thu Jun 10 2021 jenting hsiao <jenting.hsiao@suse.com>
- Updates to version v1.8.0
* Expose raft snapshot settings through dqlite_node_set_snapshot_params.
* Add DQLITE_VERSION_XXXXX macros to perform feature detection.
* Thu Apr 29 2021 jenting hsiao <jenting.hsiao@suse.com>
- Updates to version v1.7.0
* Lowering of default HeartBeat timeout
* Multi platform fixes
* Various bugfixes
* Fri Oct 30 2020 Jan Engelhardt <jengelh@inai.de>
- Trim and wrap descriptions. Clear double-shipping of
documentation.
* Thu Oct 29 2020 jenting hsiao <jenting.hsiao@suse.com>
- initial dqlite package, version v1.6.0