Skip to content

Releases: savsgio/atreugo

v11.2.1

21 May 15:26
Compare
Choose a tag to compare
  • 169bfc4 Upgrade router to v1.1.2 (Sergio Andres Virviescas Santana)
  • 819c58b Remove ctx.newResponse() (Sergio Andres Virviescas Santana)
  • 2afc77e go mod tidy (Sergio Andres Virviescas Santana)

v11.2.0

16 May 17:56
Compare
Choose a tag to compare
  • 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)

15 May 10:27
Compare
Choose a tag to compare
  • d9ad118 Upgrade router to v1.1.1 (Sergio Andres Virviescas Santana)

v11.1.0

12 May 16:18
Compare
Choose a tag to compare
  • c21a8a6 Add prefork support (Sergio Andres Virviescas Santana)
  • 9f88891 Upgrade router to v1.1.0 (Sergio Andres Virviescas Santana)
  • 33ac4ea Upgrade golangci-lint to v1.25.1 (Sergio Andres Virviescas Santana)

v11.0.4

26 Apr 15:52
Compare
Choose a tag to compare
  • 85c617a Upgrade fasthttp to v1.12.0 and router to v1.0.4 (Sergio Andres Virviescas Santana)

v11.0.3

19 Apr 15:07
Compare
Choose a tag to compare
  • 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

12 Apr 15:33
Compare
Choose a tag to compare
  • 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

05 Apr 16:35
Compare
Choose a tag to compare
  • e1625bc Fix travis CI (Sergio Andres Virviescas Santana)
  • 16fd09e Upgrade router to v1.0.1
  • 95d8b23 Fix README

v11.0.0

30 Mar 10:35
Compare
Choose a tag to compare
  • 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

v10.4.2

19 Mar 12:34
Compare
Choose a tag to compare
  • e445dbb Upgrade golangci-lint (Sergio Andres Virviescas Santana)
  • 71bf5be Add support to Go v1.14.X (Sergio Andres Virviescas Santana)
  • f9e6eed Upgrade router to v0.7.0 and gotils (Sergio Andres Virviescas Santana)