Releases: vardius/gorouter
Releases · vardius/gorouter
v4.5.1
Compare
Sorry, something went wrong.
No results found
Remove cors signature, use global middleware to handle preflight request
v4.5.0
Compare
Sorry, something went wrong.
No results found
Global middleware applies to router handler now
v4.4.7
Compare
Sorry, something went wrong.
No results found
Fixed variable scope for mounted net http router
v4.4.6
Compare
Sorry, something went wrong.
No results found
v4.4.5
Compare
Sorry, something went wrong.
No results found
v4.4.4
Compare
Sorry, something went wrong.
No results found
Fix sub router sub path matching, improve performance
v4.4.3
Compare
Sorry, something went wrong.
No results found
v4.4.2
Compare
Sorry, something went wrong.
No results found
v4.4.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
This minor version update includes fixes for middleware
execution order
middleware to node matching between different node types (static/wildcard etc)