Skip to content

Commit dbaf45f

Browse files
committed
Add upgrading guide
1 parent 1bab1e5 commit dbaf45f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/upgrading/upgrading_to_v0x.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ title: Upgrading to v0.x
55

66
This page summarizes the breaking changes between Crawlee for Python zero-based versions.
77

8+
## Upgrading to v0.5
9+
10+
This section summarizes the breaking changes between v0.4.x and v0.5.0.
11+
12+
### Service locator
13+
14+
- The `crawlee.service_container` was completely refactored and renamed to `crawlee.service_locator`.
15+
16+
### Statistics
17+
18+
- The `crawlee.statistics.Statistics` class do not accept an event manager as an input argument anymore. It uses the default, global one.
19+
820
## Upgrading to v0.4
921

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

0 commit comments

Comments
 (0)