Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
w3lib release notes
===================

2.5.0 (unreleased)
------------------

- Significantly improved performance of URL-processing functions, including
:func:`~w3lib.url.safe_url_string`, :func:`~w3lib.url.canonicalize_url`,
:func:`~w3lib.url.url_query_cleaner`, :func:`~w3lib.url.add_or_replace_parameter`,
and others (#256, #257).

- Improved performance of :func:`~w3lib.html.remove_tags`,
:func:`~w3lib.html.remove_tags_with_content`,
:func:`~w3lib.html.unquote_markup`, and
:func:`~w3lib.html.get_meta_refresh` (#256).

- :func:`~w3lib.html.get_meta_refresh` no longer prints HTML content to
stdout when a :exc:`UnicodeDecodeError` is raised (#256).

- Added benchmarks for URL, HTML, and encoding functions (#247).

2.4.1 (2026-03-20)
------------------

Expand Down
Loading