Skip to content

Commit e71a5f1

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.1.0
1 parent 1ac0d6d commit e71a5f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.1.0] - 2024-01-18
6+
### Added:
7+
- Adds a new `StringAsBytes()` method, which can be used instead of the always-allocating `String()` method.
8+
9+
10+
### Changed:
11+
- GC improvement: in non-easyjson builds, when SkipValue encounters strings, allocation is eliminated. Thanks, @bobby-stripe!
12+
513
## [3.0.0] - 2022-08-29
614
This release drops compatibility with Go 1.17 and below, and changes the import path from `github.com/launchdarkly/go-jsonstream/v2` to `github.com/launchdarkly/go-jsonstream/v3`. There are no other changes.
715

0 commit comments

Comments
 (0)