hashicorp/go-msgpack
### [`v0.5.5`](https://togithub.com/hashicorp/go-msgpack/releases/v0.5.5)
[Compare Source](https://togithub.com/hashicorp/go-msgpack/compare/v0.5.4...v0.5.5)
Fix an issue where struct pointer fields tagged with `omitempty` will be omitted if referenced value is empty, so a field of type `*bool`, then field would be omitted pointer is nil or `&false`.
### [`v0.5.4`](https://togithub.com/hashicorp/go-msgpack/releases/v0.5.4)
[Compare Source](https://togithub.com/hashicorp/go-msgpack/compare/v0.5.3...v0.5.4)
Fixed a decoding issue when decoding a string value in a map where the value already existed would panic.
Configuration
📅 Schedule: 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, click this checkbox.
This PR contains the following updates:
v0.5.3
->v0.5.5
Release Notes
hashicorp/go-msgpack
### [`v0.5.5`](https://togithub.com/hashicorp/go-msgpack/releases/v0.5.5) [Compare Source](https://togithub.com/hashicorp/go-msgpack/compare/v0.5.4...v0.5.5) Fix an issue where struct pointer fields tagged with `omitempty` will be omitted if referenced value is empty, so a field of type `*bool`, then field would be omitted pointer is nil or `&false`. ### [`v0.5.4`](https://togithub.com/hashicorp/go-msgpack/releases/v0.5.4) [Compare Source](https://togithub.com/hashicorp/go-msgpack/compare/v0.5.3...v0.5.4) Fixed a decoding issue when decoding a string value in a map where the value already existed would panic.Configuration
📅 Schedule: 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.