We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6f9880 + bd04691 commit 81098b9Copy full SHA for 81098b9
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+4.0.3 / 2020-07-28
2
+==================
3
+* Added library name and version in HTTP Header (PR [#62](https://github.com/pusher/pusher-http-go/pull/62))
4
+* Changed: allow larger (10KB -> 20KB) requests as we sometimes do on dedicated clusters (PR [#66](https://github.com/pusher/pusher-http-go/pull/66))
5
+
6
4.0.2 / 2020-07-28
7
==================
8
* Added `go.mod` for managing the library as a Go module
client.go
@@ -17,7 +17,7 @@ var pusherPathRegex = regexp.MustCompile("^/apps/([0-9]+)$")
17
var maxTriggerableChannels = 100
18
19
const (
20
- libraryVersion = "4.0.2"
+ libraryVersion = "4.0.3"
21
libraryName = "pusher-http-go"
22
)
23
0 commit comments