Skip to content

Releases: vardius/gorouter

v4.5.1

Choose a tag to compare

@vardius vardius released this 10 Sep 14:10
Remove cors signature, use global middleware to handle preflight request

v4.5.0

Choose a tag to compare

@vardius vardius released this 10 Sep 14:02

Global middleware applies to router handler now

v4.4.7

Choose a tag to compare

@vardius vardius released this 03 Sep 07:22

Fixed variable scope for mounted net http router

v4.4.6

Choose a tag to compare

@vardius vardius released this 02 Sep 14:26

Optimise mount method

v4.4.5

Choose a tag to compare

@vardius vardius released this 02 Sep 10:39

Fix go sum server

v4.4.4

Choose a tag to compare

@vardius vardius released this 02 Sep 10:36

Fix sub router sub path matching, improve performance

v4.4.3

Choose a tag to compare

@vardius vardius released this 06 Feb 11:29

Hotfix root route check

v4.4.2

Choose a tag to compare

@vardius vardius released this 02 Feb 01:11

Update fasthttp version

v4.4.1

Choose a tag to compare

@vardius vardius released this 01 Feb 08:48
7ab1491

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

Choose a tag to compare

@vardius vardius released this 30 Jan 07:25
071a686

This minor version update includes fixes for middleware

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