File dqlite.changes of Package dqlite
-------------------------------------------------------------------
Wed Feb 21 22:24:05 UTC 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 20:00:17 UTC 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 6 17:34:37 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to 1.16.0:
* expose one new API, dqlite_node_set_auto_recovery
-------------------------------------------------------------------
Tue Jun 27 08:09:19 UTC 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)
-------------------------------------------------------------------
Sat Jan 28 16:10:23 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
- disable tests timing out in obs
-------------------------------------------------------------------
Fri Jan 20 12:52:35 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.14.0:
* compatibility with libraft 0.17.1
-------------------------------------------------------------------
Tue Dec 27 17:05:56 UTC 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 4 18:42:20 UTC 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 11:29:54 UTC 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 19:34:53 UTC 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 14:46:07 UTC 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 5 00:47:39 UTC 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 02:27:27 UTC 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 13:33:31 UTC 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 13:46:09 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Trim and wrap descriptions. Clear double-shipping of
documentation.
-------------------------------------------------------------------
Thu Oct 29 08:43:48 UTC 2020 - jenting hsiao <jenting.hsiao@suse.com>
- initial dqlite package, version v1.6.0