Skip to content

Commit

Permalink
prepare v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Aug 7, 2020
1 parent ef62362 commit 3590d26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v3.1.1

* option to force IPv4 addresses when resolving hostnames, see [#44](https://github.com/centrifugal/phpcent/issues/44) and [#45](https://github.com/centrifugal/phpcent/pull/45). Thanks [Steve Therrien](https://github.com/SteveTherrien)!

```php
$client->forceIpResolveV4();
```

# v3.1.0

* support `channels` JWT claim in `generateConnectionToken` function - which is an array of server-side channels to subscribe (see [docs](https://centrifugal.github.io/centrifugo/server/server_subs/)). Thanks, [Julius TM](https://github.com/juliustm)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description":"PHP library to communicate with Centrifugo HTTP API",
"keywords": ["centrifugo", "websocket", "realtime", "messaging"],
"homepage": "https://github.com/centrifugal/phpcent",
"version": "3.1.0",
"version": "3.1.1",
"license": "MIT",
"require":{
"php": ">=5.4.0",
Expand Down

0 comments on commit 3590d26

Please sign in to comment.