Skip to content

Commit ae0ac28

Browse files
authored
Release notes for 0.10.0 (#319)
1 parent 7979eda commit ae0ac28

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changes
22
=======
33

4+
0.10.0 (2025-01-21)
5+
-------------------
6+
7+
* Removed official support for Python 3.7 and 3.8, and added official support
8+
for Python 3.12 and 3.13.
9+
10+
* Added support for Scrapy 2.12+.
11+
12+
This includes deprecating ``SplashAwareDupeFilter`` and
13+
``SplashAwareFSCacheStorage`` in favor of the corresponding built-in, default
14+
Scrapy components, and instead using the new ``SplashRequestFingerprinter``
15+
component to ensure request fingerprinting for Splash requests stays the
16+
same, now for every Scrapy component doing request fingerprinting and not
17+
only for duplicate filtering and HTTP caching.
18+
419
0.9.0 (2023-02-03)
520
------------------
621

0 commit comments

Comments
 (0)