Change yaml library to go.yaml.in/yaml/v3 - #1935
Merged
Merged
Conversation
The [go-yaml](https://github.com/go-yaml/yaml/) project was archived on Apr 1, 2025 and is no longer maintained. Luckily the official YAML organization forked the project and is maintaining it under https://github.com/yaml/go-yaml/tree/v3.
ccoVeille
approved these changes
Aug 16, 2026
Collaborator
|
Reviews in #1772 apply to this PR too |
brackendawson
approved these changes
Aug 17, 2026
eleboucher
pushed a commit
to eleboucher/runner-k8s-plugin
that referenced
this pull request
Aug 23, 2026
…2.1) (#93) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `v1.11.1` → `v1.12.1` |  |  | --- ### Release Notes <details> <summary>stretchr/testify (github.com/stretchr/testify)</summary> ### [`v1.12.1`](https://github.com/stretchr/testify/releases/tag/v1.12.1) [Compare Source](stretchr/testify@v1.12.0...v1.12.1) This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own. #### What's Changed - Change yaml library to `go.yaml.in/yaml/v3` by [@​harryzcy](https://github.com/harryzcy) in [#​1935](stretchr/testify#1935) - change yaml library to go.yaml.in/yaml/v3 by [@​boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud) in [#​1772](stretchr/testify#1772) #### New Contributors - [@​harryzcy](https://github.com/harryzcy) made their first contribution in [#​1935](stretchr/testify#1935) - [@​boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud) made their first contribution in [#​1772](stretchr/testify#1772) **Full Changelog**: <stretchr/testify@v1.12.0...v1.12.1> #### What's Changed - Change yaml library to `go.yaml.in/yaml/v3` by [@​harryzcy](https://github.com/harryzcy) in [#​1935](stretchr/testify#1935) - change yaml library to go.yaml.in/yaml/v3 by [@​boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud) in [#​1772](stretchr/testify#1772) #### New Contributors - [@​harryzcy](https://github.com/harryzcy) made their first contribution in [#​1935](stretchr/testify#1935) - [@​boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud) made their first contribution in [#​1772](stretchr/testify#1772) **Full Changelog**: <stretchr/testify@v1.12.0...v1.12.1> ### [`v1.12.0`](https://github.com/stretchr/testify/releases/tag/v1.12.0) [Compare Source](stretchr/testify@v1.11.1...v1.12.0) #### What's Changed ##### Functional Changes - assert: make \*AssertionFunc types just aliases by [@​dolmen](https://github.com/dolmen) in [#​1563](stretchr/testify#1563) ##### Fixes - mock: avoid panic when expected type is nil in Arguments.Diff by [@​mutaiib](https://github.com/mutaiib) in [#​1775](stretchr/testify#1775) - mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by [@​brackendawson](https://github.com/brackendawson) in [#​1786](stretchr/testify#1786) - suite: validate method signatures and continue execution for valid tests by [@​vyas-git](https://github.com/vyas-git) in [#​1665](stretchr/testify#1665) - assert.PanicsWithError: report error message by [@​olivergondza](https://github.com/olivergondza) in [#​1400](stretchr/testify#1400) - assert: IsIncreasing et al can return false w/out failing by [@​brackendawson](https://github.com/brackendawson) in [#​1787](stretchr/testify#1787) - add type to error message of assert.Same by [@​egawata](https://github.com/egawata) in [#​1792](stretchr/testify#1792) - mock.AssertExpectationsForObjects fix panic with wrong testObject type. by [@​brackendawson](https://github.com/brackendawson) in [#​1795](stretchr/testify#1795) - assert: truncate very long objects in test failure messages by [@​brackendawson](https://github.com/brackendawson) in [#​1646](stretchr/testify#1646) - assert: fix NotSubset error messages using %#v instead of %q (fixes [#​1800](stretchr/testify#1800)) by [@​nghiack7](https://github.com/nghiack7) in [#​1888](stretchr/testify#1888) - suite: prevent panic when SetupTest skips with HandleStats by [@​blackwell-systems](https://github.com/blackwell-systems) in [#​1877](stretchr/testify#1877) ##### Documentation, Build & CI - CI: test also with Go 1.23 by [@​dolmen](https://github.com/dolmen) in [#​1783](stretchr/testify#1783) - Vendor unmaintained github.com/pmezard/go-difflib by [@​brackendawson](https://github.com/brackendawson) in [#​1708](stretchr/testify#1708) - Promote ccoVeille to maintainer by [@​brackendawson](https://github.com/brackendawson) in [#​1784](stretchr/testify#1784) - build(deps): bump actions/setup-go from 5 to 6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1790](stretchr/testify#1790) - assert.YAMLEq: Document mutlidoc behavior by [@​brackendawson](https://github.com/brackendawson) in [#​1791](stretchr/testify#1791) - \_codegen: copy dependency github.com/ernesto-jimenez/gogen/imports by [@​dolmen](https://github.com/dolmen) in [#​1782](stretchr/testify#1782) - doc: remove ineffective inline code blocks by [@​brackendawson](https://github.com/brackendawson) in [#​1714](stretchr/testify#1714) - Tag generated assertions as non-generated in new .gitattributes by [@​ubunatic](https://github.com/ubunatic) in [#​1815](stretchr/testify#1815) - chore: vendor go-spew from <https://github.com/davecgh/go-spew> by [@​ccoVeille](https://github.com/ccoVeille) in [#​1827](stretchr/testify#1827) - require: fix godoc generation for assertions returning a bool by [@​Baxromumarov](https://github.com/Baxromumarov) in [#​1850](stretchr/testify#1850) - docs(require): correct example usage to use assert.CollectT (require.CollectT does not exist) by [@​a2not](https://github.com/a2not) in [#​1821](stretchr/testify#1821) - docs: Fix EventuallyWithTf documentation with proper placement of formatting arguments by [@​a2not](https://github.com/a2not) in [#​1842](stretchr/testify#1842) - EMERITUS.md: add [@​tylerb](https://github.com/tylerb) by [@​dolmen](https://github.com/dolmen) in [#​1812](stretchr/testify#1812) - CI: test also with Go 1.24 by [@​alexandear](https://github.com/alexandear) in [#​1856](stretchr/testify#1856) - deps: bump objx to v0.5.3 and remove dependency cycle issue by [@​ccoVeille](https://github.com/ccoVeille) in [#​1823](stretchr/testify#1823) - CI: upgrade GitHub Actions and pin hashes by [@​SuperQ](https://github.com/SuperQ) in [#​1883](stretchr/testify#1883) - CI: add \_readme-gofmt tool to reformat Go code in README by [@​dolmen](https://github.com/dolmen) in [#​1889](stretchr/testify#1889) - CI: add check of GitHub Action pinned hashes against tag by [@​dolmen](https://github.com/dolmen) in [#​1885](stretchr/testify#1885) - \_codegen: modernize by [@​dolmen](https://github.com/dolmen) in [#​1890](stretchr/testify#1890) - build(deps): bump actions/checkout from 6.0.2 to 6.0.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1906](stretchr/testify#1906) - mock: Mock.Return does not exist anymore by [@​Kentzo](https://github.com/Kentzo) in [#​1905](stretchr/testify#1905) #### New Contributors - [@​mutaiib](https://github.com/mutaiib) made their first contribution in [#​1775](stretchr/testify#1775) - [@​vyas-git](https://github.com/vyas-git) made their first contribution in [#​1665](stretchr/testify#1665) - [@​olivergondza](https://github.com/olivergondza) made their first contribution in [#​1400](stretchr/testify#1400) - [@​egawata](https://github.com/egawata) made their first contribution in [#​1792](stretchr/testify#1792) - [@​ubunatic](https://github.com/ubunatic) made their first contribution in [#​1815](stretchr/testify#1815) - [@​Baxromumarov](https://github.com/Baxromumarov) made their first contribution in [#​1850](stretchr/testify#1850) - [@​a2not](https://github.com/a2not) made their first contribution in [#​1821](stretchr/testify#1821) - [@​nghiack7](https://github.com/nghiack7) made their first contribution in [#​1888](stretchr/testify#1888) - [@​blackwell-systems](https://github.com/blackwell-systems) made their first contribution in [#​1877](stretchr/testify#1877) - [@​Kentzo](https://github.com/Kentzo) made their first contribution in [#​1905](stretchr/testify#1905) **Full Changelog**: <stretchr/testify@v1.11.0...v1.12.0> #### What's Changed - mock: avoid panic when expected type is nil in Arguments.Diff by [@​mutaiib](https://github.com/mutaiib) in [#​1775](stretchr/testify#1775) - CI: test also with Go 1.23 by [@​dolmen](https://github.com/dolmen) in [#​1783](stretchr/testify#1783) - mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by [@​brackendawson](https://github.com/brackendawson) in [#​1786](stretchr/testify#1786) - suite: validate method signatures and continue execution for valid tests by [@​vyas-git](https://github.com/vyas-git) in [#​1665](stretchr/testify#1665) - Vendor unmaintained github.com/pmezard/go-difflib by [@​brackendawson](https://github.com/brackendawson) in [#​1708](stretchr/testify#1708) - Promote ccoVeille to maintainer by [@​brackendawson](https://github.com/brackendawson) in [#​1784](stretchr/testify#1784) - build(deps): bump actions/setup-go from 5 to 6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1790](stretchr/testify#1790) - assert.PanicsWithError: report error message by [@​olivergondza](https://github.com/olivergondza) in [#​1400](stretchr/testify#1400) - assert: IsIncreasing et al can return false w/out failing by [@​brackendawson](https://github.com/brackendawson) in [#​1787](stretchr/testify#1787) - add type to error message of assert.Same by [@​egawata](https://github.com/egawata) in [#​1792](stretchr/testify#1792) - assert.YAMLEq: Document mutlidoc behavior by [@​brackendawson](https://github.com/brackendawson) in [#​1791](stretchr/testify#1791) - mock.AssertExpectationsForObjects fix panic with wrong testObject type. by [@​brackendawson](https://github.com/brackendawson) in [#​1795](stretchr/testify#1795) - \_codegen: copy dependency github.com/ernesto-jimenez/gogen/imports by [@​dolmen](https://github.com/dolmen) in [#​1782](stretchr/testify#1782) - assert: truncate very long objects in test failure messages by [@​brackendawson](https://github.com/brackendawson) in [#​1646](stretchr/testify#1646) - doc: remove ineffective inline code blocks by [@​brackendawson](https://github.com/brackendawson) in [#​1714](stretchr/testify#1714) - Tag generated assertions as non-generated in new .gitattributes by [@​ubunatic](https://github.com/ubunatic) in [#​1815](stretchr/testify#1815) - chore: vendor go-spew from <https://github.com/davecgh/go-spew> by [@​ccoVeille](https://github.com/ccoVeille) in [#​1827](stretchr/testify#1827) - require: fix godoc generation for assertions returning a bool by [@​Baxromumarov](https://github.com/Baxromumarov) in [#​1850](stretchr/testify#1850) - docs(require): correct example usage to use assert.CollectT (require.CollectT does not exist) by [@​a2not](https://github.com/a2not) in [#​1821](stretchr/testify#1821) - docs: Fix EventuallyWithTf documentation with proper placement of formatting arguments by [@​a2not](https://github.com/a2not) in [#​1842](stretchr/testify#1842) - EMERITUS.md: add [@​tylerb](https://github.com/tylerb) by [@​dolmen](https://github.com/dolmen) in [#​1812](stretchr/testify#1812) - CI: test also with Go 1.24 by [@​alexandear](https://github.com/alexandear) in [#​1856](stretchr/testify#1856) - deps: bump objx to v0.5.3 and remove dependency cycle issue by [@​ccoVeille](https://github.com/ccoVeille) in [#​1823](stretchr/testify#1823) - CI: upgrade GitHub Actions and pin hashes by [@​SuperQ](https://github.com/SuperQ) in [#​1883](stretchr/testify#1883) - assert: fix NotSubset error messages using %#v instead of %q (fixes [#​1800](stretchr/testify#1800)) by [@​nghiack7](https://github.com/nghiack7) in [#​1888](stretchr/testify#1888) - suite: prevent panic when SetupTest skips with HandleStats by [@​blackwell-systems](https://github.com/blackwell-systems) in [#​1877](stretchr/testify#1877) - CI: add \_readme-gofmt tool to reformat Go code in README by [@​dolmen](https://github.com/dolmen) in [#​1889](stretchr/testify#1889) - CI: add check of GitHub Action pinned hashes against tag by [@​dolmen](https://github.com/dolmen) in [#​1885](stretchr/testify#1885) - \_codegen: modernize by [@​dolmen](https://github.com/dolmen) in [#​1890](stretchr/testify#1890) - assert: make \*AssertionFunc types just aliases by [@​dolmen](https://github.com/dolmen) in [#​1563](stretchr/testify#1563) - build(deps): bump actions/checkout from 6.0.2 to 6.0.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1906](stretchr/testify#1906) - mock: Mock.Return does not exist anymore by [@​Kentzo](https://github.com/Kentzo) in [#​1905](stretchr/testify#1905) #### New Contributors - [@​mutaiib](https://github.com/mutaiib) made their first contribution in [#​1775](stretchr/testify#1775) - [@​vyas-git](https://github.com/vyas-git) made their first contribution in [#​1665](stretchr/testify#1665) - [@​olivergondza](https://github.com/olivergondza) made their first contribution in [#​1400](stretchr/testify#1400) - [@​egawata](https://github.com/egawata) made their first contribution in [#​1792](stretchr/testify#1792) - [@​ubunatic](https://github.com/ubunatic) made their first contribution in [#​1815](stretchr/testify#1815) - [@​Baxromumarov](https://github.com/Baxromumarov) made their first contribution in [#​1850](stretchr/testify#1850) - [@​a2not](https://github.com/a2not) made their first contribution in [#​1821](stretchr/testify#1821) - [@​nghiack7](https://github.com/nghiack7) made their first contribution in [#​1888](stretchr/testify#1888) - [@​blackwell-systems](https://github.com/blackwell-systems) made their first contribution in [#​1877](stretchr/testify#1877) - [@​Kentzo](https://github.com/Kentzo) made their first contribution in [#​1905](stretchr/testify#1905) **Full Changelog**: <stretchr/testify@v1.11.0...v1.12.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Paris) - Branch creation - At any time (no schedule defined) - 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 CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMS4wIiwidXBkYXRlZEluVmVyIjoiNDQuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9taW5vciJdfQ==--> Reviewed-on: https://git.erwanleboucher.dev/eleboucher/runner-k8s-plugin/pulls/93
mergify Bot
added a commit
to ArcadeData/arcadedb
that referenced
this pull request
Aug 23, 2026
…p ci] Bumps the go-modules group in /e2e-go with 2 updates: [github.com/stretchr/testify](https://github.com/stretchr/testify) and [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus). Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.1 Release notes *Sourced from [github.com/stretchr/testify's releases](https://github.com/stretchr/testify/releases).* > v1.12.1 > ------- > > This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own. > > What's Changed > -------------- > > * Change yaml library to `go.yaml.in/yaml/v3` by [`@harryzcy`](https://github.com/harryzcy) in [stretchr/testify#1935](https://redirect.github.com/stretchr/testify/pull/1935) > * change yaml library to go.yaml.in/yaml/v3 by [`@boekkooi-impossiblecloud`](https://github.com/boekkooi-impossiblecloud) in [stretchr/testify#1772](https://redirect.github.com/stretchr/testify/pull/1772) > > New Contributors > ---------------- > > * [`@harryzcy`](https://github.com/harryzcy) made their first contribution in [stretchr/testify#1935](https://redirect.github.com/stretchr/testify/pull/1935) > * [`@boekkooi-impossiblecloud`](https://github.com/boekkooi-impossiblecloud) made their first contribution in [stretchr/testify#1772](https://redirect.github.com/stretchr/testify/pull/1772) > > **Full Changelog**: <stretchr/testify@v1.12.0...v1.12.1> > > What's Changed > -------------- > > * Change yaml library to `go.yaml.in/yaml/v3` by [`@harryzcy`](https://github.com/harryzcy) in [stretchr/testify#1935](https://redirect.github.com/stretchr/testify/pull/1935) > * change yaml library to go.yaml.in/yaml/v3 by [`@boekkooi-impossiblecloud`](https://github.com/boekkooi-impossiblecloud) in [stretchr/testify#1772](https://redirect.github.com/stretchr/testify/pull/1772) > > New Contributors > ---------------- > > * [`@harryzcy`](https://github.com/harryzcy) made their first contribution in [stretchr/testify#1935](https://redirect.github.com/stretchr/testify/pull/1935) > * [`@boekkooi-impossiblecloud`](https://github.com/boekkooi-impossiblecloud) made their first contribution in [stretchr/testify#1772](https://redirect.github.com/stretchr/testify/pull/1772) > > **Full Changelog**: <stretchr/testify@v1.12.0...v1.12.1> > > v1.12.0 > ------- > > What's Changed > -------------- > > ### Functional Changes > > * assert: make \*AssertionFunc types just aliases by [`@dolmen`](https://github.com/dolmen) in [stretchr/testify#1563](https://redirect.github.com/stretchr/testify/pull/1563) > > ### Fixes > > * mock: avoid panic when expected type is nil in Arguments.Diff by [`@mutaiib`](https://github.com/mutaiib) in [stretchr/testify#1775](https://redirect.github.com/stretchr/testify/pull/1775) > * mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by [`@brackendawson`](https://github.com/brackendawson) in [stretchr/testify#1786](https://redirect.github.com/stretchr/testify/pull/1786) > * suite: validate method signatures and continue execution for valid tests by [`@vyas-git`](https://github.com/vyas-git) in [stretchr/testify#1665](https://redirect.github.com/stretchr/testify/pull/1665) > * assert.PanicsWithError: report error message by [`@olivergondza`](https://github.com/olivergondza) in [stretchr/testify#1400](https://redirect.github.com/stretchr/testify/pull/1400) > * assert: IsIncreasing et al can return false w/out failing by [`@brackendawson`](https://github.com/brackendawson) in [stretchr/testify#1787](https://redirect.github.com/stretchr/testify/pull/1787) > * add type to error message of assert.Same by [`@egawata`](https://github.com/egawata) in [stretchr/testify#1792](https://redirect.github.com/stretchr/testify/pull/1792) > * mock.AssertExpectationsForObjects fix panic with wrong testObject type. by [`@brackendawson`](https://github.com/brackendawson) in [stretchr/testify#1795](https://redirect.github.com/stretchr/testify/pull/1795) > * assert: truncate very long objects in test failure messages by [`@brackendawson`](https://github.com/brackendawson) in [stretchr/testify#1646](https://redirect.github.com/stretchr/testify/pull/1646) > * assert: fix NotSubset error messages using %#v instead of %q (fixes [#1800](https://redirect.github.com/stretchr/testify/issues/1800)) by [`@nghiack7`](https://github.com/nghiack7) in [stretchr/testify#1888](https://redirect.github.com/stretchr/testify/pull/1888) > * suite: prevent panic when SetupTest skips with HandleStats by [`@blackwell-systems`](https://github.com/blackwell-systems) in [stretchr/testify#1877](https://redirect.github.com/stretchr/testify/pull/1877) > > ### Documentation, Build & CI > > * CI: test also with Go 1.23 by [`@dolmen`](https://github.com/dolmen) in [stretchr/testify#1783](https://redirect.github.com/stretchr/testify/pull/1783) > * Vendor unmaintained github.com/pmezard/go-difflib by [`@brackendawson`](https://github.com/brackendawson) in [stretchr/testify#1708](https://redirect.github.com/stretchr/testify/pull/1708) > * Promote ccoVeille to maintainer by [`@brackendawson`](https://github.com/brackendawson) in [stretchr/testify#1784](https://redirect.github.com/stretchr/testify/pull/1784) > * build(deps): bump actions/setup-go from 5 to 6 by [`@dependabot`](https://github.com/dependabot)[bot] in [stretchr/testify#1790](https://redirect.github.com/stretchr/testify/pull/1790) > * assert.YAMLEq: Document mutlidoc behavior by [`@brackendawson`](https://github.com/brackendawson) in [stretchr/testify#1791](https://redirect.github.com/stretchr/testify/pull/1791) > * \_codegen: copy dependency github.com/ernesto-jimenez/gogen/imports by [`@dolmen`](https://github.com/dolmen) in [stretchr/testify#1782](https://redirect.github.com/stretchr/testify/pull/1782) > * doc: remove ineffective inline code blocks by [`@brackendawson`](https://github.com/brackendawson) in [stretchr/testify#1714](https://redirect.github.com/stretchr/testify/pull/1714) > * Tag generated assertions as non-generated in new .gitattributes by [`@ubunatic`](https://github.com/ubunatic) in [stretchr/testify#1815](https://redirect.github.com/stretchr/testify/pull/1815) ... (truncated) Commits * [`959dbda`](stretchr/testify@959dbda) Merge pull request [#1935](https://redirect.github.com/stretchr/testify/issues/1935) from harryzcy/yaml-update * [`9bb7176`](stretchr/testify@9bb7176) Update go.yaml.in/yaml/v3 to v3.0.5 * [`001eb79`](stretchr/testify@001eb79) Merge pull request [#1905](https://redirect.github.com/stretchr/testify/issues/1905) from Kentzo/patch-1 * [`ad40f38`](stretchr/testify@ad40f38) Merge pull request [#1906](https://redirect.github.com/stretchr/testify/issues/1906) from stretchr/dependabot/github\_actions/actions/chec... * [`3bae017`](stretchr/testify@3bae017) build(deps): bump actions/checkout from 6.0.2 to 6.0.3 * [`f8c01f3`](stretchr/testify@f8c01f3) mock: Mock.Return does not exist anymore * [`12f8b56`](stretchr/testify@12f8b56) Merge pull request [#1563](https://redirect.github.com/stretchr/testify/issues/1563) from stretchr/make-AssertionFunc-types-aliases * [`a11649e`](stretchr/testify@a11649e) assert: make \*AssertionFunc type just aliases * [`dc20f41`](stretchr/testify@dc20f41) Merge pull request [#1890](https://redirect.github.com/stretchr/testify/issues/1890) from stretchr/dolmen/codegen-modernize * [`098f8d7`](stretchr/testify@098f8d7) \_codegen: use strings.Builder * Additional commits viewable in [compare view](stretchr/testify@v1.11.1...v1.12.1) Updates `github.com/sirupsen/logrus` from 1.9.4 to 1.10.1 Release notes *Sourced from [github.com/sirupsen/logrus's releases](https://github.com/sirupsen/logrus/releases).* > v1.10.1 > ------- > > Logrus v1.10.1 > ============== > > This patch release fixes two issues in field formatting and handling: > > * Fix a regression introduced in v1.10.0 where `TextFormatter` could panic > when formatting nil or panicking `error` and `fmt.Stringer` values. > * Allow function-backed values implementing `error` to be used with > `WithError`, `WithField`, and `WithFields`. > > Dependency Changes > > * update github.com/stretchr/testify to v1.12.0 > > **Full Changelog**: <sirupsen/logrus@v1.10.0...v1.10.1> > > v1.10.0 > ------- > > Logrus v1.10.0 > ============== > > This release focuses on substantial performance improvements, concurrency correctness, and better interoperability with modern Go logging APIs. > > 🚀 Performance > ------------- > > Major improvements across `TextFormatter`, entry handling, and common logger paths: > > * ~17% lower geomean runtime across the benchmark suite > * ~27% higher geomean formatter throughput > * Common enabled logging paths are ~30–44% faster > * `WithError` is ~40% faster > * Chained fields are ~46% faster > * `TextFormatter` paths are up to ~40% faster > * Allocation counts are reduced by ~25–74% across measured `TextFormatter` cases, with the largest reductions in colored output > > The improvements also show up in complete logger paths: > > * Logger + `TextFormatter` is ~31% faster, with ~24% fewer allocations > * Logger + `JSONFormatter` is ~21% faster, with ~10% fewer allocations > > `JSONFormatter` itself remains largely unchanged in runtime performance, with small allocation reductions. > > 🔄 `log/slog` interoperability > ----------------------------- > > v1.10 adds bidirectional interoperability between Logrus and Go's `log/slog`: > > * A Logrus `slog` hook can forward existing Logrus entries to an `slog` logger. > * `hooks/slog.NewHandler` implements `slog.Handler`, allowing `log/slog` records to use an existing Logrus logger and its hooks, formatter, and output. > * The handler preserves levels, fields, groups, context, record timestamps, and optionally caller information. > * Caller reporting is configured per handler, without requiring Logrus's logger-wide `ReportCaller` option. > * Custom `slog` levels can be mapped to Logrus levels. ... (truncated) Changelog *Sourced from [github.com/sirupsen/logrus's changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md).* > 1.10.1 > ------ > > Fixes: > > * Fix a regression introduced in v1.10.0 where `TextFormatter` could panic > when formatting nil or panicking `error` and `fmt.Stringer` values. > * Allow function-backed implementations of `error` as field values. > > 1.10.0 > ------ > > Fixes: > > * Fix reentrant logging deadlocks in formatter paths. > * Fix race conditions in formatter and entry handling. > * Fix generic `Log`, `Logf`, `Logln`, and `LogFn` methods unexpectedly > panicking when called with `PanicLevel`. Use the corresponding `Panic` > methods when panic behavior is desired. > * Improve concurrency safety around formatter and hook access. > > Features: > > * Add `slog` hook for forwarding Logrus entries to `log/slog`. > * Add `slog.Handler` for forwarding `log/slog` records to a Logrus logger, > including levels, fields, groups, context, time, and optional caller > reporting. The hook and handler can also be combined to help migrate > between Logrus and `log/slog`. > * Add minimal, composable logging interfaces for each log level. This enables > consumers to depend on narrower interfaces, making it easier to substitute > or adapt logging implementations. > * Allow `Entry.Caller` to be set explicitly and preserve it across derived > entries, enabling custom caller detection without Logrus overwriting > caller information when `ReportCaller` is enabled. > > Changed: > > * Raise minimum supported Go version to 1.23. > * TextFormatter now renders `[]byte` values as raw/quoted strings instead of slice-of-ints. > * TextFormatter now uses distinct dimmed colors for debug and trace output. > * TextFormatter now automatically enables colors on Windows terminals with ANSI support, > matching the behavior on other platforms. > * `Entry.HasCaller` is now deprecated in favor of checking `Entry.Caller` directly. > * Deprecated `MutexWrap`, which was unintentionally exposed as public API. > It remains available as an alias for compatibility but should not be used > directly. > > Performance: > > * Significantly improve TextFormatter performance and reduce allocations. > * Optimize common Entry and Logger hot paths. > * Reduce allocations in caller reporting. ... (truncated) Commits * [`8b673a9`](sirupsen/logrus@8b673a9) Merge pull request [#1583](https://redirect.github.com/sirupsen/logrus/issues/1583) from thaJeztah/release\_1.10.1 * [`0b920ad`](sirupsen/logrus@0b920ad) Merge pull request [#1584](https://redirect.github.com/sirupsen/logrus/issues/1584) from thaJeztah/more\_coverage * [`5e20694`](sirupsen/logrus@5e20694) TextFormatter: cover nil pointer method receivers * [`8312732`](sirupsen/logrus@8312732) update changelog for v1.10.1 * [`e987a40`](sirupsen/logrus@e987a40) Merge pull request [#1582](https://redirect.github.com/sirupsen/logrus/issues/1582) from thaJeztah/panic\_handler * [`17d574b`](sirupsen/logrus@17d574b) TextFormatter: recover panics from Error and String methods * [`134c80f`](sirupsen/logrus@134c80f) Merge pull request [#1579](https://redirect.github.com/sirupsen/logrus/issues/1579) from thaJeztah/err\_handling * [`7350f42`](sirupsen/logrus@7350f42) logger: WithError: wrap logger.WithError for consistency * [`b3369d2`](sirupsen/logrus@b3369d2) entry: allow function-backed error fields * [`1080083`](sirupsen/logrus@1080083) Merge pull request [#1578](https://redirect.github.com/sirupsen/logrus/issues/1578) from thaJeztah/err\_handling\_tests * Additional commits viewable in [compare view](sirupsen/logrus@v1.9.4...v1.10.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
1 task
1 task
hypekostas
pushed a commit
to stellar/stellar-disbursement-platform-backend
that referenced
this pull request
Sep 4, 2026
Bumps the minor-and-patch group with 10 updates: | Package | From | To | | -------------------------------------------------------------------------------- | --------- | --------- | | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.43.6` | `1.44.0` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.37` | `1.32.40` | | [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.36` | `1.19.39` | | [github.com/aws/aws-sdk-go-v2/service/ses](https://github.com/aws/aws-sdk-go-v2) | `1.37.6` | `1.38.0` | | [github.com/aws/aws-sdk-go-v2/service/sns](https://github.com/aws/aws-sdk-go-v2) | `1.42.6` | `1.43.0` | | [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | `0.48.0` | `0.49.0` | | [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | `5.3.1` | `5.3.2` | | [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.10.1` | `1.10.2` | | [github.com/stellar/go-stellar-sdk](https://github.com/stellar/go-stellar-sdk) | `0.7.2` | `0.7.3` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.12.0` | `1.12.1` | Updates `github.com/aws/aws-sdk-go-v2` from 1.43.6 to 1.44.0 ### Commits * [`a30468c`](aws/aws-sdk-go-v2@a30468c) Release 2026-08-26 * [`d3df5a1`](aws/aws-sdk-go-v2@d3df5a1) Regenerated Clients * [`387db29`](aws/aws-sdk-go-v2@387db29) Update API model * [`79d4bda`](aws/aws-sdk-go-v2@79d4bda) upgrade smithy-go to v1.28.1 ([#3534](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3534)) * [`c5510c6`](aws/aws-sdk-go-v2@c5510c6) Set Content-Length when the request body is set instead of via middleware ([#3](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3)...) * [`655faba`](aws/aws-sdk-go-v2@655faba) Release 2026-08-25 * [`ba4b661`](aws/aws-sdk-go-v2@ba4b661) Regenerated Clients * [`4301eac`](aws/aws-sdk-go-v2@4301eac) Update API model * [`276eacc`](aws/aws-sdk-go-v2@276eacc) Make X-Amz-Checksum-Mode appear on query parameters on presigned URLs ([#3530](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3530)) * [`f39a59d`](aws/aws-sdk-go-v2@f39a59d) Schema serde json 2 ([#3531](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3531)) * Additional commits viewable in [compare view](aws/aws-sdk-go-v2@v1.43.6...v1.44.0) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.37 to 1.32.40 ### Commits * [`a30468c`](aws/aws-sdk-go-v2@a30468c) Release 2026-08-26 * [`d3df5a1`](aws/aws-sdk-go-v2@d3df5a1) Regenerated Clients * [`387db29`](aws/aws-sdk-go-v2@387db29) Update API model * [`79d4bda`](aws/aws-sdk-go-v2@79d4bda) upgrade smithy-go to v1.28.1 ([#3534](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3534)) * [`c5510c6`](aws/aws-sdk-go-v2@c5510c6) Set Content-Length when the request body is set instead of via middleware ([#3](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3)...) * [`655faba`](aws/aws-sdk-go-v2@655faba) Release 2026-08-25 * [`ba4b661`](aws/aws-sdk-go-v2@ba4b661) Regenerated Clients * [`4301eac`](aws/aws-sdk-go-v2@4301eac) Update API model * [`276eacc`](aws/aws-sdk-go-v2@276eacc) Make X-Amz-Checksum-Mode appear on query parameters on presigned URLs ([#3530](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3530)) * [`f39a59d`](aws/aws-sdk-go-v2@f39a59d) Schema serde json 2 ([#3531](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3531)) * Additional commits viewable in [compare view](aws/aws-sdk-go-v2@config/v1.32.37...config/v1.32.40) Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.36 to 1.19.39 ### Commits * [`a30468c`](aws/aws-sdk-go-v2@a30468c) Release 2026-08-26 * [`d3df5a1`](aws/aws-sdk-go-v2@d3df5a1) Regenerated Clients * [`387db29`](aws/aws-sdk-go-v2@387db29) Update API model * [`79d4bda`](aws/aws-sdk-go-v2@79d4bda) upgrade smithy-go to v1.28.1 ([#3534](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3534)) * [`c5510c6`](aws/aws-sdk-go-v2@c5510c6) Set Content-Length when the request body is set instead of via middleware ([#3](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3)...) * [`655faba`](aws/aws-sdk-go-v2@655faba) Release 2026-08-25 * [`ba4b661`](aws/aws-sdk-go-v2@ba4b661) Regenerated Clients * [`4301eac`](aws/aws-sdk-go-v2@4301eac) Update API model * [`276eacc`](aws/aws-sdk-go-v2@276eacc) Make X-Amz-Checksum-Mode appear on query parameters on presigned URLs ([#3530](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3530)) * [`f39a59d`](aws/aws-sdk-go-v2@f39a59d) Schema serde json 2 ([#3531](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3531)) * Additional commits viewable in [compare view](aws/aws-sdk-go-v2@credentials/v1.19.36...credentials/v1.19.39) Updates `github.com/aws/aws-sdk-go-v2/service/ses` from 1.37.6 to 1.38.0 ### Commits * [`0ab2d66`](aws/aws-sdk-go-v2@0ab2d66) Release 2025-08-11 * [`ae81008`](aws/aws-sdk-go-v2@ae81008) Regenerated Clients * [`6cf56c1`](aws/aws-sdk-go-v2@6cf56c1) Update endpoints model * [`5e25292`](aws/aws-sdk-go-v2@5e25292) Update API model * [`14e9fb7`](aws/aws-sdk-go-v2@14e9fb7) upgrade to smithy v1.61.0 * [`fcdf6ab`](aws/aws-sdk-go-v2@fcdf6ab) regen * [`2230299`](aws/aws-sdk-go-v2@2230299) fix changelog * [`76aa8d7`](aws/aws-sdk-go-v2@76aa8d7) feat: add support for per service options to Config ([#3145](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3145)) * [`8afe327`](aws/aws-sdk-go-v2@8afe327) Release 2025-08-08 * [`4d6e55d`](aws/aws-sdk-go-v2@4d6e55d) Regenerated Clients * Additional commits viewable in [compare view](aws/aws-sdk-go-v2@service/fis/v1.37.6...v1.38.0) Updates `github.com/aws/aws-sdk-go-v2/service/sns` from 1.42.6 to 1.43.0 ### Commits * [`4fef345`](aws/aws-sdk-go-v2@4fef345) Release 2026-07-21 * [`6275419`](aws/aws-sdk-go-v2@6275419) Regenerated Clients * [`f859830`](aws/aws-sdk-go-v2@f859830) Update API model * [`278591d`](aws/aws-sdk-go-v2@278591d) Add an option to clients to disable clock skew ([#3483](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3483)) * [`d132ac7`](aws/aws-sdk-go-v2@d132ac7) Fix Clock Skew according to internal specification ([#3472](https://redirect.github.com/aws/aws-sdk-go-v2/issues/3472)) * [`03519c9`](aws/aws-sdk-go-v2@03519c9) Release 2026-07-20 * [`dda3efb`](aws/aws-sdk-go-v2@dda3efb) Regenerated Clients * [`348cec0`](aws/aws-sdk-go-v2@348cec0) Update API model * [`f4fd272`](aws/aws-sdk-go-v2@f4fd272) Release 2026-07-17 * [`8e4cbc8`](aws/aws-sdk-go-v2@8e4cbc8) Regenerated Clients * Additional commits viewable in [compare view](aws/aws-sdk-go-v2@service/sqs/v1.42.6...v1.43.0) Updates `github.com/getsentry/sentry-go` from 0.48.0 to 0.49.0 ### Release notes *Sourced from [github.com/getsentry/sentry-go's releases](https://github.com/getsentry/sentry-go/releases).* > ## 0.49.0 > > ### Breaking Changes 🛠 > > * removing DisableLogs and DisableMetrics client options. Sending metrics and logs is already gated by the usage of our APIs already, so having a global kill switch is counter intuitive. Users that won't to opt out should just not call the relevant APIs or setup the integrations. by [@giortzisg](https://github.com/giortzisg) in [#1392](https://redirect.github.com/getsentry/sentry-go/pull/1392) > > ### New Features ✨ > > * add `WithProxy` option for OTLP. This allows setting an `otlptracehttp.HTTPTransportProxyFunc` for the span exporter by [@pierrre](https://github.com/pierrre) in [#1377](https://redirect.github.com/getsentry/sentry-go/pull/1377) > > ### Bug Fixes 🐛 > > * (echo) Propagate span through request context by [@EricGusmao](https://github.com/EricGusmao) in [#1385](https://redirect.github.com/getsentry/sentry-go/pull/1385) > * Skip recover frames on panic. This changes stacktrace behavior for captured panics, removing `sentry.Recover` frames to focus on the actual panic frames. The changes might affect issue grouping. by [@giortzisg](https://github.com/giortzisg) in [#1364](https://redirect.github.com/getsentry/sentry-go/pull/1364) > > ### Internal Changes 🔧 > > #### Deps > > * Bump github.com/labstack/echo/v5 from 5.0.3 to 5.2.0 in /echo by [@dependabot](https://github.com/dependabot) in [#1399](https://redirect.github.com/getsentry/sentry-go/pull/1399) > * Bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 by [@dependabot](https://github.com/dependabot) in [#1397](https://redirect.github.com/getsentry/sentry-go/pull/1397) > * Bump getsentry/craft from 2.26.6 to 2.27.2 by [@dependabot](https://github.com/dependabot) in [#1381](https://redirect.github.com/getsentry/sentry-go/pull/1381) > * Bump actions/setup-go from 6.4.0 to 7.0.0 by [@dependabot](https://github.com/dependabot) in [#1382](https://redirect.github.com/getsentry/sentry-go/pull/1382) > * Bump actions/checkout from 6.0.3 to 7.0.1 by [@dependabot](https://github.com/dependabot) in [#1380](https://redirect.github.com/getsentry/sentry-go/pull/1380) > * Bump google.golang.org/grpc to 1.82.1 and golang.org/x/sys to 0.46.0 by [@dependabot](https://github.com/dependabot) in [#1375](https://redirect.github.com/getsentry/sentry-go/pull/1375) > * Bump golang.org/x/text to v0.39.0 and x/net to v0.56.0 by [@giortzisg](https://github.com/giortzisg) in [#1374](https://redirect.github.com/getsentry/sentry-go/pull/1374) ### Changelog *Sourced from [github.com/getsentry/sentry-go's changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md).* > ## 0.49.0 > > ### Breaking Changes 🛠 > > * removing DisableLogs and DisableMetrics client options. Sending metrics and logs is already gated by the usage of our APIs already, so having a global kill switch is counter intuitive. Users that won't to opt out should just not call the relevant APIs or setup the integrations. by [@giortzisg](https://github.com/giortzisg) in [#1392](https://redirect.github.com/getsentry/sentry-go/pull/1392) > > ### New Features ✨ > > * add `WithProxy` option for OTLP. This allows setting an `otlptracehttp.HTTPTransportProxyFunc` for the span exporter by [@pierrre](https://github.com/pierrre) in [#1377](https://redirect.github.com/getsentry/sentry-go/pull/1377) > > ### Bug Fixes 🐛 > > * (echo) Propagate span through request context by [@EricGusmao](https://github.com/EricGusmao) in [#1385](https://redirect.github.com/getsentry/sentry-go/pull/1385) > * Skip recover frames on panic. This changes stacktrace behavior for captured panics, removing `sentry.Recover` frames to focus on the actual panic frames. The changes might affect issue grouping. by [@giortzisg](https://github.com/giortzisg) in [#1364](https://redirect.github.com/getsentry/sentry-go/pull/1364) > > ### Internal Changes 🔧 > > #### Deps > > * Bump github.com/labstack/echo/v5 from 5.0.3 to 5.2.0 in /echo by [@dependabot](https://github.com/dependabot) in [#1399](https://redirect.github.com/getsentry/sentry-go/pull/1399) > * Bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 by [@dependabot](https://github.com/dependabot) in [#1397](https://redirect.github.com/getsentry/sentry-go/pull/1397) > * Bump getsentry/craft from 2.26.6 to 2.27.2 by [@dependabot](https://github.com/dependabot) in [#1381](https://redirect.github.com/getsentry/sentry-go/pull/1381) > * Bump actions/setup-go from 6.4.0 to 7.0.0 by [@dependabot](https://github.com/dependabot) in [#1382](https://redirect.github.com/getsentry/sentry-go/pull/1382) > * Bump actions/checkout from 6.0.3 to 7.0.1 by [@dependabot](https://github.com/dependabot) in [#1380](https://redirect.github.com/getsentry/sentry-go/pull/1380) > * Bump google.golang.org/grpc to 1.82.1 and golang.org/x/sys to 0.46.0 by [@dependabot](https://github.com/dependabot) in [#1375](https://redirect.github.com/getsentry/sentry-go/pull/1375) > * Bump golang.org/x/text to v0.39.0 and x/net to v0.56.0 by [@giortzisg](https://github.com/giortzisg) in [#1374](https://redirect.github.com/getsentry/sentry-go/pull/1374) ### Commits * [`78b09d1`](getsentry/sentry-go@78b09d1) release: 0.49.0 * [`eff9f37`](getsentry/sentry-go@eff9f37) build(deps): bump github.com/labstack/echo/v5 from 5.0.3 to 5.2.0 in /echo (#... * [`c60a2f6`](getsentry/sentry-go@c60a2f6) feat!: remove DisableLogs and DisableMetrics options ([#1392](https://redirect.github.com/getsentry/sentry-go/issues/1392)) * [`c3f2330`](getsentry/sentry-go@c3f2330) build(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 ([#1397](https://redirect.github.com/getsentry/sentry-go/issues/1397)) * [`9bb14a7`](getsentry/sentry-go@9bb14a7) fix(echo): propagate span through request context ([#1385](https://redirect.github.com/getsentry/sentry-go/issues/1385)) * [`fb9acd8`](getsentry/sentry-go@fb9acd8) build(deps): bump getsentry/craft from 2.26.6 to 2.27.2 ([#1381](https://redirect.github.com/getsentry/sentry-go/issues/1381)) * [`17f540e`](getsentry/sentry-go@17f540e) feat(otel/otlp): add WithProxy option to span exporter ([#1377](https://redirect.github.com/getsentry/sentry-go/issues/1377)) * [`ed9834e`](getsentry/sentry-go@ed9834e) build(deps): bump actions/setup-go from 6.4.0 to 7.0.0 ([#1382](https://redirect.github.com/getsentry/sentry-go/issues/1382)) * [`af6d9db`](getsentry/sentry-go@af6d9db) build(deps): bump actions/checkout from 6.0.3 to 7.0.1 ([#1380](https://redirect.github.com/getsentry/sentry-go/issues/1380)) * [`93223f7`](getsentry/sentry-go@93223f7) build(deps): bump google.golang.org/grpc to 1.82.1 and golang.org/x/sys to 0.... * Additional commits viewable in [compare view](getsentry/sentry-go@v0.48.0...v0.49.0) Updates `github.com/go-chi/chi/v5` from 5.3.1 to 5.3.2 ### Release notes *Sourced from [github.com/go-chi/chi/v5's releases](https://github.com/go-chi/chi/releases).* > ## v5.3.2 > > ## What's Changed > > * feat(middleware): add text/markdown, text/csv, text/vtt to default compressible types by [@VojtechVitek](https://github.com/VojtechVitek) in [go-chi/chi#1151](https://redirect.github.com/go-chi/chi/pull/1151) > * docs: deployment recipe for middleware.ClientIPFromXFFTrustedProxies() by [@VojtechVitek](https://github.com/VojtechVitek) in [go-chi/chi#1111](https://redirect.github.com/go-chi/chi/pull/1111) > * fix: don't drop handlers that collide with a Mount()/Route() pattern by [@VojtechVitek](https://github.com/VojtechVitek) in [go-chi/chi#1148](https://redirect.github.com/go-chi/chi/pull/1148) > * Don't duplicate methods in Allow: header for 405 responses by [@flimzy](https://github.com/flimzy) in [go-chi/chi#1029](https://redirect.github.com/go-chi/chi/pull/1029) > * fix(middleware): reject catch-all compress wildcards by [@VojtechVitek](https://github.com/VojtechVitek) in [go-chi/chi#1156](https://redirect.github.com/go-chi/chi/pull/1156) > > * `middleware.NewCompressor(level, "/*")` never worked and silently compressed nothing. Instead of turning it into a compress-everything catch-all (as proposed in [go-chi/chi#868](https://redirect.github.com/go-chi/chi/issues/868) and [go-chi/chi#1121](https://redirect.github.com/go-chi/chi/pull/1121)), we decided to reject both `"/*"` and `"*/*"` at construction and panic. Compressing every response wastes CPU on already-compressed types (zip, jpeg, png), which is why the middleware keeps a curated default list. Users should pass explicit content types. > **Full Changelog**: go-chi/chi@v5.3.1...v5.3.2 ### Commits * [`3893906`](go-chi/chi@3893906) fix(middleware): reject catch-all compress wildcards `"/*"` and `"*/*"` ([#1156](https://redirect.github.com/go-chi/chi/issues/1156)) * [`9b6ddcd`](go-chi/chi@9b6ddcd) Don't duplicate methods in Allow: header for 405 responses ([#1029](https://redirect.github.com/go-chi/chi/issues/1029)) * [`29164f0`](go-chi/chi@29164f0) fix: don't drop handlers that collide with a Mount()/Route() pattern ([#1148](https://redirect.github.com/go-chi/chi/issues/1148)) * [`bc02284`](go-chi/chi@bc02284) docs: deployment recipe + verify checklist for ClientIPFromXFFTrustedProxies ... * [`60ecea5`](go-chi/chi@60ecea5) feat(middleware): add text/markdown, text/csv, text/vtt to default compressib... * See full diff in [compare view](go-chi/chi@v5.3.1...v5.3.2) Updates `github.com/sirupsen/logrus` from 1.10.1 to 1.10.2 ### Release notes *Sourced from [github.com/sirupsen/logrus's releases](https://github.com/sirupsen/logrus/releases).* > ## v1.10.2 > > # Logrus v1.10.2 > > This is a small maintenance release that updates `github.com/stretchr/testify` to v1.12.1, removing the legacy `gopkg.in/yaml.v3` dependency from Logrus' dependency graph. There are no functional changes in this release. > > Dependency Changes > > * update github.com/stretchr/testify to v1.12.1 > > **Full Changelog**: sirupsen/logrus@v1.10.1...v1.10.2 ### Changelog *Sourced from [github.com/sirupsen/logrus's changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md).* > ## 1.10.2 > > Changed: > > * Update `github.com/stretchr/testify` to v1.12.1, removing the legacy `gopkg.in/yaml.v3` dependency. ### Commits * [`6d6a132`](sirupsen/logrus@6d6a132) Merge pull request [#1586](https://redirect.github.com/sirupsen/logrus/issues/1586) from thaJeztah/prepare_v1.10.2 * [`4f94653`](sirupsen/logrus@4f94653) update changelog for v1.10.2 * [`87434bb`](sirupsen/logrus@87434bb) Merge pull request [#1585](https://redirect.github.com/aws/aws-sdk-go-v2/issues/1585) from thaJeztah/bump_testify * [`e7d2120`](sirupsen/logrus@e7d2120) chore(deps): bump github.com/stretchr/testify v1.12.1 * See full diff in [compare view](sirupsen/logrus@v1.10.1...v1.10.2) Updates `github.com/stellar/go-stellar-sdk` from 0.7.2 to 0.7.3 ### Release notes *Sourced from [github.com/stellar/go-stellar-sdk's releases](https://github.com/stellar/go-stellar-sdk/releases).* > ## v0.7.3 > > ## What's Changed > > * changelog: cut the Pending section as 0.7.2, and record 0.7.1 by [@Shaptic](https://github.com/Shaptic) in [stellar/go-stellar-sdk#5980](https://redirect.github.com/stellar/go-stellar-sdk/pull/5980) > * xdr: export LedgerCloseMetaView.LedgerHeader by [@karthikiyer56](https://github.com/karthikiyer56) in [stellar/go-stellar-sdk#5982](https://redirect.github.com/stellar/go-stellar-sdk/pull/5982) > * processors/token_transfer: accept a Void-encoded to_muxed_id in V4 event data by [@tamirms](https://github.com/tamirms) in [stellar/go-stellar-sdk#5983](https://redirect.github.com/stellar/go-stellar-sdk/pull/5983) > * processors/token_transfer: stop coercing a bytes to_muxed_id to 32 bytes by [@tamirms](https://github.com/tamirms) in [stellar/go-stellar-sdk#5985](https://redirect.github.com/stellar/go-stellar-sdk/pull/5985) > * rpcclient: add Client.URL() to expose configured RPC server URL by [@Dione-b](https://github.com/Dione-b) in [stellar/go-stellar-sdk#5973](https://redirect.github.com/stellar/go-stellar-sdk/pull/5973) > > ## New Contributors > > * [@Dione-b](https://github.com/Dione-b) made their first contribution in [stellar/go-stellar-sdk#5973](https://redirect.github.com/stellar/go-stellar-sdk/pull/5973) > > **Full Changelog**: stellar/go-stellar-sdk@v0.7.2...v0.7.3 ### Changelog *Sourced from [github.com/stellar/go-stellar-sdk's changelog](https://github.com/stellar/go-stellar-sdk/blob/main/CHANGELOG.md).* > # Changelog > > This repository adheres to [Go module Versioning](https://go.dev/doc/modules/version-numbers). > > This monorepo contains a number of sdk's: > > * `horizonclient` ([changelog](https://github.com/stellar/go-stellar-sdk/blob/main/clients/horizonclient/CHANGELOG.md)) > * `txnbuild` ([changelog](https://github.com/stellar/go-stellar-sdk/blob/main/txnbuild/CHANGELOG.md)) > * `rpcclient` ([changelog](https://github.com/stellar/go-stellar-sdk/blob/main/clients/rpcclient/CHANGELOG.md)) > * `corelient` ([changelog](https://github.com/stellar/go-stellar-sdk/blob/main/clients/stellarcore/CHANGELOG.md)) > > Official project releases may be found here: https://github.com/stellar/go-stellar-sdk/releases > > ## Pending > > ### New Features > > * xdr: Added `LedgerCloseMetaView.LedgerHeader()`, exposing the version-resolving header accessor that already backs `LedgerSequence`, `LedgerCloseTime`, `LedgerHash`, and `PreviousLedgerHash` ([#5982](https://redirect.github.com/stellar/go-stellar-sdk/pull/5982)) > * rpcclient: Add `Client.URL()` to expose the configured RPC server URL ([#5885](https://redirect.github.com/stellar/go-stellar-sdk/issues/5885)) > > ### Bug Fixes > > * processors/token_transfer: Accept a `to_muxed_id` bound to `Void` in V4 event data. CAP-0067 specifies that the key is simply absent when there is no muxed destination, and that form already parsed. `Void` is what a contract emits instead if it publishes its event data as a `#[contracttype]` struct with an `Option` field — the natural way to write it before CAP-0086's sparse maps, which omit the key. Such an event previously failed to parse and was dropped from the event stream entirely, silently ([#5983](https://redirect.github.com/stellar/go-stellar-sdk/pull/5983)) > * processors/token_transfer: Report a `to_muxed_id` of type `ScvBytes` at the length the contract emitted. It was previously copied into a fixed 32-byte buffer, so a shorter value was right-padded with zeroes and a longer one truncated, reporting a muxed id that was never emitted. Only a classic transaction memo maps to a fixed 32 bytes here; a contract may put any byte string in `to_muxed_id` ([#5984](https://redirect.github.com/stellar/go-stellar-sdk/issues/5984)) ### Commits * [`83d7730`](stellar/go-stellar-sdk@83d7730) rpcclient: add Client.URL() to expose configured RPC server URL ([#5973](https://redirect.github.com/stellar/go-stellar-sdk/issues/5973)) * [`968da50`](stellar/go-stellar-sdk@968da50) processors/token_transfer: stop coercing a bytes to_muxed_id to 32 bytes ([#5985](https://redirect.github.com/stellar/go-stellar-sdk/issues/5985)) * [`a7921dd`](stellar/go-stellar-sdk@a7921dd) processors/token_transfer: accept a Void-encoded to_muxed_id in V4 event data... * [`7cf2188`](stellar/go-stellar-sdk@7cf2188) xdr: export LedgerCloseMetaView.LedgerHeader ([#5982](https://redirect.github.com/stellar/go-stellar-sdk/issues/5982)) * [`91e2cdd`](stellar/go-stellar-sdk@91e2cdd) changelog: cut the Pending section as 0.7.2, and record 0.7.1 ([#5980](https://redirect.github.com/stellar/go-stellar-sdk/issues/5980)) * See full diff in [compare view](stellar/go-stellar-sdk@v0.7.2...v0.7.3) Updates `github.com/stretchr/testify` from 1.12.0 to 1.12.1 ### Release notes *Sourced from [github.com/stretchr/testify's releases](https://github.com/stretchr/testify/releases).* > ## v1.12.1 > > This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own. > > ## What's Changed > > * Change yaml library to `go.yaml.in/yaml/v3` by [@harryzcy](https://github.com/harryzcy) in [stretchr/testify#1935](https://redirect.github.com/stretchr/testify/pull/1935) > * change yaml library to go.yaml.in/yaml/v3 by [@boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud) in [stretchr/testify#1772](https://redirect.github.com/stretchr/testify/pull/1772) > > ## New Contributors > > * [@harryzcy](https://github.com/harryzcy) made their first contribution in [stretchr/testify#1935](https://redirect.github.com/stretchr/testify/pull/1935) > * [@boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud) made their first contribution in [stretchr/testify#1772](https://redirect.github.com/stretchr/testify/pull/1772) > > **Full Changelog**: stretchr/testify@v1.12.0...v1.12.1 > > ## What's Changed > > * Change yaml library to `go.yaml.in/yaml/v3` by [@harryzcy](https://github.com/harryzcy) in [stretchr/testify#1935](https://redirect.github.com/stretchr/testify/pull/1935) > * change yaml library to go.yaml.in/yaml/v3 by [@boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud) in [stretchr/testify#1772](https://redirect.github.com/stretchr/testify/pull/1772) > > ## New Contributors > > * [@harryzcy](https://github.com/harryzcy) made their first contribution in [stretchr/testify#1935](https://redirect.github.com/stretchr/testify/pull/1935) > * [@boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud) made their first contribution in [stretchr/testify#1772](https://redirect.github.com/stretchr/testify/pull/1772) > > **Full Changelog**: stretchr/testify@v1.12.0...v1.12.1 ### Commits * [`959dbda`](stretchr/testify@959dbda) Merge pull request [#1935](https://redirect.github.com/stretchr/testify/issues/1935) from harryzcy/yaml-update * [`9bb7176`](stretchr/testify@9bb7176) Update go.yaml.in/yaml/v3 to v3.0.5 * [`0358d0e`](stretchr/testify@0358d0e) change yaml library to go.yaml.in/yaml/v3 * See full diff in [compare view](stretchr/testify@v1.12.0...v1.12.1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The go-yaml project was archived on Apr 1, 2025 and is no longer maintained. Luckily the official YAML organization forked the project and is maintaining it under https://github.com/yaml/go-yaml/tree/v3.
Changes
Replaced all occurrences of
gopkg.in/yaml.v3withgo.yaml.in/yaml/v3, and update version tov3.0.5.Motivation
go-yaml was archived on Apr 1.
Related issues
Closes #1724