Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 12:57
· 92 commits to main since this release
47cdfe5

This release is a bugfix release and includes mostly cosmetic changes to the Go codebase that were reported by various linters via golangci-lint. I fixed the CI to use the golangci-lint-action and created a configuration file to enable all linters, including gosec, except a few. All constructors and functions are now unexported and you can access them via either of these classes: Writer, Reader or Connection.

I addressed these issues:

Also, @thmshmm was kind enough to fix a bug in #129 that I introduced in the byte array serializer. 🙏

What's Changed

Full Changelog: v0.12.0...v0.13.0