Skip to content

Releases: fasthttp/router

v1.3.2

03 Sep 11:38
Compare
Choose a tag to compare
  • fc8225f Add missing shortcuts (Sergio Andres Virviescas Santana)
  • 893131d Use the cleaned path just when redirect to the fixed path #40 (Sergio Andres Virviescas Santana)
  • b0e5c87 Improve performance (Sergio Andres Virviescas Santana)

IMPORTANT (Possible minimal broken backward compatibility)

Please, see the issue #40 about the fix of the url path.

v1.3.1

24 Aug 12:41
Compare
Choose a tag to compare
  • f947c3f Fix get optional paths #39 (Sergio Andres Virviescas Santana)
  • 16f85c3 Save path params as a copy #38 (Sergio Andres Virviescas Santana)

v1.3.0

24 Aug 09:40
Compare
Choose a tag to compare
  • 2d2fdf9 Remove support to Go 1.11 (Sergio Andres Virviescas Santana)
  • d1bb449 Add support to Go 1.15 (Sergio Andres Virviescas Santana)
  • 6528f5c Upgrade fasthttp to v1.16.0 (Sergio Andres Virviescas Santana)

v1.2.4

23 Jul 12:00
Compare
Choose a tag to compare
  • b310583 Fix mixing static + wildcard segment causes hung request #37 (Sergio Andres Virviescas Santana)

v1.2.3

19 Jul 18:28
Compare
Choose a tag to compare
  • d5d344c Upgrade fasthttp to v1.15.1 and gotils (Sergio Andres Virviescas Santana)
  • 5c3bd69 fix children conflict (#36) (milesdong)

v1.2.2

15 Jun 10:55
Compare
Choose a tag to compare
  • 3e590a4 Fix typo (Sergio Andres Virviescas Santana)

v1.2.1

09 Jun 14:59
Compare
Choose a tag to compare
  • bbf7915 e06e8fa Code fixes and minimal refactor (Sergio Andres Virviescas Santana)

v1.2.0

09 Jun 11:18
Compare
Choose a tag to compare
  • f41abad Add Router.Mutable to update the route handler (Sergio Andres Virviescas Santana)

v1.1.7

08 Jun 16:01
Compare
Choose a tag to compare
  • 9620a51 Fix tests (Sergio Andres Virviescas Santana)
  • e65038f 7966096 b8d2a66 Upgrade gotils, update .travis-ci.yml and some fixes (Sergio Andres Virviescas Santana)

Notable Changes

  • Added full support for Windows
  • Deprecated Go 1.9/1.10

v1.1.6

02 Jun 08:43
Compare
Choose a tag to compare
  • f8df9de Upgrade fasthttp to v1.14.0 (Sergio Andres Virviescas Santana)
  • e65183a Fix HandleMethodNotAllowed (#35) (Sergio Andres Virviescas Santana)