httprouter v1.3.0 Release Notes

Release Date: 2019-09-30 // over 4 years ago
    • ๐Ÿ›  Fixed license wording to be properly detected as the BSD 3-Clause License
    • ๐Ÿ›  Fixed case-insensitive path lookup for multibyte runes (#263)
    • ๐Ÿ›  Fixed a bug in the calculation of the maximum number of parameters (#261)
    • โž• Added a check preventing adding handlers for an empty path, avoid a out-of-range panic (#204)
    • ๐Ÿ›  Fixed a wildcard conflict check (#172)
    • The methods in Allowed headers are now sorted (#248)
    • โž• Added an option to add a global handler for automatic responses to OPTIONS requests (#156, #200, #214, #260)
    • ๐Ÿ“š Minor performance optimizations and documentation fixes

    The required minimum Go version is now 1.7.

    Thanks to everyone who has sent pull-requests, reported issues, or contributed in any other way!


Previous changes from v1.2.0