forked from pool/dqlite
- update to 1.18.0: * new development release, no significant changes from 1.17.2 LTS - added %check section to run tests at build OBS-URL: https://build.opensuse.org/request/show/1282045 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/dqlite?expand=0&rev=33
161 lines
6.2 KiB
Plaintext
161 lines
6.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jun 2 17:15:04 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- update to 1.18.0:
|
|
* new development release, no significant changes from 1.17.2 LTS
|
|
|
|
- added %check section to run tests at build
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 8 13:18:33 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- update to 1.17.2:
|
|
* In replication scenario, entry_sm gets updated every time it is used
|
|
* Add an API for querying the last raft log entry
|
|
* Fix the build when liblz4 is missing and test it
|
|
* Propagate raft_recover errors and improve tracing
|
|
* Remove option to link separately-built libraft
|
|
* Remove dqlite-next build configuration
|
|
* Start instrumenting existing code with state machines
|
|
* Snapshot checkpointing
|
|
* Refactor leader.c to fix stack growth in handle_exec_sql
|
|
* Fix frames leak when VfsPoll fails
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 6 15:40:20 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- update to 1.16.7:
|
|
* Fix a possible UAF
|
|
* bugfix: reading segment, correctly stop on error
|
|
* Cleanup prepared statement during node close
|
|
* now uses file locking to ensure that two nodes don't run
|
|
concurrently using the same data directory
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 28 04:02:03 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- update to 1.16.4:
|
|
* build system fixes
|
|
|
|
-------------------------------------------------------------------
|
|
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
|