Skip to content

Tags: naughtygopher/webgo

Tags

v7.0.5

Toggle v7.0.5's commit message
[patch] new release to fix import path issues after moving to new own…

…er naughtygopher

7.0.4

Toggle 7.0.4's commit message
[patch] fixed inifinite recursion issue (reported in issue #48)

[patch] use one time marshaled json payload for static response

7.0.2

Toggle 7.0.2's commit message
[patch] updated go.mod to use 1.22 instead of 1.19, as 1.19 is out of…

… support period

v7.0.1

Toggle v7.0.1's commit message
[patch] replaced usage of deprecated package ioutil

v6.7.1

Toggle v6.7.1's commit message
[patch] fix infinite recursion on structured response failure

v5.3.3

Toggle v5.3.3's commit message
[patch] fix infinite recursion on structured response failure

v7.0.0

Toggle v7.0.0's commit message
[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`

v6.7.0

Toggle v6.7.0's commit message
[minor] implement HTTP2 push

[-] replaced Travis settings with Github actions
[-] sample app updated to show HTTP2 push usage

v6.6.6

Toggle v6.6.6's commit message
[patch] fixed an edge case of incorrect route match for root route ('/')

v6.6.5

Toggle v6.6.5's commit message
[patch] better URI matching, reduced allocations

[patch] URI matching bugfix
[patch] resources are released even in case of panic (deferred)
[-] added Go benchmark
[-] minor changes to the sample SSE implementation (refactored to use serviceworker)
[-] updated SSE README for clarity