We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5092ce8 commit d8dde39Copy full SHA for d8dde39
CHANGELOG.md
@@ -3,11 +3,13 @@
3
### Added
4
- `Ferrum::Network::Response#body!` returns body or throws error if implicable
5
- `Ferrum::Browser#new(dockerize: true)` whether to add CLI flags to run a browser in a container, `false` by default
6
+- Initial support for RBS types [#565]
7
8
### Changed
9
- `Ferrum::Network::Response#body` returns body or nil in case of errors
10
- Disable Chrome code sign clones [#555]
11
- `Ferrum::Browser` option `:pending_connection_errors` is set to false by default
12
+- Ruby version required is >= 3.1 [#565]
13
14
### Fixed
15
- Proper handle wss urls, and fix session_id loss for undetermined order of CDP events [#559]
0 commit comments