Skip to content

Releases: vardius/gorouter

v4.5.1

10 Sep 14:10
Compare
Choose a tag to compare
Remove cors signature, use global middleware to handle preflight request

v4.5.0

10 Sep 14:02
Compare
Choose a tag to compare

Global middleware applies to router handler now

v4.4.7

03 Sep 07:22
Compare
Choose a tag to compare

Fixed variable scope for mounted net http router

v4.4.6

02 Sep 14:26
Compare
Choose a tag to compare

Optimise mount method

v4.4.5

02 Sep 10:39
Compare
Choose a tag to compare

Fix go sum server

v4.4.4

02 Sep 10:36
Compare
Choose a tag to compare

Fix sub router sub path matching, improve performance

v4.4.3

06 Feb 11:29
Compare
Choose a tag to compare

Hotfix root route check

v4.4.2

02 Feb 01:11
Compare
Choose a tag to compare

Update fasthttp version

v4.4.1

01 Feb 08:48
7ab1491
Compare
Choose a tag to compare

Performance upgrade.

  • preselecting root node and matching path agains smaller tree.
  • reduced allocations

Data taken from travis builds (before/after):

- BenchmarkStatic1-4              	12678802	        92.1 ns/op	       5 B/op	       1 allocs/op
+ BenchmarkStatic1-4              	25116511	        46.1 ns/op	       0 B/op	       0 allocs/op

v4.4.0

30 Jan 07:25
071a686
Compare
Choose a tag to compare

This minor version update includes fixes for middleware

  • execution order
  • middleware to node matching between different node types (static/wildcard etc)