Skip to content

Commit

Permalink
docs: Update upgrading guide for renamed BeautifulSoupParser (apify#799)
Browse files Browse the repository at this point in the history
This should have been part of
apify#746
  • Loading branch information
Pijukatel authored Dec 10, 2024
1 parent 14b038b commit 13bb400
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 13bb400

Please sign in to comment.