[PR #7004] build(deps): bump github.com/oapi-codegen/runtime from 1.1.2 to 1.6.0 #27775

Open
opened 2026-08-05 07:09:12 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/7004
Author: @dependabot[bot]
Created: 7/30/2026
Status: 🔄 Open

Base: mainHead: dependabot/go_modules/github.com/oapi-codegen/runtime-1.6.0


📝 Commits (1)

  • c82e04a build(deps): bump github.com/oapi-codegen/runtime from 1.1.2 to 1.6.0

📊 Changes

2 files changed (+5 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+4 -2)

📄 Description

Bumps github.com/oapi-codegen/runtime from 1.1.2 to 1.6.0.

Release notes

Sourced from github.com/oapi-codegen/runtime's releases.

Allow customization of parameter encoding

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.

🚀 New features and improvements

📦 Dependency updates

  • chore(deps): update module github.com/golangci/golangci-lint to v2.12.2 (#112) @renovate[bot]

Sponsors

We would like to thank our sponsors for their support during this release.

Sponsors

We would like to thank our sponsors for their support during this release.

v1.5.0: RFC3339 durations, and bug fixes

This is mainly a bugfix release, but we're bumping the minor version since we also introduce a new type, Duration into our types/ package, which allows for parsing and emitting RFC3339 durations. Rather than trying to parse a duration string into a time.Duration, 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.

🚀 New features and improvements

🐛 Bug fixes

📝 Documentation updates

... (truncated)

Commits
  • 01be2fa chore(deps): update module github.com/golangci/golangci-lint to v2.12.2 (#112)
  • 1463938 Allow customizing default query encoder (#145)
  • 540d34a fix(deps): update module github.com/labstack/echo/v5 to v5.3.0 (#142)
  • e89dbb8 Add types.Duration for the RFC 3339 duration format (#144)
  • 324e57f Let generated code declare whether styled parameter values are escaped (#143)
  • 95c13c0 Explain how to send nested objects when style serialization fails (#141)
  • 7c889f3 Prefer the form struct tag over json for form encoding (#140)
  • d0d5c3a chore(deps): update golang/govulncheck-action action to v1.1.0 (#137)
  • 67e86fd chore(deps): update oapi-codegen/actions action to v0.8.0 (#130)
  • df140cb fix(deps): update module github.com/labstack/echo/v5 to v5.2.1 (#126)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/7004 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/30/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/oapi-codegen/runtime-1.6.0` --- ### 📝 Commits (1) - [`c82e04a`](https://github.com/netbirdio/netbird/commit/c82e04a0b252b994076c68eb360eae42423985e9) build(deps): bump github.com/oapi-codegen/runtime from 1.1.2 to 1.6.0 ### 📊 Changes **2 files changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -2) </details> ### 📄 Description Bumps [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) from 1.1.2 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.2...v1.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/oapi-codegen/runtime&package-manager=go_modules&previous-version=1.1.2&new-version=1.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 07:09:12 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#27775