Skip to content

Commit

Permalink
Version 3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Mar 7, 2024
1 parent 9059bfc commit ff1d02d
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions RELEASE.rst
@@ -1,15 +1,5 @@
Fixed
-----
* Under certain circumstances, certain default jobs directives declared in the configuration file would not be applied
to jobs.
* Fixed automatic fallback to ``requests`` when the **required** HTTP client package ``httpx`` is not installed.

Added
-----
* ``block_elements`` directive for jobs with ``use_browser: true`` is supported again and can be used to improve
speed by preventing binary and media content loading, while providing all elements required dynamic web page load
(see the advanced section of the documentation for a suggestion of elements to block). This was available under
Pypetteer and has been reintroduced for Playwright.
* ``init_script`` directive for jobs with ``use_browser: true`` to execute a JavaScript in Chrome after launching it
and before navigating to ``url``. This can be useful to e.g. unset certain default Chrome ``navigator``
properties by calling a JavaScript function to do so.
* Added the ``Date`` header field to SMTP email messages to ensure the timestamp is present even when it is not added
by the server upon receipt. Contributed by `Dominik <https://github.com/DL6ER>`__ in `#71
<https://github.com/mborsetti/webchanges/pull/71>`__.

0 comments on commit ff1d02d

Please sign in to comment.