File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
13
13
- No description yet.
14
14
15
+ ## [ 0.4.0] - 2021-02-25
16
+
17
+ ### Added
18
+
19
+ - ` ClientInterface::getSessionIdentifiers() ` implementation to get a list with WebDriver sessions from the active pool
20
+ (as an opportunity to resume existing sessions).
21
+
22
+ ### Fixed
23
+
24
+ - Missed type checks after WebDriver response deserialization for some methods (e.g. to prevent misreading an
25
+ error array as a valid command output).
26
+
15
27
## [ 0.3.0] - 2021-02-11
16
28
17
29
### Added
@@ -106,7 +118,8 @@ browser instance).
106
118
This early development version doesn't yet contain full implementation for the introduced ` WebDriverInterface ` , only
107
119
core design solutions and library interfaces are defined.
108
120
109
- [ Unreleased ] : https://github.com/itnelo/reactphp-webdriver/compare/0.3.0...0.x
121
+ [ Unreleased ] : https://github.com/itnelo/reactphp-webdriver/compare/0.4.0...0.x
122
+ [ 0.4.0 ] : https://github.com/itnelo/reactphp-webdriver/compare/0.3.0..0.4.0
110
123
[ 0.3.0 ] : https://github.com/itnelo/reactphp-webdriver/compare/0.2.1..0.3.0
111
124
[ 0.2.1 ] : https://github.com/itnelo/reactphp-webdriver/compare/0.2.0..0.2.1
112
125
[ 0.2.0 ] : https://github.com/itnelo/reactphp-webdriver/compare/0.1.0..0.2.0
You can’t perform that action at this time.
0 commit comments