Vardius Gorouter Versions Save

Go Server/API micro framework, HTTP request router, multiplexer, mux

v4.5.1

3 years ago

v4.5.0

3 years ago

Global middleware applies to router handler now

v4.4.7

3 years ago

Fixed variable scope for mounted net http router

v4.4.6

3 years ago

Optimise mount method

v4.4.5

3 years ago

Fix go sum server

v4.4.4

3 years ago

Fix sub router sub path matching, improve performance

v4.4.3

4 years ago

Hotfix root route check

v4.4.2

4 years ago

Update fasthttp version

v4.4.1

4 years ago

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

4 years ago

This minor version update includes fixes for middleware

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