Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for 1.2.0. #79

Merged
merged 1 commit into from
Apr 18, 2024
Merged
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
25 changes: 20 additions & 5 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
Release notes
=============

.. _release-1.2.0:

itemloaders 1.2.0 (YYYY-MM-DD)
------------------------------

- Added official support for Python 3.12 and PyPy 3.10 (:gh:`75`)

- Removed official support for Python 3.7 (:gh:`72`)

- Improved performance of ``itemloaders.utils.arg_to_iter`` (:gh:`51`)

- Fixed test expectations on recent Python versions (:gh:`77`)

- Improved CI (:gh:`78`)

.. _release-1.1.0:

itemloaders 1.1.0 (2023-04-21)
Expand All @@ -29,10 +44,10 @@ itemloaders 1.1.0 (2023-04-21)
itemloaders 1.0.6 (2022-08-29)
------------------------------

Fixes a regression introduced in 1.0.5 that would cause the ``re`` parameter of
:meth:`ItemLoader.add_xpath` and similar methods to be passed to lxml, which
would trigger an exception when the value of ``re`` was a compiled pattern and
not a string (:gh:`56`)
- Fixes a regression introduced in 1.0.5 that would cause the ``re`` parameter of
:meth:`ItemLoader.add_xpath` and similar methods to be passed to lxml, which
would trigger an exception when the value of ``re`` was a compiled pattern and
not a string (:gh:`56`)

.. _release-1.0.5:

Expand Down Expand Up @@ -112,7 +127,7 @@ itemloaders 1.0.1 (2020-07-02)
itemloaders 1.0.0 (2020-05-18)
------------------------------

Initial release, based on a part of the :doc:`Scrapy <scrapy:index>` code base.
- Initial release, based on a part of the :doc:`Scrapy <scrapy:index>` code base.


.. _itemadapter: https://github.com/scrapy/itemadapter#itemadapter
Loading