launchdarkly/go-sdk-common (gopkg.in/launchdarkly/go-sdk-common.v2)
### [`v2.5.1`](https://redirect.github.com/launchdarkly/go-sdk-common/releases/tag/v2.5.1)
[Compare Source](https://redirect.github.com/launchdarkly/go-sdk-common/compare/2.5.0...v2.5.1)
#### \[2.5.1] - 2022-06-30
##### Changed:
- If you create an `ldvalue.Value` with the `ldvalue.Raw(json.RawMessage)` constructor, and you pass a zero-length or nil value to the constructor, and then encode the `Value` to JSON with `json.Marshal` or an equivalent method, the JSON output will now be `null` (that is, the literal characters `null` representing a JSON null value). Previously it would have been a zero-length string, which is not valid as the JSON encoding of any value and could cause the SDK to output a malformed JSON document if the document contained such a value.
Configuration
📅 Schedule: Branch creation - "before 3am on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v2.5.0
->v2.5.1
Release Notes
launchdarkly/go-sdk-common (gopkg.in/launchdarkly/go-sdk-common.v2)
### [`v2.5.1`](https://redirect.github.com/launchdarkly/go-sdk-common/releases/tag/v2.5.1) [Compare Source](https://redirect.github.com/launchdarkly/go-sdk-common/compare/2.5.0...v2.5.1) #### \[2.5.1] - 2022-06-30 ##### Changed: - If you create an `ldvalue.Value` with the `ldvalue.Raw(json.RawMessage)` constructor, and you pass a zero-length or nil value to the constructor, and then encode the `Value` to JSON with `json.Marshal` or an equivalent method, the JSON output will now be `null` (that is, the literal characters `null` representing a JSON null value). Previously it would have been a zero-length string, which is not valid as the JSON encoding of any value and could cause the SDK to output a malformed JSON document if the document contained such a value.Configuration
📅 Schedule: Branch creation - "before 3am on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.