All Versions
37
Latest Version
Avg Release Cycle
67 days
Latest Release
1090 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v4.1.0 Changes
April 01, 2020- middleware.LogEntry: Write method on interface now passes the response header
and an extra interface type useful for custom logger implementations. - middleware.WrapResponseWriter: minor fix
- middleware.Recoverer: a bit prettier
- ๐ History of changes: see v4.0.4...v4.1.0
- middleware.LogEntry: Write method on interface now passes the response header
-
v4.0.4 Changes
March 24, 2020- ๐จ middleware.Recoverer: new pretty stack trace printing (#496)
- ๐ a few minor improvements and fixes
- ๐ History of changes: see v4.0.3...v4.0.4
-
v4.0.3 Changes
January 09, 2020- 0๏ธโฃ core: fix regexp routing to include default value when param is not matched
- middleware: rewrite of middleware.Compress
- middleware: suppress http.ErrAbortHandler in middleware.Recoverer
- ๐ History of changes: see v4.0.2...v4.0.3
-
v4.0.2 Changes
February 26, 2019๐ minor fixes. see v4.0.1...v4.0.2
-
v4.0.1 Changes
January 21, 2019 -
v4.0.0 Changes
January 10, 2019- ๐ chi v4 requires Go 1.10.3+ (or Go 1.9.7+) - we have deprecated support for Go 1.7 and 1.8
- router: respond with 404 on router with no routes (#362)
- router: additional check to ensure wildcard is at the end of a url pattern (#333)
- ๐ middleware: deprecate use of http.CloseNotifier (#347)
- middleware: fix RedirectSlashes to include query params on redirect (#334)
- ๐ History of changes: see v3.3.4...v4.0.0
-
v4.0.0-rc2
January 09, 2019 -
v4.0.0-rc1
January 08, 2019 -
v3.3.4 Changes
January 08, 2019Minor middleware improvements. No changes to core library/router. Moving v3 into its own branch as a version of chi for Go 1.7, 1.8, 1.9, 1.10, 1.11
History of changes: v3.3.3...v3.3.4
๐ Master will switch into v4, where we will only support Go versions inline with Go's own policy, https://golang.org/doc/devel/release.html#policy (aka, last 2 versions)
-
v3.3.3 Changes
August 27, 2018๐ Minor release.
๐ Changelog: v3.3.2...v3.3.3