Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/goccy/go-json to v0.10.3 (open-telemetry#34111)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/goccy/go-json](https://togithub.com/goccy/go-json) | `v0.9.7` -> `v0.10.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoccy%2fgo-json/v0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoccy%2fgo-json/v0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoccy%2fgo-json/v0.9.7/v0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoccy%2fgo-json/v0.9.7/v0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>goccy/go-json (github.com/goccy/go-json)</summary> ### [`v0.10.3`](https://togithub.com/goccy/go-json/releases/tag/v0.10.3): 0.10.3 [Compare Source](https://togithub.com/goccy/go-json/compare/v0.10.2...v0.10.3) #### What's Changed - Add license for string processing by [@&open-telemetry#8203;goccy](https://togithub.com/goccy) in [https://github.com/goccy/go-json/pull/476](https://togithub.com/goccy/go-json/pull/476) - fix: decode struct with pointer must be nil by [@&open-telemetry#8203;misyuari](https://togithub.com/misyuari) in [https://github.com/goccy/go-json/pull/473](https://togithub.com/goccy/go-json/pull/473) - fix: fix a bug for escaping 0xE2 0x80 0xA8 in compactString by [@&open-telemetry#8203;lizixing](https://togithub.com/lizixing) in [https://github.com/goccy/go-json/pull/479](https://togithub.com/goccy/go-json/pull/479) - Fix custom map marshaling by [@&open-telemetry#8203;viewsharp](https://togithub.com/viewsharp) in [https://github.com/goccy/go-json/pull/505](https://togithub.com/goccy/go-json/pull/505) - Use io package instead of ioutil package by [@&open-telemetry#8203;shamaton](https://togithub.com/shamaton) in [https://github.com/goccy/go-json/pull/498](https://togithub.com/goccy/go-json/pull/498) #### New Contributors - [@&open-telemetry#8203;misyuari](https://togithub.com/misyuari) made their first contribution in [https://github.com/goccy/go-json/pull/473](https://togithub.com/goccy/go-json/pull/473) - [@&open-telemetry#8203;lizixing](https://togithub.com/lizixing) made their first contribution in [https://github.com/goccy/go-json/pull/479](https://togithub.com/goccy/go-json/pull/479) - [@&open-telemetry#8203;viewsharp](https://togithub.com/viewsharp) made their first contribution in [https://github.com/goccy/go-json/pull/505](https://togithub.com/goccy/go-json/pull/505) - [@&open-telemetry#8203;shamaton](https://togithub.com/shamaton) made their first contribution in [https://github.com/goccy/go-json/pull/498](https://togithub.com/goccy/go-json/pull/498) **Full Changelog**: goccy/go-json@v0.10.2...v0.10.3 ### [`v0.10.2`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0102---20230320) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.10.1...v0.10.2) ##### New features - Support DebugDOT option for debugging encoder ( [#&open-telemetry#8203;440](https://togithub.com/goccy/go-json/issues/440) ) ##### Fix bugs - Fix combination of embedding structure and omitempty option ( [#&open-telemetry#8203;442](https://togithub.com/goccy/go-json/issues/442) ) ### [`v0.10.1`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0101---20230313) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.10.0...v0.10.1) ##### Fix bugs - Fix checkptr error for array decoder ( [#&open-telemetry#8203;415](https://togithub.com/goccy/go-json/issues/415) ) - Fix added buffer size check when decoding key ( [#&open-telemetry#8203;430](https://togithub.com/goccy/go-json/issues/430) ) - Fix handling of anonymous fields other than struct ( [#&open-telemetry#8203;431](https://togithub.com/goccy/go-json/issues/431) ) - Fix to not optimize when lower conversion can't handle byte-by-byte ( [#&open-telemetry#8203;432](https://togithub.com/goccy/go-json/issues/432) ) - Fix a problem that MarshalIndent does not work when UnorderedMap is specified ( [#&open-telemetry#8203;435](https://togithub.com/goccy/go-json/issues/435) ) - Fix mapDecoder.DecodeStream() for empty objects containing whitespace ( [#&open-telemetry#8203;425](https://togithub.com/goccy/go-json/issues/425) ) - Fix an issue that could not set the correct NextField for fields in the embedded structure ( [#&open-telemetry#8203;438](https://togithub.com/goccy/go-json/issues/438) ) ### [`v0.10.0`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0100---20221129) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.9.11...v0.10.0) ##### New features - Support JSON Path ( [#&open-telemetry#8203;250](https://togithub.com/goccy/go-json/issues/250) ) ##### Fix bugs - Fix marshaler for map's key ( [#&open-telemetry#8203;409](https://togithub.com/goccy/go-json/issues/409) ) ### [`v0.9.11`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0911---20220818) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.9.10...v0.9.11) ##### Fix bugs - Fix unexpected behavior when buffer ends with backslash ( [#&open-telemetry#8203;383](https://togithub.com/goccy/go-json/issues/383) ) - Fix stream decoding of escaped character ( [#&open-telemetry#8203;387](https://togithub.com/goccy/go-json/issues/387) ) ### [`v0.9.10`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0910---20220715) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.9.9...v0.9.10) ##### Fix bugs - Fix boundary exception of type caching ( [#&open-telemetry#8203;382](https://togithub.com/goccy/go-json/issues/382) ) ### [`v0.9.9`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v099---20220715) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.9.8...v0.9.9) ##### Fix bugs - Fix encoding of directed interface with typed nil ( [#&open-telemetry#8203;377](https://togithub.com/goccy/go-json/issues/377) ) - Fix embedded primitive type encoding using alias ( [#&open-telemetry#8203;378](https://togithub.com/goccy/go-json/issues/378) ) - Fix slice/array type encoding with types implementing MarshalJSON ( [#&open-telemetry#8203;379](https://togithub.com/goccy/go-json/issues/379) ) - Fix unicode decoding when the expected buffer state is not met after reading ( [#&open-telemetry#8203;380](https://togithub.com/goccy/go-json/issues/380) ) ### [`v0.9.8`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v098---20220630) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.9.7...v0.9.8) ##### Fix bugs - Fix decoding of surrogate-pair ( [#&open-telemetry#8203;365](https://togithub.com/goccy/go-json/issues/365) ) - Fix handling of embedded primitive type ( [#&open-telemetry#8203;366](https://togithub.com/goccy/go-json/issues/366) ) - Add validation of escape sequence for decoder ( [#&open-telemetry#8203;367](https://togithub.com/goccy/go-json/issues/367) ) - Fix stream tokenizing respecting UseNumber ( [#&open-telemetry#8203;369](https://togithub.com/goccy/go-json/issues/369) ) - Fix encoding when struct pointer type that implements Marshal JSON is embedded ( [#&open-telemetry#8203;375](https://togithub.com/goccy/go-json/issues/375) ) ##### Improve performance - Improve performance of linkRecursiveCode ( [#&open-telemetry#8203;368](https://togithub.com/goccy/go-json/issues/368) ) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Yang Song <songy23@users.noreply.github.com>
- Loading branch information