Skip to content

build(deps): bump github.com/danielgtaylor/huma/v2 from 2.35.0 to 2.36.0#971

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/danielgtaylor/huma/v2-2.36.0
Open

build(deps): bump github.com/danielgtaylor/huma/v2 from 2.35.0 to 2.36.0#971
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/danielgtaylor/huma/v2-2.36.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

Bumps github.com/danielgtaylor/huma/v2 from 2.35.0 to 2.36.0.

Release notes

Sourced from github.com/danielgtaylor/huma/v2's releases.

v2.36.0

Overview

This release is larger than usual. Key changes:

Unique Operation ID Enforcement

Operation IDs are now enforced to be unique, preventing collisions in generated OpenAPI specs. (Fixes #910)

Native Docs Renderer Support

Native support for Scalar and SwaggerUI alongside the default Stoplight Elements. Configure via config.DocsRenderer = huma.DocsRendererScalar.

Expanded Content-Type Handling

  • Graceful handling when clients omit Content-Type for non-JSON endpoints
  • Support for charset definitions in Content-Type header
  • Updated OpenAPI media types to align with newer standards
  • Validation support for non-JSON request body content types

Form Handling Improvements

  • Form data now required by default for clearer validation behavior
  • Fixed panic when text value sent to FormFile field

Schema & Validation Enhancements

  • Fixed $schema field reusing links for identical objects
  • Fixed duplicate example rendering in some docs renderers
  • Improved $schema URL handling (with docs for disabling it)
  • Extended netip.Addr to support IPv6; added new ip format for v4/v6
  • Fixed incorrect schema generation for arrays

Framework & Dependency Updates

  • Fiber adapter now uses Body() instead of BodyRaw() for automatic decompression
  • Upgraded to Go 1.24

What's Changed

New Contributors

... (truncated)

Commits
  • 2e3cc8b Revert #947 (temporary) (#971)
  • f0a8c5a Fix incorrect schema generation for arrays (#970)
  • d25a856 Improve $schema URL (#968)
  • 687b98f fix: prevent panic when text value sent to FormFile field (#932)
  • 1c6b674 Update OpenAPI media types to newer standard format (#899)
  • 62c0c3c Merge pull request #967 from danielgtaylor/docs-ip
  • ba7b99f Add missing ip format to docs
  • 1c5f812 Merge pull request #792 from costela/add-support-for-dualstack-ip-parsing
  • 20d3402 Fix bad merge
  • 2d677f4 Merge branch 'main' into add-support-for-dualstack-ip-parsing
  • 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)

Bumps [github.com/danielgtaylor/huma/v2](https://github.com/danielgtaylor/huma) from 2.35.0 to 2.36.0.
- [Release notes](https://github.com/danielgtaylor/huma/releases)
- [Commits](danielgtaylor/huma@v2.35.0...v2.36.0)

---
updated-dependencies:
- dependency-name: github.com/danielgtaylor/huma/v2
  dependency-version: 2.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments