* Wed Feb 21 2024 Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.16.3:
* canonical/raft is now a private implementation detail of dqlite
canonical/raft will no longer be updated, replaced by
cowsql/raft fork
* Fix many cases of arithmetic on void pointers
* Mon Feb 19 2024 Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.16.2:
* fix for using dqlite with SQLite versions greater than 3.45.0
* A more readable logging format
* internal improvement to how dqlite reacts to Raft state changes
* new dqlite_node configuration option to control snapshot
compression
* Mon Nov 06 2023 Andreas Stieger <andreas.stieger@gmx.de>
- Update to 1.16.0:
* expose one new API, dqlite_node_set_auto_recovery
* Tue Jun 27 2023 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.15.1:
* Various bug fixes to help dqlite correctly handle large databases (#459, #460)
* Fixes and cleanup for the internal dqlite client API (#458)
* Fixes and cleanup for dqlite's handling of client connections (#476)
* Support for SQL queries that both modify the database and return rows,
using the QUERY and QUERY_SQL requests (#477)
* Support for server-side cluster role management (#480)
Version: 1.14.0-bp155.1.4
* 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