httprouter v1.3.0 Release Notes
Release Date: 2019-09-30 // about 5 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!