Release notes for 2.15.1. (#7456)

This commit is contained in:
Andrey Rakhmatullin 2026-04-23 19:51:00 +05:00 committed by GitHub
parent 3561748280
commit 416a454dc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 0 deletions

View File

@ -3,6 +3,31 @@
Release notes
=============
.. _release-2.15.1:
Scrapy 2.15.1 (unreleased)
--------------------------
Bug fixes
~~~~~~~~~
- Sharing of the SSL context between multiple connections, introduced in
Scrapy 2.15.0, is reverted as it caused problems and wasn't actually
needed.
(:issue:`7445`, :issue:`7450`)
- Fixed :meth:`scrapy.settings.BaseSettings.getwithbase` failing on keys with
dots that aren't import names. It now works the way it worked before Scrapy
2.15.0, without trying to match class objects and import path. A separate
method,
:func:`~scrapy.settings.BaseSettings.get_component_priority_dict_with_base`,
was added that does that, and it is now used for :ref:`component priority
dictionaries <component-priority-dictionaries>`.
(:issue:`7426`, :issue:`7449`)
- Documentation rendering improvements.
(:issue:`7452`, :issue:`7454`)
.. _release-2.15.0:
Scrapy 2.15.0 (2026-04-09)