Releases: savsgio/atreugo
Releases · savsgio/atreugo
v11.2.1
v11.2.0
- 146ca4a Upgrade golangci-lint to v1.27.0 (Sergio Andres Virviescas Santana)
- 85166bd Add IsPreforkChild() (Sergio Andres Virviescas Santana)
- bbd6bb3 Add debug logger as middleware if the log level is enabled as debug (Sergio Andres Virviescas Santana)
- e9abe11 Make AcquireRequestCtx and ReleaseRequestCtx public (Sergio Andres Virviescas Santana)
v11.1.1 (re-upload)
- d9ad118 Upgrade router to v1.1.1 (Sergio Andres Virviescas Santana)
v11.1.0
v11.0.4
v11.0.3
- 4467e1d Add fasthttp missing fields (Sergio Andres Virviescas Santana)
- a89ba2c Upgrade fasthttp to v1.11.0 and router to v1.0.3 (Sergio Andres Virviescas Santana)
- 5d1e2fe Refactor of .travis.yml (Sergio Andres Virviescas Santana)
- 3494e9f Upgrade go-logger to v2.0.0 and gotils (Sergio Andres Virviescas Santana)
v11.0.2
- 4cb22b3 Move examples to the Organization repository (Sergio Andres Virviescas Santana)
- f6437a9 Move middlewares to the Organization repository (Sergio Andres Virviescas Santana)
- 7aa9e47 Upgrade router to v1.0.2 (#80) (Sergio Andres Virviescas Santana)
- 50dd258 Add Official Organization link (Sergio Andres Virviescas Santana)
- 0a1b2d2 Disable HandleOPTIONS on internal router, it's managed by atreugo (Sergio Andres Virviescas Santana)
- e1625bc Fix travis CI (Sergio Andres Virviescas Santana)
v11.0.1
v11.0.0
- 3092685 Update docs/README (Sergio Andres Virviescas Santana)
- e806d39 Upgrade to v11 (Sergio Andres Virviescas Santana)
IMPORTANT CHANGES
-
46095a1 Remove deprecated methods and fields (Sergio Andres Virviescas Santana)
-
33477b0 Upgrade router to v1.0.0 (Sergio Andres Virviescas Santana)
- Now, the url parameters is registered between
{
}
(Ex:/{param}
), previously registered with the prefix:
(Ex:/:param
).
That gives more flexibility to the parameters, like regex and suffixes.
See the docs, to more information: https://github.com/savsgio/atreugo/tree/master/docs#named-parameters
- Now, the url parameters is registered between