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: ScrapeGraphAI/Scrapegraph-ai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.61.0
Choose a base ref
...
head repository: ScrapeGraphAI/Scrapegraph-ai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.62.0
Choose a head ref
  • 7 commits
  • 6 files changed
  • 5 contributors

Commits on Jul 25, 2025

  1. Fix critical schema transformation bugs and improve logging

    - Fixed typo in docstring (trasfrom -> transforms)
    - Added comprehensive error handling for missing schema keys
    - Added fallback values for malformed array items and missing references
    - Improved logging in SmartScraperGraph (replaced print with logger)
    - Added proper validation for pydantic schema structure
    
    These fixes prevent KeyError exceptions and improve production reliability.
    Mirza-Samad-Ahmed-Baig committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    4cc1fc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    c2abb9f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Merge pull request #1004 from alecontuu/readme_fix

    docs: removed duplicated line
    VinciGit00 authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    7fe566b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Update README.md

    VinciGit00 authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    72b43b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1001 from Mirza-Samad-Ahmed-Baig/fix-schema-trans…

    …form-bugs
    
    Fix critical schema transformation bugs and improve logging
    VinciGit00 authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    e65da4d View commit details
    Browse the repository at this point in the history
  3. feat: update pr

    VinciGit00 committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    c07b3c0 View commit details
    Browse the repository at this point in the history
  4. ci(release): 1.62.0 [skip ci]

    ## [1.62.0](v1.61.0...v1.62.0) (2025-08-13)
    
    ### Features
    
    * update pr ([c07b3c0](c07b3c0))
    
    ### Docs
    
    * removed duplicated line ([c2abb9f](c2abb9f))
    semantic-release-bot committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    5f8dbd3 View commit details
    Browse the repository at this point in the history
Loading