Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot released this 18 Jan 21:03
· 1 commit to v3 since this release

[3.1.0] - 2024-01-18

Added:

  • Adds a new StringAsBytes() method, which can be used instead of the always-allocating String() method.

Changed:

  • GC improvement: in non-easyjson builds, when SkipValue encounters strings, allocation is eliminated. Thanks, @bobby-stripe!