1
0
Fork 0

Update CHANGELOG.md

master
Philip O'Toole 3 years ago committed by GitHub
parent 30bf8833ba
commit 188b0d2972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,8 @@
## 6.0.3 (unreleased)
## 6.1.0 (unreleased)
This release makes significant changes to SQLite database connection handling, resulting in proper support for high-performance concurrent reads of in-memory databases (the default choice for rqlite).
- [PR #848](https://github.com/rqlite/rqlite/pull/848): Enable DBSTATS table and JSON support. Fixes [issue #843](https://github.com/rqlite/rqlite/issues/843).
### Implementation changes and bug fixes
- [PR #841](https://github.com/rqlite/rqlite/pull/841): Remove support for specifying SQLite DSN.
- [PR #842](https://github.com/rqlite/rqlite/pull/842): Use `vfs=memdb` allowing proper concurrent reads of in-memory databases. Special thanks to [@rittneje](https://github.com/rittneje).

Loading…
Cancel
Save