dependabot[bot] opened a new pull request, #70894: URL: https://github.com/apache/airflow/pull/70894
Bumps the go-sdk-dependency-updates group with 9 updates in the /go-sdk directory: | Package | From | To | | --- | --- | --- | | [github.com/cappuccinotm/slogx](https://github.com/cappuccinotm/slogx) | `1.4.2` | `1.5.0` | | [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.3.0` | `5.3.1` | | [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) | `1.7.0` | `1.8.0` | | [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) | `1.1.1` | `1.6.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.10.1` | `1.10.2` | | [github.com/spf13/viper](https://github.com/spf13/viper) | `1.20.1` | `1.21.0` | | [resty.dev/v3](https://github.com/go-resty/resty) | `3.0.0-beta.2` | `3.0.0-rc.3` | | [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) | `1.4.0` | `1.4.1` | | [github.com/samber/slog-http](https://github.com/samber/slog-http) | `1.8.2` | `1.12.1` | Updates `github.com/cappuccinotm/slogx` from 1.4.2 to 1.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cappuccinotm/slogx/releases">github.com/cappuccinotm/slogx's releases</a>.</em></p> <blockquote> <h2>Version 1.5.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add wrapper for Middleware by <a href="https://github.com/ArtARTs36"><code>@ArtARTs36</code></a> in <a href="https://redirect.github.com/cappuccinotm/slogx/pull/11">cappuccinotm/slogx#11</a></li> <li>upgrade to go 1.26, upgrade golangci-lint to v2 by <a href="https://github.com/Semior001"><code>@Semior001</code></a> in <a href="https://redirect.github.com/cappuccinotm/slogx/pull/13">cappuccinotm/slogx#13</a></li> <li>chore: move ApplyHandler to slogm and check handler is enabled by <a href="https://github.com/ArtARTs36"><code>@ArtARTs36</code></a> in <a href="https://redirect.github.com/cappuccinotm/slogx/pull/12">cappuccinotm/slogx#12</a></li> <li>fix: panic in logging round tripper if request body is passed as nil, instead of NoBody by <a href="https://github.com/Semior001"><code>@Semior001</code></a> in <a href="https://redirect.github.com/cappuccinotm/slogx/pull/14">cappuccinotm/slogx#14</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ArtARTs36"><code>@ArtARTs36</code></a> made their first contribution in <a href="https://redirect.github.com/cappuccinotm/slogx/pull/11">cappuccinotm/slogx#11</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cappuccinotm/slogx/compare/v1.4.2...v1.5.0">https://github.com/cappuccinotm/slogx/compare/v1.4.2...v1.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cappuccinotm/slogx/commit/7acd40be13cedbf9542353d19bec745862c30897"><code>7acd40b</code></a> fix: panic in logging round tripper if request body is passed as nil, instead...</li> <li><a href="https://github.com/cappuccinotm/slogx/commit/0ed7588fee1be18721a2d55d7767f69cdfbaa5fa"><code>0ed7588</code></a> chore: move ApplyHandler to slogm and check handler is enabled (<a href="https://redirect.github.com/cappuccinotm/slogx/issues/12">#12</a>)</li> <li><a href="https://github.com/cappuccinotm/slogx/commit/d71464bc51d01fc6bd74660b5e4e6d44c3919df8"><code>d71464b</code></a> upgrade to go 1.26 (<a href="https://redirect.github.com/cappuccinotm/slogx/issues/13">#13</a>)</li> <li><a href="https://github.com/cappuccinotm/slogx/commit/f6f986576812574e9bef030bb6ba72bd74de7a29"><code>f6f9865</code></a> feat: add wrapper for Middleware (<a href="https://redirect.github.com/cappuccinotm/slogx/issues/11">#11</a>)</li> <li>See full diff in <a href="https://github.com/cappuccinotm/slogx/compare/v1.4.2...v1.5.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/golang-jwt/jwt/v5` from 5.3.0 to 5.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang-jwt/jwt/releases">github.com/golang-jwt/jwt/v5's releases</a>.</em></p> <blockquote> <h2>v5.3.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🔐 Features</h3> <ul> <li>Add spellcheck Github action to catch common spelling mistakes by <a href="https://github.com/equalsgibson"><code>@equalsgibson</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/458">golang-jwt/jwt#458</a></li> <li>Add <code>WithNotBeforeRequired</code> parser option and add test coverage by <a href="https://github.com/equalsgibson"><code>@equalsgibson</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/456">golang-jwt/jwt#456</a></li> <li>Update godoc example func to properly refer to <code>NewWithClaims()</code> by <a href="https://github.com/equalsgibson"><code>@equalsgibson</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/459">golang-jwt/jwt#459</a></li> <li>Update github workflows by <a href="https://github.com/mfridman"><code>@mfridman</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/462">golang-jwt/jwt#462</a></li> <li>Additional test for CustomClaims that validates unmarshalling behaviour by <a href="https://github.com/equalsgibson"><code>@equalsgibson</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/457">golang-jwt/jwt#457</a></li> <li>Fix early file close in jwt cli by <a href="https://github.com/mfridman"><code>@mfridman</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/472">golang-jwt/jwt#472</a></li> <li>Add TPM signature reference by <a href="https://github.com/salrashid123"><code>@salrashid123</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/473">golang-jwt/jwt#473</a></li> <li>Remove misleading ParserOptions documentation in <a href="https://redirect.github.com/golang-jwt/jwt/pull/484">golang-jwt/jwt#484</a></li> <li>Save signature to Token struct after successful signing by <a href="https://github.com/EgorSheff"><code>@EgorSheff</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/417">golang-jwt/jwt#417</a></li> <li>Set token.Signature in <code>ParseUnverified</code> by <a href="https://github.com/slickwilli"><code>@slickwilli</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/414">golang-jwt/jwt#414</a></li> </ul> <h3>👒 Dependencies</h3> <ul> <li>Bump crate-ci/typos from 1.34.0 to 1.35.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/461">golang-jwt/jwt#461</a></li> <li>Bump crate-ci/typos from 1.35.4 to 1.36.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/470">golang-jwt/jwt#470</a></li> <li>Bump github/codeql-action from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/478">golang-jwt/jwt#478</a></li> <li>Bump crate-ci/typos from 1.36.2 to 1.39.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/480">golang-jwt/jwt#480</a></li> <li>Bump golangci/golangci-lint-action from 8 to 9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/481">golang-jwt/jwt#481</a></li> <li>Bump actions/setup-go from 5 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/469">golang-jwt/jwt#469</a></li> <li>Bump crate-ci/typos from 1.39.0 to 1.40.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/488">golang-jwt/jwt#488</a></li> <li>Bump actions/checkout from 5 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/487">golang-jwt/jwt#487</a></li> <li>Bump crate-ci/typos from 1.40.0 to 1.41.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/490">golang-jwt/jwt#490</a></li> <li>Bump crate-ci/typos from 1.41.0 to 1.42.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/492">golang-jwt/jwt#492</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/equalsgibson"><code>@equalsgibson</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/458">golang-jwt/jwt#458</a></li> <li><a href="https://github.com/salrashid123"><code>@salrashid123</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/473">golang-jwt/jwt#473</a></li> <li><a href="https://github.com/EgorSheff"><code>@EgorSheff</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/417">golang-jwt/jwt#417</a></li> <li><a href="https://github.com/slickwilli"><code>@slickwilli</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/414">golang-jwt/jwt#414</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-jwt/jwt/compare/v5.3.0...v5.3.1">https://github.com/golang-jwt/jwt/compare/v5.3.0...v5.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang-jwt/jwt/commit/7ceae619e739dc8a7bf577214aa8ebf26668e9db"><code>7ceae61</code></a> Add release.yml for changelog configuration</li> <li><a href="https://github.com/golang-jwt/jwt/commit/dce8e4dddcc9dc812cdc0b9d2037512d0e4b3eb5"><code>dce8e4d</code></a> Set token.Signature in <code>ParseUnverified</code> (<a href="https://redirect.github.com/golang-jwt/jwt/issues/414">#414</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/8889e208aa5c3736e5f7a856107ee70c046b803e"><code>8889e20</code></a> Save signature to Token struct after successful signing (<a href="https://redirect.github.com/golang-jwt/jwt/issues/417">#417</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/d237f8204b397bc008b5b07c4e081beb4ec2a7b1"><code>d237f82</code></a> ci: update github-actions schedule interval to monthly</li> <li><a href="https://github.com/golang-jwt/jwt/commit/d8dce95a406fc435aa3d11c5073f2f31a9449116"><code>d8dce95</code></a> Bump crate-ci/typos from 1.41.0 to 1.42.1 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/492">#492</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/e93180329eab078116176ff7dc4352760bc5f290"><code>e931803</code></a> Bump crate-ci/typos from 1.40.0 to 1.41.0 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/490">#490</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/e6a0afa839d74787501369217245b52bfc75f30d"><code>e6a0afa</code></a> Bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/487">#487</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/9f85c9ec9f10fb6919d773cb8df07029639ec76e"><code>9f85c9e</code></a> Bump crate-ci/typos from 1.39.0 to 1.40.0 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/488">#488</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/60a8669e0221aed55a6abfd9b5cd20472f0c6ebd"><code>60a8669</code></a> Bump actions/setup-go from 5 to 6 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/469">#469</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/76f582896da76978896d59ced995d7967c33c434"><code>76f5828</code></a> Remove misleading ParserOptions documentation (<a href="https://redirect.github.com/golang-jwt/jwt/issues/484">#484</a>)</li> <li>Additional commits viewable in <a href="https://github.com/golang-jwt/jwt/compare/v5.3.0...v5.3.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/hashicorp/go-plugin` from 1.7.0 to 1.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/go-plugin/releases">github.com/hashicorp/go-plugin's releases</a>.</em></p> <blockquote> <h2>v1.8.0</h2> <h2>What’s Changed</h2> <h3>Compliance & Maintenance</h3> <ul> <li>updated copyright and license headers</li> <li>Modernized build tags</li> <li>Multiple GitHub Actions and dependency bumps</li> </ul> <h3>Fixes & Improvements</h3> <ul> <li>Fixed concurrency issue with <code>pipesWaitGroup</code></li> <li>Prevented pidfd leak in cmdrunner</li> <li>Reduced logging configuration noise</li> </ul> <h3>Enhancements</h3> <ul> <li>Updated <code>go_package</code> to full path in proto</li> <li>Improved gRPC example (plugin selection + encoding fix)</li> <li>Added gRPC streaming example</li> </ul> <h3>Dependencies Upgrade</h3> <ul> <li>Upgraded <code>protobuf</code></li> <li>Several CI/CD action updates</li> </ul> <hr /> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ssagarverma"><code>@ssagarverma</code></a></li> <li><a href="https://github.com/ncabatoff"><code>@ncabatoff</code></a></li> <li><a href="https://github.com/jbkingsley"><code>@jbkingsley</code></a></li> <li><a href="https://github.com/kartheek-hc"><code>@kartheek-hc</code></a></li> <li><a href="https://github.com/xnox"><code>@xnox</code></a></li> <li><a href="https://github.com/texasich"><code>@texasich</code></a></li> </ul> <hr /> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/go-plugin/blob/main/CHANGELOG.md">github.com/hashicorp/go-plugin's changelog</a>.</em></p> <blockquote> <h2>Unreleased</h2> <p>SECURITY:</p> <ul> <li>deps: Updated google.golang.org/grpc to v1.81.1 [<a href="https://redirect.github.com/hashicorp/go-plugin/pull/383">GH-383</a>]</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>deps: Removed direct use of deprecated <code>github.com/golang/protobuf</code> in favour of <code>google.golang.org/protobuf</code> [<a href="https://redirect.github.com/hashicorp/go-plugin/pull/388">GH-388</a>]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/go-plugin/commit/155dcddc94873a285e14b7fa24b2f6ab6139668e"><code>155dcdd</code></a> cmdrunner: release process handle in _pidAlive to avoid pidfd leak (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/378">#378</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/96d18ee73579514cd44c3426890f4f97dc6ae8f0"><code>96d18ee</code></a> [chore] : Bump actions/upload-artifact in the actions group (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/376">#376</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/a0c251caf6045197035bbd877cba3ebdaa621e04"><code>a0c251c</code></a> [chore] : Bump actions/setup-go from 6.3.0 to 6.4.0 in the actions group (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/375">#375</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/6a56553ba88e99af510469265010d790d2cce873"><code>6a56553</code></a> [chore] : Bump the actions group with 2 updates (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/373">#373</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/abeb978c3d6f630da9beaefa43fea3b7d2f5caef"><code>abeb978</code></a> Bump protobuf from 4.25.8 to 5.29.6 in /examples/grpc/plugin-python (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/372">#372</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/a4c9002b45d97c112031393d744d7485a2f2dafc"><code>a4c9002</code></a> examples: Add gRPC streaming example (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/339">#339</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/0ac49e29593b336d40bc773af5911912d6497c0d"><code>0ac49e2</code></a> [chore] : Bump actions/checkout from 6.0.1 to 6.0.2 in the actions group (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/370">#370</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/d662936265982d48f9ca5f269d5435ff56f1dff6"><code>d662936</code></a> logging: lower priority of configuring messages (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/311">#311</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/c57bf6469fd6f1e679210d8215eb8f4932ee98b1"><code>c57bf64</code></a> [chore] : Bump actions/setup-go from 6.1.0 to 6.2.0 in the actions group (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/369">#369</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/a33e4540ca88b01f9c3e459e3e33fc37848184ae"><code>a33e454</code></a> chore: add plugin selection and fix encoding in gRPC example (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/368">#368</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/go-plugin/compare/v1.7.0...v1.8.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/oapi-codegen/runtime` from 1.1.1 to 1.6.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oapi-codegen/runtime/releases">github.com/oapi-codegen/runtime's releases</a>.</em></p> <blockquote> <h2>Allow customization of parameter encoding</h2> <p>This is a small release which adds a global encoding setting on the runtime, to allow users to customize how to handle spaces in query arguments. This is a new minor release, since we're adding new API, even though this is a very minor feature. I imagine that in the future, we will add more settings, rather than making behavior assumptions.</p> <h2>🚀 New features and improvements</h2> <ul> <li>Allow customizing default query encoder (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/145">#145</a>) <a href="https://github.com/mromaszewicz"><code>@mromaszewicz</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore(deps): update module github.com/golangci/golangci-lint to v2.12.2 (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/112">#112</a>) @<a href="https://github.com/apps/renovate">renovate[bot]</a></li> </ul> <h2>Sponsors</h2> <p>We would like to thank our sponsors for their support during this release.</p> <h2>Sponsors</h2> <p>We would like to thank our sponsors for their support during this release.</p> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <h2>v1.5.0: RFC3339 durations, and bug fixes</h2> <p>This is mainly a bugfix release, but we're bumping the minor version since we also introduce a new type, <code>Duration</code> into our <code>types/</code> package, which allows for parsing and emitting RFC3339 durations. Rather than trying to parse a duration string into a <code>time.Duration</code>, which requires assumptions that may not be right for everyone, we decided not to make those decisions and just store all possible fields as provided. Users can convert this to Go Duration as they see fit.</p> <h2>🚀 New features and improvements</h2> <ul> <li>Add types.Duration for the RFC 3339 duration format (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/144">#144</a>) <a href="https://github.com/mromaszewicz"><code>@mromaszewicz</code></a></li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>Let generated code declare whether styled parameter values are escaped (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/143">#143</a>) <a href="https://github.com/mromaszewicz"><code>@mromaszewicz</code></a></li> <li>Prefer the form struct tag over json for form encoding (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/140">#140</a>) <a href="https://github.com/mromaszewicz"><code>@mromaszewicz</code></a></li> <li>Support binding deepObject parameters into map[string]interface{} (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/139">#139</a>) <a href="https://github.com/mromaszewicz"><code>@mromaszewicz</code></a></li> </ul> <h2>📝 Documentation updates</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oapi-codegen/runtime/commit/01be2fa2667493dab65b6167f668a3c09a38ab34"><code>01be2fa</code></a> chore(deps): update module github.com/golangci/golangci-lint to v2.12.2 (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/112">#112</a>)</li> <li><a href="https://github.com/oapi-codegen/runtime/commit/146393849e09b2f98e93c2727ac6f36c6668b6cc"><code>1463938</code></a> Allow customizing default query encoder (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/145">#145</a>)</li> <li><a href="https://github.com/oapi-codegen/runtime/commit/540d34a2aa5e00282097d0c0ec565d26e80b3293"><code>540d34a</code></a> fix(deps): update module github.com/labstack/echo/v5 to v5.3.0 (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/142">#142</a>)</li> <li><a href="https://github.com/oapi-codegen/runtime/commit/e89dbb8ffa89ee41031b065158cf459e52b9f246"><code>e89dbb8</code></a> Add types.Duration for the RFC 3339 duration format (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/144">#144</a>)</li> <li><a href="https://github.com/oapi-codegen/runtime/commit/324e57f561a166aab456011c400762fb61e0eb1a"><code>324e57f</code></a> Let generated code declare whether styled parameter values are escaped (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/143">#143</a>)</li> <li><a href="https://github.com/oapi-codegen/runtime/commit/95c13c08403da09538a6a74799598a0ed2ad703a"><code>95c13c0</code></a> Explain how to send nested objects when style serialization fails (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/141">#141</a>)</li> <li><a href="https://github.com/oapi-codegen/runtime/commit/7c889f3624622df1f4c40fff8d8cde0758c0222e"><code>7c889f3</code></a> Prefer the form struct tag over json for form encoding (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/140">#140</a>)</li> <li><a href="https://github.com/oapi-codegen/runtime/commit/d0d5c3a710cf60039439eb4f7b43a05aec98a5e7"><code>d0d5c3a</code></a> chore(deps): update golang/govulncheck-action action to v1.1.0 (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/137">#137</a>)</li> <li><a href="https://github.com/oapi-codegen/runtime/commit/67e86fd251b62049d2a7f54da1801f58a974a89c"><code>67e86fd</code></a> chore(deps): update oapi-codegen/actions action to v0.8.0 (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/130">#130</a>)</li> <li><a href="https://github.com/oapi-codegen/runtime/commit/df140cbf9957455c9bcd54387a942dc7984a339f"><code>df140cb</code></a> fix(deps): update module github.com/labstack/echo/v5 to v5.2.1 (<a href="https://redirect.github.com/oapi-codegen/runtime/issues/126">#126</a>)</li> <li>Additional commits viewable in <a href="https://github.com/oapi-codegen/runtime/compare/v1.1.1...v1.6.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p> <blockquote> <h2>v1.10.2</h2> <h2>🔧 Dependencies</h2> <ul> <li>chore: Migrate from <code>gopkg.in/yaml.v3</code> to <code>go.yaml.in/yaml/v3</code> by <a href="https://github.com/dims"><code>@dims</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2336">spf13/cobra#2336</a> - the <code>gopkg.in/yaml.v3</code> package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of <code>spf13/cobra</code></li> </ul> <h2>📈 CI/CD</h2> <ul> <li>Fix linter and allow CI to pass by <a href="https://github.com/marckhouzam"><code>@marckhouzam</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2327">spf13/cobra#2327</a></li> <li>fix: actions/setup-go v6 by <a href="https://github.com/jpmcb"><code>@jpmcb</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2337">spf13/cobra#2337</a></li> </ul> <h2>🔥✍🏼 Docs</h2> <ul> <li>Add documentation for repeated flags functionality by <a href="https://github.com/rvergis"><code>@rvergis</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2316">spf13/cobra#2316</a></li> </ul> <h2>🍂 Refactors</h2> <ul> <li>refactor: replace several vars with consts by <a href="https://github.com/htoyoda18"><code>@htoyoda18</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2328">spf13/cobra#2328</a></li> <li>refactor: change minUsagePadding from var to const by <a href="https://github.com/ssam18"><code>@ssam18</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2325">spf13/cobra#2325</a></li> </ul> <h2>🤗 New Contributors</h2> <ul> <li><a href="https://github.com/rvergis"><code>@rvergis</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2316">spf13/cobra#2316</a></li> <li><a href="https://github.com/htoyoda18"><code>@htoyoda18</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2328">spf13/cobra#2328</a></li> <li><a href="https://github.com/ssam18"><code>@ssam18</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2325">spf13/cobra#2325</a></li> <li><a href="https://github.com/dims"><code>@dims</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2336">spf13/cobra#2336</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2">https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2</a></p> <p>Thank you to our amazing contributors!!!!! 🐍 🚀</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/cobra/commit/88b30ab89da2d0d0abb153818746c5a2d30eccec"><code>88b30ab</code></a> chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (<a href="https://redirect.github.com/spf13/cobra/issues/2336">#2336</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/346d408fe7d4be00ff9481ea4d43c4abb5e5f77d"><code>346d408</code></a> fix: actions/setup-go v6 (<a href="https://redirect.github.com/spf13/cobra/issues/2337">#2337</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/fc81d2003469e2a5c440306d04a6d82a54065979"><code>fc81d20</code></a> refactor: change minUsagePadding from var to const (<a href="https://redirect.github.com/spf13/cobra/issues/2325">#2325</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/117698a604b65e80a1ad5b76df67b604bcd992e0"><code>117698a</code></a> refactor: replace several vars with consts (<a href="https://redirect.github.com/spf13/cobra/issues/2328">#2328</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/e2dd29ddc39acacf3af13013b06e1fe58b5c3599"><code>e2dd29d</code></a> Add documentation for repeated flags functionality (<a href="https://redirect.github.com/spf13/cobra/issues/2316">#2316</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/062989255670f5e100abf70fa5e291a394915f89"><code>0629892</code></a> Fix linter (<a href="https://redirect.github.com/spf13/cobra/issues/2327">#2327</a>)</li> <li>See full diff in <a href="https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/viper` from 1.20.1 to 1.21.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/viper/releases">github.com/spf13/viper's releases</a>.</em></p> <blockquote> <h2>v1.21.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Enhancements 🚀</h3> <ul> <li>Add support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by <a href="https://github.com/nmvalera"><code>@nmvalera</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2015">spf13/viper#2015</a></li> <li>feat: use maintained yaml library by <a href="https://github.com/sagikazarmark"><code>@sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2040">spf13/viper#2040</a></li> </ul> <h3>Bug Fixes 🐛</h3> <ul> <li>fix(config): get config type from v.configType or config file ext by <a href="https://github.com/GuillaumeBAECHLER"><code>@GuillaumeBAECHLER</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2003">spf13/viper#2003</a></li> <li>fix: config type check when loading any config by <a href="https://github.com/sagikazarmark"><code>@sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2007">spf13/viper#2007</a></li> </ul> <h3>Dependency Updates ⬆️</h3> <ul> <li>Update dependencies by <a href="https://github.com/sagikazarmark"><code>@sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1993">spf13/viper#1993</a></li> <li>build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2017">spf13/viper#2017</a></li> <li>build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2013">spf13/viper#2013</a></li> <li>build(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2008">spf13/viper#2008</a></li> <li>build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2016">spf13/viper#2016</a></li> <li>build(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2020">spf13/viper#2020</a></li> <li>build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2028">spf13/viper#2028</a></li> <li>build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2035">spf13/viper#2035</a></li> <li>build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2036">spf13/viper#2036</a></li> <li>build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2012">spf13/viper#2012</a></li> <li>build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2052">spf13/viper#2052</a></li> <li>build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2048">spf13/viper#2048</a></li> <li>build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/spf13/viper/pull/2056">spf13/viper#2056</a></li> <li>chore: update dependencies by <a href="https://github.com/sagikazarmark"><code>@sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2057">spf13/viper#2057</a></li> </ul> <h3>Other Changes</h3> <ul> <li>Update update guide with <code>mapstructure</code> package replacement. by <a href="https://github.com/aldas"><code>@aldas</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2004">spf13/viper#2004</a></li> <li>refactor: use the built-in max/min to simplify the code by <a href="https://github.com/yingshanghuangqiao"><code>@yingshanghuangqiao</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2029">spf13/viper#2029</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/GuillaumeBAECHLER"><code>@GuillaumeBAECHLER</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/2003">spf13/viper#2003</a></li> <li><a href="https://github.com/aldas"><code>@aldas</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/2004">spf13/viper#2004</a></li> <li><a href="https://github.com/nmvalera"><code>@nmvalera</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/2015">spf13/viper#2015</a></li> <li><a href="https://github.com/yingshanghuangqiao"><code>@yingshanghuangqiao</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/2029">spf13/viper#2029</a></li> <li><a href="https://github.com/ccoVeille"><code>@ccoVeille</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/2046">spf13/viper#2046</a></li> <li><a href="https://github.com/spacez320"><code>@spacez320</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/viper/pull/2050">spf13/viper#2050</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/viper/compare/v1.20.0...v1.21.0">https://github.com/spf13/viper/compare/v1.20.0...v1.21.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/viper/commit/394040caccbdf5821fa6839386a35f0fb1b1ee9e"><code>394040c</code></a> ci: build on go 1.25</li> <li><a href="https://github.com/spf13/viper/commit/812f548100ce43c96cf2ef6914fa3aea3c9885e2"><code>812f548</code></a> chore: update dependencies</li> <li><a href="https://github.com/spf13/viper/commit/d5271efd81369475d8b49e85ce35cfe83359a991"><code>d5271ef</code></a> ci: update stale workflow</li> <li><a href="https://github.com/spf13/viper/commit/dff303b19f6859ea69d0f48a3343765c25ce5ad2"><code>dff303b</code></a> feat: add a stale issue scheduled action</li> <li><a href="https://github.com/spf13/viper/commit/12879766ad2fccd4875e8dc5ba96ce5f28357842"><code>1287976</code></a> build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10</li> <li><a href="https://github.com/spf13/viper/commit/38932cd79521272eb1634d81eb1c200fa1803008"><code>38932cd</code></a> build(deps): bump github.com/go-viper/mapstructure/v2 in /remote</li> <li><a href="https://github.com/spf13/viper/commit/6d014bec7784acab13d7d7eb2adcb6814bac2f89"><code>6d014be</code></a> build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1</li> <li><a href="https://github.com/spf13/viper/commit/b74c7ee1e5e999f16bc2b904608815a59241b316"><code>b74c7ee</code></a> build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0</li> <li><a href="https://github.com/spf13/viper/commit/acd05e1543b0c36b36580b6bd29c53a9b62acd98"><code>acd05e1</code></a> fix: linting issues</li> <li><a href="https://github.com/spf13/viper/commit/ae5a8e23e22a67a6dcc2025cef0b5a2ca7615456"><code>ae5a8e2</code></a> ci: upgrade golangci-lint</li> <li>Additional commits viewable in <a href="https://github.com/spf13/viper/compare/v1.20.1...v1.21.0">compare view</a></li> </ul> </details> <br /> Updates `resty.dev/v3` from 3.0.0-beta.2 to 3.0.0-rc.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-resty/resty/releases">resty.dev/v3's releases</a>.</em></p> <blockquote> <h2>v3.0.0-rc.3</h2> <h1>v3 Release Candidate 3</h1> <h2>v3 Guide</h2> <ul> <li>Upgrade Guide: <a href="https://resty.dev/docs/upgrading-to-v3/">https://resty.dev/docs/upgrading-to-v3/</a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>fix: context cancellation leak by <a href="https://github.com/vadimi"><code>@vadimi</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/1177">go-resty/resty#1177</a></li> <li>fix(retry): protect parseRetryAfterHeader from integer and time duration overflow by <a href="https://github.com/HarshalPatel1972"><code>@HarshalPatel1972</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/1178">go-resty/resty#1178</a></li> </ul> <h2>Enhancements</h2> <ul> <li>feat(enhancement): improve string request body parsing memory allocs by <a href="https://github.com/vadimi"><code>@vadimi</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/1180">go-resty/resty#1180</a></li> </ul> <h2>Tests</h2> <ul> <li>test: add unit test to cover cancellation on nil resp body by <a href="https://github.com/vadimi"><code>@vadimi</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/1179">go-resty/resty#1179</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vadimi"><code>@vadimi</code></a> made their first contribution in <a href="https://redirect.github.com/go-resty/resty/pull/1177">go-resty/resty#1177</a></li> <li><a href="https://github.com/HarshalPatel1972"><code>@HarshalPatel1972</code></a> made their first contribution in <a href="https://redirect.github.com/go-resty/resty/pull/1178">go-resty/resty#1178</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-resty/resty/compare/v3.0.0-rc.2...v3.0.0-rc.3">https://github.com/go-resty/resty/compare/v3.0.0-rc.2...v3.0.0-rc.3</a></p> <h2>v3.0.0-rc.2</h2> <h1>v3 Release Candidate 2</h1> <h2>v3 Guide</h2> <ul> <li>Upgrade Guide: <a href="https://resty.dev/docs/upgrading-to-v3/">https://resty.dev/docs/upgrading-to-v3/</a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>fix: content decoder not found error when do not parse response is enabled and unsupported content-encoding header present by <a href="https://github.com/jeevatkm"><code>@jeevatkm</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/1169">go-resty/resty#1169</a></li> <li>fix: panics and state corruption in Request.Clone, Client.Close, SSE default logger, and invalid HTTP method handling by <a href="https://github.com/g3m0sis"><code>@g3m0sis</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/1172">go-resty/resty#1172</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/g3m0sis"><code>@g3m0sis</code></a> made their first contribution in <a href="https://redirect.github.com/go-resty/resty/pull/1172">go-resty/resty#1172</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-resty/resty/compare/v3.0.0-rc.1...v3.0.0-rc.2">https://github.com/go-resty/resty/compare/v3.0.0-rc.1...v3.0.0-rc.2</a></p> <h2>v3.0.0-rc.1</h2> <h1>v3 Release Candidate 1</h1> <h2>v3 Guide</h2> <ul> <li>Upgrade Guide: <a href="https://resty.dev/docs/upgrading-to-v3/">https://resty.dev/docs/upgrading-to-v3/</a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>fix: request-level retry delay strategy and execution order of retry hooks and conditions <a href="https://redirect.github.com/go-resty/resty/issues/1033">#1033</a> by <a href="https://github.com/jeevatkm"><code>@jeevatkm</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/1096">go-resty/resty#1096</a></li> <li>fix: improve error handling in the multipart request failure <a href="https://redirect.github.com/go-resty/resty/issues/1030">#1030</a> by <a href="https://github.com/jeevatkm"><code>@jeevatkm</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/1101">go-resty/resty#1101</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-resty/resty/commit/d48da644c0b4f2294b09e8363095eea160a4c0d3"><code>d48da64</code></a> release: version bump to v3.0.0-rc.3 (<a href="https://redirect.github.com/go-resty/resty/issues/1182">#1182</a>)</li> <li><a href="https://github.com/go-resty/resty/commit/3f320513cff687b413f837ea96bb866819fe1fac"><code>3f32051</code></a> fix(retry): protect parseRetryAfterHeader from integer and time duration over...</li> <li><a href="https://github.com/go-resty/resty/commit/5a344527c864ac171d072a71d41b0c8f2524d558"><code>5a34452</code></a> feat(enhancement): improve string request body parsing memory allocs (<a href="https://redirect.github.com/go-resty/resty/issues/1180">#1180</a>)</li> <li><a href="https://github.com/go-resty/resty/commit/e0d82c2135b9b883dc6144b53193710f22e8e0c0"><code>e0d82c2</code></a> test: cover cancellation on nil resp body (<a href="https://redirect.github.com/go-resty/resty/issues/1179">#1179</a>)</li> <li><a href="https://github.com/go-resty/resty/commit/b17d8b08607abb5f4a042d837ee8673c874c9e71"><code>b17d8b0</code></a> fix: context cancellation leak (<a href="https://redirect.github.com/go-resty/resty/issues/1177">#1177</a>)</li> <li><a href="https://github.com/go-resty/resty/commit/b5060b29ab12cf6293593cf842a980b102df3a14"><code>b5060b2</code></a> chore: bump version to 3.0.0-rc.2+devrc3 for next dev iteration (<a href="https://redirect.github.com/go-resty/resty/issues/1175">#1175</a>)</li> <li><a href="https://github.com/go-resty/resty/commit/c72afa463ce8e977f6666cf555b44b9c690005da"><code>c72afa4</code></a> release: version bump to v3.0.0-rc.2 (<a href="https://redirect.github.com/go-resty/resty/issues/1174">#1174</a>)</li> <li><a href="https://github.com/go-resty/resty/commit/22ccb8e959efea7004a588ba3252071dff6212e4"><code>22ccb8e</code></a> fix: panics and state corruption in Request.Clone, Client.Close, SSE default ...</li> <li><a href="https://github.com/go-resty/resty/commit/80fd29de7fb6199fc9db44aa92599ae2f8c17d23"><code>80fd29d</code></a> fix: content decoder not found error when do not parse response is enabled (#...</li> <li><a href="https://github.com/go-resty/resty/commit/e674e0bba1925df8fe8528d95d086cae6b633dcc"><code>e674e0b</code></a> chore: bump version to 3.0.0-rc.1+devrc2 for next dev iteration (<a href="https://redirect.github.com/go-resty/resty/issues/1171">#1171</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-resty/resty/compare/v3.0.0-beta.2...v3.0.0-rc.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/jarcoal/httpmock` from 1.4.0 to 1.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jarcoal/httpmock/releases">github.com/jarcoal/httpmock's releases</a>.</em></p> <blockquote> <h2>v1.4.1</h2> <h2>What's Changed</h2> <ul> <li>test: also test with go v1.25 and use golangci-lint v2.4.0 by <a href="https://github.com/maxatome"><code>@maxatome</code></a> in <a href="https://redirect.github.com/jarcoal/httpmock/pull/164">jarcoal/httpmock#164</a></li> <li>Avoid data race when closing body by <a href="https://github.com/DavyJohnes"><code>@DavyJohnes</code></a> in <a href="https://redirect.github.com/jarcoal/httpmock/pull/165">jarcoal/httpmock#165</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/DavyJohnes"><code>@DavyJohnes</code></a> made his first contribution in <a href="https://redirect.github.com/jarcoal/httpmock/pull/165">jarcoal/httpmock#165</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jarcoal/httpmock/compare/v1.4.0...v1.4.1">https://github.com/jarcoal/httpmock/compare/v1.4.0...v1.4.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jarcoal/httpmock/commit/314d58a0690c92c71b2a9de2d62d52c74c328546"><code>314d58a</code></a> fix: protect all body-related methods with mutext</li> <li><a href="https://github.com/jarcoal/httpmock/commit/e482896659149810cdc8b9262611a0059150b661"><code>e482896</code></a> fix: avoid data race when closing body</li> <li><a href="https://github.com/jarcoal/httpmock/commit/c97714566220b6410cf4f7937db771d1876e8e98"><code>c977145</code></a> test: also test with go v1.25 and use golangci-lint v2.4.0</li> <li>See full diff in <a href="https://github.com/jarcoal/httpmock/compare/v1.4.0...v1.4.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/samber/slog-http` from 1.8.2 to 1.12.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/samber/slog-http/releases">github.com/samber/slog-http's releases</a>.</em></p> <blockquote> <h2>v1.12.1</h2> <ul> <li>Fix <code>Filter</code> suffix operations</li> <li>Optimize <code>Filter</code> performance</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/slog-http/compare/v1.12.0...v1.12.1">https://github.com/samber/slog-http/compare/v1.12.0...v1.12.1</a></p> <h2>v1.12.0</h2> <h2>What's Changed</h2> <ul> <li>fix: add default value of WithCustomMessage by <a href="https://github.com/samber"><code>@samber</code></a> in <a href="https://redirect.github.com/samber/slog-http/pull/19">samber/slog-http#19</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/slog-http/compare/v1.11.1...v1.12.0">https://github.com/samber/slog-http/compare/v1.11.1...v1.12.0</a></p> <h2>v1.11.1</h2> <h2>What's Changed</h2> <ul> <li>fix: avoid infinite recursion when recording body with Readfrom by <a href="https://github.com/hlubek"><code>@hlubek</code></a> in <a href="https://redirect.github.com/samber/slog-http/pull/18">samber/slog-http#18</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/slog-http/compare/v1.11.0...v1.11.1">https://github.com/samber/slog-http/compare/v1.11.0...v1.11.1</a></p> <h2>v1.11.0</h2> <h2>What's Changed</h2> <ul> <li>fix: implement io.ReaderFrom in wrapped response by <a href="https://github.com/hlubek"><code>@hlubek</code></a> in <a href="https://redirect.github.com/samber/slog-http/pull/17">samber/slog-http#17</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hlubek"><code>@hlubek</code></a> made their first contribution in <a href="https://redirect.github.com/samber/slog-http/pull/17">samber/slog-http#17</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/slog-http/compare/v1.10.0...v1.11.0">https://github.com/samber/slog-http/compare/v1.10.0...v1.11.0</a></p> <h2>v1.10.0</h2> <h2>What's Changed</h2> <ul> <li>fix: recovery handler suppresses http.ErrAbortHandler by <a href="https://github.com/wI2L"><code>@wI2L</code></a> in <a href="https://redirect.github.com/samber/slog-http/pull/12">samber/slog-http#12</a></li> <li>feat: add WithClientIP property by <a href="https://github.com/ItalyPaleAle"><code>@ItalyPaleAle</code></a> in <a href="https://redirect.github.com/samber/slog-http/pull/16">samber/slog-http#16</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ItalyPaleAle"><code>@ItalyPaleAle</code></a> made their first contribution in <a href="https://redirect.github.com/samber/slog-http/pull/16">samber/slog-http#16</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/samber/slog-http/compare/v1.9.0...v1.10.0">https://github.com/samber/slog-http/compare/v1.9.0...v1.10.0</a></p> <h2>v1.9.0</h2> <p>feat: add variadic parameters to AddCustomAttributes and AddContextAttributes</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/samber/slog-http/commit/0c7441dd92d89eb8428e99af3862a659091468fc"><code>0c7441d</code></a> bump v1.12.1</li> <li><a href="https://github.com/samber/slog-http/commit/c523af0098dd04a213842a68918cdbcb73e8fd83"><code>c523af0</code></a> fix(filters): fix suffix filters and perf optimizations</li> <li><a href="https://github.com/samber/slog-http/commit/c253d3da064577a2c6dd639ba55ac69dec176709"><code>c253d3d</code></a> fix: add default value of WithCustomMessage (<a href="https://redirect.github.com/samber/slog-http/issues/19">#19</a>)</li> <li><a href="https://github.com/samber/slog-http/commit/6727a4c3bac62dcb937803fb583830ab5441e16b"><code>6727a4c</code></a> fix: avoid infinite recursion when recording body with Readfrom (<a href="https://redirect.github.com/samber/slog-http/issues/18">#18</a>)</li> <li><a href="https://github.com/samber/slog-http/commit/fa15b80eb81d93931fb33e4083c2a1ab05707d47"><code>fa15b80</code></a> fix: implement io.ReaderFrom in wrapped response (compat with other middlewar...</li> <li><a href="https://github.com/samber/slog-http/commit/e3b9add9d58b577360f50ecbd83e0d2c23458f12"><code>e3b9add</code></a> Update README.md</li> <li><a href="https://github.com/samber/slog-http/commit/32ac81c75d04c064a4428472d39c315659c260b5"><code>32ac81c</code></a> feat: add WithClientIP property (<a href="https://redirect.github.com/samber/slog-http/issues/16">#16</a>)</li> <li><a href="https://github.com/samber/slog-http/commit/2f02e32c3fb6535efbd737577a4748389dc96312"><code>2f02e32</code></a> fix: recovery handler suppresses http.ErrAbortHandler (<a href="https://redirect.github.com/samber/slog-http/issues/12">#12</a>)</li> <li><a href="https://github.com/samber/slog-http/commit/c945fd6bcc77467b587884ee9bf741b697344da4"><code>c945fd6</code></a> feat: variadic slog.Attr arg list to Add*Attributes functions (<a href="https://redirect.github.com/samber/slog-http/issues/11">#11</a>)</li> <li>See full diff in <a href="https://github.com/samber/slog-http/compare/v1.8.2...v1.12.1">compare view</a></li> </ul> </details> <br /> 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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>` 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 <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
