Skip to content

2.2.0

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 18 Dec 02:01
· 15 commits to v2 since this release

[2.2.0] - 2020-12-17

Added:

  • All types that can be converted to or from JSON now have WriteToJSONWriter and ReadFromJSONReader methods that use the new go-jsonstream API for greater efficiency, although json.Marshal and json.Unmarshal still also work.

Deprecated:

  • The jsonstream subpackage in go-sdk-common is now deprecated in favor of 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.