Skip to content

Commit 3b82736

Browse files
committed
0.4.0 CHANGELOG.md
1 parent fcd2bf1 commit 3b82736

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
- No description yet.
1414

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+
1527
## [0.3.0] - 2021-02-11
1628

1729
### Added
@@ -106,7 +118,8 @@ browser instance).
106118
This early development version doesn't yet contain full implementation for the introduced `WebDriverInterface`, only
107119
core design solutions and library interfaces are defined.
108120

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
110123
[0.3.0]: https://github.com/itnelo/reactphp-webdriver/compare/0.2.1..0.3.0
111124
[0.2.1]: https://github.com/itnelo/reactphp-webdriver/compare/0.2.0..0.2.1
112125
[0.2.0]: https://github.com/itnelo/reactphp-webdriver/compare/0.1.0..0.2.0

0 commit comments

Comments
 (0)