Skip to content

Commit a55e933

Browse files
authored
Release notes for 2.11.1 (#6150)
1 parent 09a7efe commit a55e933

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

docs/news.rst

+58
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,64 @@
33
Release notes
44
=============
55

6+
.. _release-2.11.1:
7+
8+
Scrapy 2.11.1 (YYYY-MM-DD)
9+
--------------------------
10+
11+
Highlights:
12+
13+
- Support for Twisted >= 23.8.0.
14+
15+
- Documentation improvements.
16+
17+
Modified requirements
18+
~~~~~~~~~~~~~~~~~~~~~
19+
20+
- The Twisted dependency is no longer restricted to < 23.8.0. (:issue:`6024`,
21+
:issue:`6064`, :issue:`6142`)
22+
23+
Bug fixes
24+
~~~~~~~~~
25+
26+
- The OS signal handling code was refactored to no longer use private Twisted
27+
functions. (:issue:`6024`, :issue:`6064`, :issue:`6112`)
28+
29+
Documentation
30+
~~~~~~~~~~~~~
31+
32+
- Improved documentation for :class:`~scrapy.crawler.Crawler` initialization
33+
changes made in the 2.11.0 release. (:issue:`6057`, :issue:`6147`)
34+
35+
- Extended documentation for :attr:`Request.meta <scrapy.http.Request.meta>`.
36+
(:issue:`5565`)
37+
38+
- Fixed the :reqmeta:`dont_merge_cookies` documentation. (:issue:`5936`,
39+
:issue:`6077`)
40+
41+
- Added a link to Zyte's export guides to the :ref:`feed exports
42+
<topics-feed-exports>` documentation. (:issue:`6183`)
43+
44+
- Added a missing note about backward-incompatible changes in
45+
:class:`~scrapy.exporters.PythonItemExporter` to the 2.11.0 release notes.
46+
(:issue:`6060`, :issue:`6081`)
47+
48+
- Added a missing note about removing the deprecated
49+
``scrapy.utils.boto.is_botocore()`` function to the 2.8.0 release notes.
50+
(:issue:`6056`, :issue:`6061`)
51+
52+
- Other documentation improvements. (:issue:`6128`, :issue:`6144`,
53+
:issue:`6163`, :issue:`6190`, :issue:`6192`)
54+
55+
Quality assurance
56+
~~~~~~~~~~~~~~~~~
57+
58+
- Added Python 3.12 to the CI configuration, re-enabled tests that were
59+
disabled when the pre-release support was added. (:issue:`5985`,
60+
:issue:`6083`, :issue:`6098`)
61+
62+
- Fixed a test issue on PyPy 7.3.14. (:issue:`6204`, :issue:`6205`)
63+
664
.. _release-2.11.0:
765

866
Scrapy 2.11.0 (2023-09-18)

0 commit comments

Comments
 (0)