Skip to content

Commit 2a8e5b3

Browse files
Releasing version 2.2.0
1 parent efc1c28 commit 2a8e5b3

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+
## [2.2.0] - 2020-12-17
6+
### Added:
7+
- All types that can be converted to or from JSON now have `WriteToJSONWriter` and `ReadFromJSONReader` methods that use the new [`go-jsonstream`](https://github.com/launchdarkly/go-jsonstream) API for greater efficiency, although `json.Marshal` and `json.Unmarshal` still also work.
8+
9+
### Deprecated:
10+
- The `jsonstream` subpackage in `go-sdk-common` is now deprecated in favor of [`go-jsonstream`](https://github.com/launchdarkly/go-jsonstream). The Go SDK no longer uses `jsonstream`, but it is retained here for backward compatibility with any other code that may have been using it. Some types still have `WriteToJSONBuffer` methods for using `jsonstream`; these are also deprecated.
11+
12+
513
## [2.1.0] - 2020-12-14
614
### Added:
715
- `IsDefined()` method for `ldvalue.Value`, `ldreason.EvaluationReason`, and `ldtime.UnixMillisecondTime`.

0 commit comments

Comments
 (0)