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 (#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://github.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://github.com/goccy/go-json/releases/tag/v0.10.3): 0.10.3 [Compare Source](https://github.com/goccy/go-json/compare/v0.10.2...v0.10.3) #### What's Changed - Add license for string processing by [@​goccy](https://github.com/goccy) in [https://github.com/goccy/go-json/pull/476](https://github.com/goccy/go-json/pull/476) - fix: decode struct with pointer must be nil by [@​misyuari](https://github.com/misyuari) in [https://github.com/goccy/go-json/pull/473](https://github.com/goccy/go-json/pull/473) - fix: fix a bug for escaping 0xE2 0x80 0xA8 in compactString by [@​lizixing](https://github.com/lizixing) in [https://github.com/goccy/go-json/pull/479](https://github.com/goccy/go-json/pull/479) - Fix custom map marshaling by [@​viewsharp](https://github.com/viewsharp) in [https://github.com/goccy/go-json/pull/505](https://github.com/goccy/go-json/pull/505) - Use io package instead of ioutil package by [@​shamaton](https://github.com/shamaton) in [https://github.com/goccy/go-json/pull/498](https://github.com/goccy/go-json/pull/498) #### New Contributors - [@​misyuari](https://github.com/misyuari) made their first contribution in [https://github.com/goccy/go-json/pull/473](https://github.com/goccy/go-json/pull/473) - [@​lizixing](https://github.com/lizixing) made their first contribution in [https://github.com/goccy/go-json/pull/479](https://github.com/goccy/go-json/pull/479) - [@​viewsharp](https://github.com/viewsharp) made their first contribution in [https://github.com/goccy/go-json/pull/505](https://github.com/goccy/go-json/pull/505) - [@​shamaton](https://github.com/shamaton) made their first contribution in [https://github.com/goccy/go-json/pull/498](https://github.com/goccy/go-json/pull/498) **Full Changelog**: goccy/go-json@v0.10.2...v0.10.3 ### [`v0.10.2`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0102---20230320) [Compare Source](https://github.com/goccy/go-json/compare/v0.10.1...v0.10.2) ##### New features - Support DebugDOT option for debugging encoder ( [#​440](https://github.com/goccy/go-json/issues/440) ) ##### Fix bugs - Fix combination of embedding structure and omitempty option ( [#​442](https://github.com/goccy/go-json/issues/442) ) ### [`v0.10.1`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0101---20230313) [Compare Source](https://github.com/goccy/go-json/compare/v0.10.0...v0.10.1) ##### Fix bugs - Fix checkptr error for array decoder ( [#​415](https://github.com/goccy/go-json/issues/415) ) - Fix added buffer size check when decoding key ( [#​430](https://github.com/goccy/go-json/issues/430) ) - Fix handling of anonymous fields other than struct ( [#​431](https://github.com/goccy/go-json/issues/431) ) - Fix to not optimize when lower conversion can't handle byte-by-byte ( [#​432](https://github.com/goccy/go-json/issues/432) ) - Fix a problem that MarshalIndent does not work when UnorderedMap is specified ( [#​435](https://github.com/goccy/go-json/issues/435) ) - Fix mapDecoder.DecodeStream() for empty objects containing whitespace ( [#​425](https://github.com/goccy/go-json/issues/425) ) - Fix an issue that could not set the correct NextField for fields in the embedded structure ( [#​438](https://github.com/goccy/go-json/issues/438) ) ### [`v0.10.0`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0100---20221129) [Compare Source](https://github.com/goccy/go-json/compare/v0.9.11...v0.10.0) ##### New features - Support JSON Path ( [#​250](https://github.com/goccy/go-json/issues/250) ) ##### Fix bugs - Fix marshaler for map's key ( [#​409](https://github.com/goccy/go-json/issues/409) ) ### [`v0.9.11`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0911---20220818) [Compare Source](https://github.com/goccy/go-json/compare/v0.9.10...v0.9.11) ##### Fix bugs - Fix unexpected behavior when buffer ends with backslash ( [#​383](https://github.com/goccy/go-json/issues/383) ) - Fix stream decoding of escaped character ( [#​387](https://github.com/goccy/go-json/issues/387) ) ### [`v0.9.10`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0910---20220715) [Compare Source](https://github.com/goccy/go-json/compare/v0.9.9...v0.9.10) ##### Fix bugs - Fix boundary exception of type caching ( [#​382](https://github.com/goccy/go-json/issues/382) ) ### [`v0.9.9`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v099---20220715) [Compare Source](https://github.com/goccy/go-json/compare/v0.9.8...v0.9.9) ##### Fix bugs - Fix encoding of directed interface with typed nil ( [#​377](https://github.com/goccy/go-json/issues/377) ) - Fix embedded primitive type encoding using alias ( [#​378](https://github.com/goccy/go-json/issues/378) ) - Fix slice/array type encoding with types implementing MarshalJSON ( [#​379](https://github.com/goccy/go-json/issues/379) ) - Fix unicode decoding when the expected buffer state is not met after reading ( [#​380](https://github.com/goccy/go-json/issues/380) ) ### [`v0.9.8`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v098---20220630) [Compare Source](https://github.com/goccy/go-json/compare/v0.9.7...v0.9.8) ##### Fix bugs - Fix decoding of surrogate-pair ( [#​365](https://github.com/goccy/go-json/issues/365) ) - Fix handling of embedded primitive type ( [#​366](https://github.com/goccy/go-json/issues/366) ) - Add validation of escape sequence for decoder ( [#​367](https://github.com/goccy/go-json/issues/367) ) - Fix stream tokenizing respecting UseNumber ( [#​369](https://github.com/goccy/go-json/issues/369) ) - Fix encoding when struct pointer type that implements Marshal JSON is embedded ( [#​375](https://github.com/goccy/go-json/issues/375) ) ##### Improve performance - Improve performance of linkRecursiveCode ( [#​368](https://github.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