v0.4.1
Thanks to our many contributors and supports for this release!
NOTE: This release has MySQL storage backend schema changes. Please apply the changes in the schema.00003.sql
file if you have an existing MySQL backend installation.
Fixed
- Properly handle a nullable column in the MySQL backend: da651c7
Other
- The stored, generated MySQL column is now a traditional column; embed server token MySQL functions directly into statements: f78cb24
- Return a 404 error when declarations are not found: 23ace61
- Release zips built with latest minor Go version, start build tests with Go 1.21.x: f403530
- Documentation changes: 40e7c16
- Code rearrangement: 3ebc4a0