Skip to content

0.17.2

Latest

Choose a tag to compare

@route route released this 24 Mar 05:49
· 3 commits to main since this release

Added

  • Ferrum::Network::Response#body! returns body or throws error if implicable
  • Ferrum::Browser#new(dockerize: true) whether to add CLI flags to run a browser in a container, false by default
  • Initial support for RBS types [#565]

Changed

  • Ferrum::Network::Response#body returns body or nil in case of errors
  • Disable Chrome code sign clones [#555]
  • Ruby version required is >= 3.1 [#565]

Fixed

  • Proper handle wss urls, and fix session_id loss for undetermined order of CDP events [#559]
  • browser.reset tries to dispose default implicit context [#566], [#540]