Skip to content

Commit c87c395

Browse files
committed
rebased
1 parent 99d9468 commit c87c395

File tree

3 files changed

+49
-91
lines changed

3 files changed

+49
-91
lines changed

docs/upgrading/upgrading_to_v0x.md

+9
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,18 @@ This page summarizes the breaking changes between Crawlee for Python zero-based
1010
This section summarizes the breaking changes between v0.4.x and v0.5.0.
1111

1212
### BeautifulSoupParser
13+
1314
- Renamed `BeautifulSoupParser` to `BeautifulSoupParserType`. Probably used only in type hints. Please replace previous usages of `BeautifulSoupParser` by `BeautifulSoupParserType`.
1415
- `BeautifulSoupParser` is now a new class that is used in refactored class `BeautifulSoupCrawler`.
1516

17+
### Service locator
18+
19+
- The `crawlee.service_container` was completely refactored and renamed to `crawlee.service_locator`.
20+
21+
### Statistics
22+
23+
- The `crawlee.statistics.Statistics` class do not accept an event manager as an input argument anymore. It uses the default, global one.
24+
1625
## Upgrading to v0.4
1726

1827
This section summarizes the breaking changes between v0.3.x and v0.4.0.

0 commit comments

Comments
 (0)