Releases: spacemeshos/go-scale
Releases · spacemeshos/go-scale
v1.1.6
What's Changed
- Bump actions/setup-go from 3 to 4 by @dependabot in #51
- Print which type caused the error by @fasmat in #52
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #43
- fix boundary checks and add coverage for compact integers by @dshulyak in #47
- Bump golang.org/x/mod from 0.8.0 to 0.9.0 by @dependabot in #46
- Enforce max tags on all variable length types by @fasmat in #50
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Bump golang.org/x/mod from 0.7.0 to 0.8.0 by @dependabot in #42
Full Changelog: v1.1.3...v1.1.4
Release v1.1.3
- add util to read one byte #40
Full Changelog: v1.1.2...v1.1.3
Release v1.1.2
What's Changed
- Bump golang.org/x/mod from 0.6.0 to 0.7.0 by @dependabot in #38
- Small improvements to unsafe operations by @fasmat in #39
Full Changelog: v1.1.1...v1.1.2
Release v1.1.1
This release improves performance of go-scale by reducing the number of memory allocations when encoding strings.
Release v1.1.0
This update just includes updates to dependencies of go-scale.
Release v1.0.0
Upgrade CI Action with staticcheck and lint (#35) * Upgrade CI for go-scale * More CI upgrades * Add missing make targets * Use os specific temp directory instead of /tmp * Add logs to debug windows * Print as string * Fix escaping * use strings.Join for package imports * Remove \r from generated files in tests * More test fixes * Remove most logging from successful execution * Remove more logs from successful execution