Unclaimed project
Are you a maintainer of dqlite? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
dqlite
Embeddable, replicated and fault-tolerant SQL engine.
databaseraftsqlite
Last updated 21 days ago
Back to changelogFixed
v1.18.3
What's Changed
- fix:
RETURNING semantics by @marco6 in https://github.com/canonical/dqlite/pull/798
- feat: enable multithreaded execution by @marco6 in https://github.com/canonical/dqlite/pull/747
- feat: improve cancellation behaviour by @marco6 in https://github.com/canonical/dqlite/pull/802
- chore: fix arm tests on 22.04 by @marco6 in https://github.com/canonical/dqlite/pull/806
- chore: embed human-readable version string in binary by @marco6 in https://github.com/canonical/dqlite/pull/805
- fix: defer apply when busy by @marco6 in https://github.com/canonical/dqlite/pull/803
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/canonical/dqlite/pull/807
- chore: remove unused snapshot algorithm by @letFunny in https://github.com/canonical/dqlite/pull/808
- fix: minor build issues by @marco6 in https://github.com/canonical/dqlite/pull/813
- chore: disable publishing on 20.04 & 24.10, enable 25.04 by @marco6 in https://github.com/canonical/dqlite/pull/814
- Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in https://github.com/canonical/dqlite/pull/727
- chore: move debian packaging definition from dqlite-ppa by @marco6 in https://github.com/canonical/dqlite/pull/818
chore: fix new PPA build by @marco6 in https://github.com/canonical/dqlite/pull/819chore: deduplicate munit library by @marco6 in https://github.com/canonical/dqlite/pull/816chore: rename source package name by @marco6 in https://github.com/canonical/dqlite/pull/820chore: fix workflow package name by @marco6 in https://github.com/canonical/dqlite/pull/824chore: remove disk mode by @marco6 in https://github.com/canonical/dqlite/pull/801refactor: improve snapshot interface by @marco6 in https://github.com/canonical/dqlite/pull/811chore: remove RAFT_LIBS reference from .pc by @marco6 in https://github.com/canonical/dqlite/pull/823chore: remove support for pre-lts coordinated checkpoint by @marco6 in https://github.com/canonical/dqlite/pull/822chore: rename unstable lib to match releases by @marco6 in https://github.com/canonical/dqlite/pull/829chore: fix small conversion for 32-bit by @marco6 in https://github.com/canonical/dqlite/pull/838bugfix: multi-region shm mapping for systems with big pages by @marco6 in https://github.com/canonical/dqlite/pull/839chore: scope transaction state in exec_tick by @marco6 in https://github.com/canonical/dqlite/pull/840feat: delete_database pragma by @marco6 in https://github.com/canonical/dqlite/pull/809chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in https://github.com/canonical/dqlite/pull/836fix: always call VfsAbort on error by @marco6 in https://github.com/canonical/dqlite/pull/841github: Restore raft testing on other filesystems by @cole-miller in https://github.com/canonical/dqlite/pull/647refactor: simplify fsm interface by @marco6 in https://github.com/canonical/dqlite/pull/827refactor: remove wal from snapshot by @marco6 in https://github.com/canonical/dqlite/pull/812chore: test building on all enable architectures by @marco6 in https://github.com/canonical/dqlite/pull/845refactor: improve VFS open path by @marco6 in https://github.com/canonical/dqlite/pull/830bugfix: allow opening in-memory databases by @marco6 in https://github.com/canonical/dqlite/pull/846fix: remove forced tail calls by @marco6 in https://github.com/canonical/dqlite/pull/844fix(roles): Initialize variables to fix LTO build by @wszqkzqk in https://github.com/canonical/dqlite/pull/847fix: include lz4 in the pkg-config dependencies by @marco6 in https://github.com/canonical/dqlite/pull/849perf: track read index on databases by @marco6 in https://github.com/canonical/dqlite/pull/821chore: add more threads when testing by @marco6 in https://github.com/canonical/dqlite/pull/831bugfix: work-around XFS mtime limitations by @marco6 in https://github.com/canonical/dqlite/pull/843perf: streaming compression/decompression by @marco6 in https://github.com/canonical/dqlite/pull/804fix: fix compression test and explicit assumption by @marco6 in https://github.com/canonical/dqlite/pull/850chore: prepare for v1.18.3 by @marco6 in https://github.com/canonical/dqlite/pull/825New Contributors
- @wszqkzqk made their first contribution in https://github.com/canonical/dqlite/pull/847
Full Changelog: https://github.com/canonical/dqlite/compare/v1.18.2...v1.18.3-fixed