Skip to content

v7.0.5

Latest
Compare
Choose a tag to compare
@bnkamalesh bnkamalesh released this 05 Jul 08:03
d5f0d05

[-] ignore cmd and extensions from coverage (#52)
[-] Transfer ownership to Naughty Gopher (#51)
[-] transfer ownership to Naughty Gopher
[-] updated all the badges on README
[-] updated GH workflow to the newest one being used in other projects
[patch] fixed inifinite recursion issue (reported in issue #48)
[patch] use one time marshaled json payload for static response
[patch] replaced usage of deprecated package ioutil
[patch]fix - SendError - issue #48 (#49)

[major] Middleware execution order is now the same as how they are added
[-] The old behaviour of middleware execution order can be enabled by setting ReverseMiddleware=true

[minor] implement HTTP2 push
[-] replaced travis settings with Github actions
[-] sample app updated to show HTTP2 push usage
[patch] fixed an edge case of incorrect route match for root route ('/')