You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New encoding includes a version byte and enforced zero padding (#6)
* Add a checksum to the encoding.
* Bump to v2 of the API.
* With some cleverness, avoid having to go to V2.
* Docstrings.
* A bit more commentary.
* Use Go 1.22 in CI, and a newer modver.
* Flesh out some doc.
* Add a DROP TABLE to the "down" part of the new db migration.
* Switch from big-endian to little-endian. Add a check on the return value of Varint.
* Use zero padding instead of checksums - simpler and equally secure. Add a version byte for encoding v2 and later.
* go get -u all
* Update a doc comment.
Add Awesome Go badge (#7)
* Add Awesome Go badge.
* go get -u all
* Use the right versions of Go and Modver in CI.
* Sigh... quote the version of Go in go.yml lest 1.20 becomes 1.2.
Use basexx/v2. Add test coverage. (#4)
* Use basexx/v2. Add test coverage.
* Mingo says we now need Go 1.20, thanks to the indirect dependency on golang.org/x/exp.
* Use Modver v2.6.0 in CI, which has a different opinion about changes in the go.mod go decl.