Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/upgrading/upgrading_to_v0x.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ title: Upgrading to v0.x

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

## Upgrading to v0.5

This section summarizes the breaking changes between v0.4.x and v0.5.0.

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

## Upgrading to v0.4

This section summarizes the breaking changes between v0.3.x and v0.4.0.
Expand Down
Loading