File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.1.0 (2017-09-25)
4
+
5
+ * Feature: Update Socket dependency to support hosts file on all platforms
6
+ (#66 by @clue )
7
+
8
+ This means that connecting to hosts such as ` localhost ` (and for example
9
+ those used for Docker containers) will now work as expected across all
10
+ platforms with no changes required:
11
+
12
+ ``` php
13
+ $factory->createClient('localhost');
14
+ ```
15
+
3
16
## 2.0.0 (2017-09-20)
4
17
5
18
A major compatibility release to update this package to support all latest
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ The recommended way to install this library is [through Composer](https://getcom
254
254
This will install the latest supported version:
255
255
256
256
``` bash
257
- $ composer require clue/redis-react:^2.0
257
+ $ composer require clue/redis-react:^2.1
258
258
```
259
259
260
260
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments