Version v0.17dev7
Pre-release
Pre-release
This is not the latest release of ws4sqlite, which is here.
The work takes place in the fork/ws4sql branch, and you can find the changes so far, and the steps needed to migrate a regular installation in the ROAD_TO_WS4SQL.md document.
Compiled in Github Actions using Go 1.24.5. Docker images for amd64 and aarch64 (arm64) are at ghcr.io/proofrock/ws4sql:latest.
In this release
- SQLite 3.50.3 and DuckDB 1.3.2
- [Breaking Change] Plaintext passwords in auth config block are now prohibited
- Removed 'maintenance' config block, it was deprecated since v0.14
- Libraries update
Next, documentation and fix a few outstanding issues. Then release.
Migration
If you used v0.17dev6:
- Ensure you are not using plaintext passwords. In case, specify them as bcrypt.
If you used ws4sqlite:
- Check the ROAD_TO_WS4SQL.md document.
As always, your feedback is deeply appreciated, if you'll be so kind. Cheers! 🍻