Skip to content

Commit

Permalink
Merge pull request #157 from Gallaecio/release-notes
Browse files Browse the repository at this point in the history
Cover 0.14.0 in the changelog
  • Loading branch information
kmike authored Sep 7, 2023
2 parents 8316ffb + 15fd77b commit 516a1a3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
Changelog
=========

0.14.0 (to be released)
-----------------------

* Python 3.7 support has been dropped.

* Caching is now built on top of web-poet serialization, extending caching
support to additional inputs, while making our code simpler, more reliable,
and more future-proof.

This has resulted in a few backward-incompatible changes:

* The ``scrapy_poet.page_input_providers.CacheDataProviderMixin`` mixin class
has been removed. Providers no longer need to use it or reimplement its
methods.

* The ``SCRAPY_POET_CACHE_GZIP`` setting has been removed.

* Added ``scrapy_poet.utils.open_in_browser``, an alternative to
``scrapy.utils.response.open_in_browser`` that supports scrapy-poet.

* Fixed some documentation links.


0.13.0 (2023-05-08)
-------------------

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"scrapy.commands": ["savefixture = scrapy_poet.commands:SaveFixtureCommand"]
},
package_data={"scrapy_poet": ["VERSION"]},
python_requires=">=3.8",
install_requires=[
"andi >= 0.4.1",
"attrs >= 21.3.0",
Expand Down

0 comments on commit 516a1a3

Please sign in to comment.