v1.2.0
louiseschmidtgen
released this
07 Oct 16:40
·
46 commits
to master
since this release
What's Changed
This release shows notable improvements in the performance of queries to Dqlite, namely compaction and creation. The addition of Otel allows better visibility of queries to Dqlite by utilizing traces. This release also includes the node NotReady
bugfix.
- Suppress logrus output during tests by @marco6 in #121
- Add continuous benchmarking by @marco6 in #123
- Update go-sqlite3 to the last version by @marco6 in #129
- Add setup action to all tests by @marco6 in #130
- Instrument SQLite by @marco6 in #127
- Instrument Otel by @louiseschmidtgen in #125
- Sqllog otel traces by @louiseschmidtgen in #143
- Enable minor schema version updates by @louiseschmidtgen in #141
- Address concurrency issue in logstructured.create by @louiseschmidtgen in #150
- Update Dqlite and its dependencies by @louiseschmidtgen in #151
- Instrument dqlite by @marco6 in #131
- Automate prepared statements by @marco6 in #132
- Improve list test and resize admission test by @marco6 in #136
- Improve create query by @louiseschmidtgen in #152
- Improve compaction by @marco6 in #149
- Build raft with dqlite by @louiseschmidtgen in #153
- Dqlite arm64 build fix by @louiseschmidtgen in #155
- Disable kine metrics by default by @louiseschmidtgen in #154
- Bump aquasecurity/trivy-action from 0.23.0 to 0.24.0 by @dependabot in #124
- Bump actions/cache from 3 to 4 by @dependabot in #128
- Instrument calls to DB by @louiseschmidtgen in #156
- Configurable watch query timeout by @louiseschmidtgen in #162
- Fix list benchmark and notify CI on error by @marco6 in #164
Full Changelog: v1.1.11...v1.2.0