Skip to content

v8.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 14:50
· 15 commits to master since this release
c42a55c

8.6.0 (2024-08-19)

Features

  • middleware/nethttp: add SubdomainOptions and exported errors (856dff3)

    The SubdomainOptions struct is used to configure the subdomain middleware. It allows developers to specify the disallowed subdomains and subdomain prefixes. The exported errors are used to handle invalid subdomains and hosts, including:

    • ErrInvalidHost
    • ErrInvalidSubdomain