Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apify/crawlee-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: apify/crawlee-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-v06
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 13 files changed
  • 4 contributors

Commits on Jul 30, 2025

  1. fix: Ignore unknown parameters passed in cookies (#1336)

    ### Description
    
    - Ignore unknown parameters passed in cookies
    
    ### Issues
    
    - Closes: #1333
    
    ### Testing
    
    - Added a test that sets `Partitioned` cookies. To reproduce the
    behaviour that causes Playwright to throw an error
    Mantisus authored and Pijukatel committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    0f2610c View commit details
    Browse the repository at this point in the history
  2. fix: Fix memory estimation not working on MacOS (#1330)

    ### Description
    - Use `pss` for memory estimation only on Linux.
    - Use `rss` for memory estimation only on MacOs.
    
    ### Issues
    
    - Closes: #1329
    Pijukatel committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    8558954 View commit details
    Browse the repository at this point in the history
  3. chore: add partitionKey in PlaywrightCookieParam (#1327)

    ### Description
    
    - add `partitionKey` in `PlaywrightCookieParam`
    Mantisus authored and Pijukatel committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    97de5ce View commit details
    Browse the repository at this point in the history
  4. fix: Fix retry count to not count the original request (#1328)

    The argument `max_request_retries` of `BasicCrawler` previously included
    also the initial request in retries. Now it counts only the retries.
    
    - Closes: #1326
    Pijukatel committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    1aff3aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a7e9f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2326b36 View commit details
    Browse the repository at this point in the history
  7. chore(release): Update changelog and package version [skip ci]

    Apify Release Bot committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    f90a823 View commit details
    Browse the repository at this point in the history
Loading