Skip to content

Commit 2ee0165

Browse files
authored
Merge pull request #95 from scrapy/relnotes-0.11.0
Release notes for 0.11.0.
2 parents 9ad0ad3 + ffdcc71 commit 2ee0165

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Changelog.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
### 0.11.0 (YYYY-MM-DD)
4+
5+
Removed functions deprecated in 0.5.0:
6+
7+
* `itemadapter.utils.is_attrs_instance()`
8+
* `itemadapter.utils.is_dataclass_instance()`
9+
* `itemadapter.utils.is_pydantic_instance()`
10+
* `itemadapter.utils.is_scrapy_item()`
11+
12+
([#93](https://github.com/scrapy/itemadapter/pull/93)).
13+
14+
Added support for Pydantic 2
15+
([#91](https://github.com/scrapy/itemadapter/pull/91)).
16+
17+
Added `__all__` to the top-level module to improve type checks
18+
([#90](https://github.com/scrapy/itemadapter/pull/90)).
19+
20+
Improved `pre-commit` and CI configuration
21+
([#91](https://github.com/scrapy/itemadapter/pull/91),
22+
[#92](https://github.com/scrapy/itemadapter/pull/92)).
23+
324
### 0.10.0 (2024-11-29)
425

526
Dropped Python 3.8 support, added official Python 3.13 and PyPy 3.10 support

0 commit comments

Comments
 (0)