Releases: proofrock/ws4sqlite
v0.14.1
v0.14.0
Aligned to SQLite 3.41.0. Compiled with go 1.20.1.
- SQLite 3.41.0
- Issue #21: Feature: multiple maintenance tasks
- Issue #22: Enhancement: keep the db connection open
- Issue #24: Small fixes to commandline args parsing
- Library updates
UPDATE 20230315: docker builds are now available as usual (something got fixed in the upstream). Please notice that they are compiled with 1.20.2.
This release is backwards compatible with v0.11.x, and the existing client libraries don't need to be changed.
v0.13.0
Aligned to SQLite 3.40.1. Compiled with go-1.20.
- Issue #16: Feature: specify a custom error code for Not Authorized
- Issue #19: Feature: backup at each startup
- Issue #20: Feature: ability to perform statements during maintenance
- Issue #15: Out-of-order startup reporting of server configs
- Library updates
- Go 1.20
Docker images for amd64, arm and arm64 are here.
WARNING: docker build for ARM64 is currently failing. I hope to be able to fix it soon.
This release is backwards compatible with v0.11.x, and the existing client libraries don't need to be changed.
v0.12.7
v0.12.6
IMPORTANT: this version is broken, see #14
Aligned to SQLite 3.40.1. Compiled with go-1.19.5.
- Issue #13: Middlewares activation is not correct
- Library updates
Docker images for amd64, arm and arm64 are here.
This release is backwards compatible with v0.11.x, and the existing client libraries don't need to be changed.
v0.12.5
v0.12.4
Aligned to SQLite 3.40.0. Compiled with go-1.19.4.
- Issue #11: runtime error: slice bounds out of range [:-1]
- Issue #12: Hardcoded path in error message
- Library updates
Docker images for amd64, arm and arm64 are here.
This release is backwards compatible with v0.11.x, and the existing client libraries don't need to be changed.