We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bab1e5 commit dbaf45fCopy full SHA for dbaf45f
docs/upgrading/upgrading_to_v0x.md
@@ -5,6 +5,18 @@ title: Upgrading to v0.x
5
6
This page summarizes the breaking changes between Crawlee for Python zero-based versions.
7
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
20
## Upgrading to v0.4
21
22
This section summarizes the breaking changes between v0.3.x and v0.4.0.
0 commit comments