You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
# 1.0.0 / 2015-05-14
2
+
3
+
* Users can pass in a `http.Client` instance to the Pusher initializer. They can configure this instance directly to have specific options e.g. timeouts.
4
+
* Therefore, the `Timeout` field on `pusher.Client` is deprecated.
5
+
*`HttpClient()` function is no longer public. HTTP Client configuration is now done on the `HttpClient`**property** of `pusher.Client`. Read [here](https://github.com/pusher/pusher-http-go#request-timeouts) for more details.
6
+
* If no `HttpClient` is specified, the library creates one with a default timeout of 5 seconds.
7
+
* The library is now GAE compatible. Read [here](https://github.com/pusher/pusher-http-go#google-app-engine) for more details.
8
+
1
9
## 0.2.2 / 2015-05-12
2
10
3
11
Socket_ids are now validated upon Trigger*Exclusive and channel authentication.
0 commit comments