Thanks to visit codestin.com
Credit goes to github.com

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: browserbase/sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: browserbase/sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 16 commits
  • 53 files changed
  • 3 contributors

Commits on Oct 30, 2024

  1. migrating docs

    kamath committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4128101 View commit details
    Browse the repository at this point in the history
  2. undo playwright_roxy

    kamath committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a2b9abe View commit details
    Browse the repository at this point in the history
  3. rm scratch

    kamath committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d339f6e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. following migration guide

    kamath committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    aaaebd0 View commit details
    Browse the repository at this point in the history
  2. comment

    kamath committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    21f92f8 View commit details
    Browse the repository at this point in the history
  3. uppacase

    kamath committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8d32e84 View commit details
    Browse the repository at this point in the history
  4. syntax

    kamath committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5ee8558 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. migration guide final

    kamath committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9c43e41 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from browserbase/docs/migrating

    Docs to migrate from old SDK
    kamath authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d865f5e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. release: 1.0.1 (#52)

    * feat(api): api update (#48)
    
    * feat(api): api update (#51)
    
    * chore: rebuild project due to codegen change (#53)
    
    * chore: rebuild project due to codegen change (#54)
    
    * chore: rebuild project due to codegen change (#55)
    
    * chore: rebuild project due to codegen change (#57)
    
    * chore: rebuild project due to codegen change (#58)
    
    * release: 1.0.1
    
    ---------
    
    Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
    Co-authored-by: Stainless Bot <[email protected]>
    stainless-app[bot] and Stainless Bot authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    db66a27 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. release: 1.0.2 (#63)

    * chore: rebuild project due to codegen change (#59)
    
    * release: 1.0.2
    
    ---------
    
    Co-authored-by: Stainless Bot <[email protected]>
    Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
    stainless-app[bot] and Stainless Bot authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    41d1427 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. release: 1.0.3 (#66)

    * chore(internal): fix compat model_dump method when warnings are passed (#65)
    
    * release: 1.0.3
    
    ---------
    
    Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
    stainless-app[bot] authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d515d04 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. release: 1.0.4 (#69)

    * chore(internal): codegen related update (#68)
    
    * chore(internal): exclude mypy from running on tests (#70)
    
    * fix(client): compat with new httpx 0.28.0 release (#71)
    
    * release: 1.0.4
    
    ---------
    
    Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
    stainless-app[bot] authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a4b244f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. release: 1.0.5 (#75)

    * chore(internal): bump pyright (#73)
    
    * release: 1.0.5
    
    ---------
    
    Co-authored-by: Stainless Bot <[email protected]>
    Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
    stainless-app[bot] and Stainless Bot authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    0558b2b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

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

Commits on Jan 28, 2025

  1. release: 1.1.0 (#79)

    * chore: make the `Omit` type public (#78)
    
    * chore(internal): bump pydantic dependency (#81)
    
    * docs(readme): fix http client proxies example (#82)
    
    * chore(internal): bump pyright (#83)
    
    * chore(internal): add support for TypeAliasType (#85)
    
    * chore(internal): codegen related update (#86)
    
    * chore(internal): codegen related update (#87)
    
    * chore(internal): codegen related update (#88)
    
    * chore(internal): remove some duplicated imports (#89)
    
    * chore(internal): updated imports (#90)
    
    * docs(readme): example snippet for client context manager (#91)
    
    * chore(internal): fix some typos (#92)
    
    * chore(internal): codegen related update (#93)
    
    * chore: add missing isclass check (#94)
    
    * chore(internal): bump httpx dependency (#95)
    
    * fix(client): only call .close() when needed (#97)
    
    * docs: fix typos (#98)
    
    * chore(internal): codegen related update (#99)
    
    * fix: correctly handle deserialising `cls` fields (#100)
    
    * feat(api): api update (#101)
    
    * chore(internal): codegen related update (#102)
    
    * feat(api): api update (#104)
    
    * feat(api): api update (#105)
    
    * chore(internal): codegen related update (#106)
    
    * chore(internal): codegen related update (#107)
    
    * feat(api): api update (#109)
    
    * chore(internal): minor formatting changes (#110)
    
    * feat(api): api update (#111)
    
    * release: 1.1.0
    
    ---------
    
    Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
    stainless-app[bot] authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    0a3c371 View commit details
    Browse the repository at this point in the history
Loading