Skip to content

Releases: go-ozzo/ozzo-routing

v2.4.0

11 Sep 21:43
a3372fb
Compare
Choose a tag to compare
  • #64: Replaced dgrijalva/jwt-go with golang-jwt/jwt to solve a security issue
  • #67: Fix negotiateContentType , if not match, the default should used

v2.3.0

13 Jan 16:05
Compare
Choose a tag to compare
  • Added GracefulShutdown() to support gracefully shutting down HTTP server.

v2.2.0

05 Dec 15:48
Compare
Choose a tag to compare

Added support for go mod

v2.1.4

10 Feb 02:30
Compare
Choose a tag to compare
  • #44: Form reader support for encoding.TextUnmarshaler
  • #46: Exposed routing.Find() to support finding a route
  • Fixed the issue that static files are not served in correct content-type when using content type negotiator and file server together.

v2.1

03 May 17:47
Compare
Choose a tag to compare
  • Added Router.IgnoreTrailingSlash to support removing trailing slashes in requests
  • slash.Remover will now use status code 307 to handle non-GET requests

v2.0

02 Sep 13:41
Compare
Choose a tag to compare
  • content.TypeNegotiator no longer HTML-escapes the JSON output
  • removed the context.Context interface implementation by Context in favor of the context returned by Request
  • Bumped up the minimal Go version requirement to be 1.7

v1.2

20 Aug 01:46
Compare
Choose a tag to compare
  • Added JWT support with auth.JWT and auth.NewJWT

v1.1

10 Aug 19:08
Compare
Choose a tag to compare
  • fault.Recovery is split into fault.ErrorHandler and fault.PanicHandler.
  • The errorHandler parameter is removed from fault.Recovery

v1.0

30 Jul 11:53
Compare
Choose a tag to compare

First stable release.