Skip to content

Commit 2b93906

Browse files
committed
Updated changelog for v1.0.0
1 parent c09d07a commit 2b93906

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
19
## 0.2.2 / 2015-05-12
210

311
Socket_ids are now validated upon Trigger*Exclusive and channel authentication.

0 commit comments

Comments
 (0)