-
Notifications
You must be signed in to change notification settings - Fork 6
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: docs/migrating
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: browserbase/sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 74 files changed
- 4 contributors
Commits on Nov 1, 2024
-
Merge pull request #47 from browserbase/docs/migrating
Docs to migrate from old SDK
Configuration menu - View commit details
-
Copy full SHA for d865f5e - Browse repository at this point
Copy the full SHA d865f5eView commit details
Commits on Nov 19, 2024
-
* 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 <dev+git@stainlessapi.com>
Configuration menu - View commit details
-
Copy full SHA for db66a27 - Browse repository at this point
Copy the full SHA db66a27View commit details
Commits on Nov 21, 2024
-
* chore: rebuild project due to codegen change (#59) * release: 1.0.2 --------- Co-authored-by: Stainless Bot <dev+git@stainlessapi.com> Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 41d1427 - Browse repository at this point
Copy the full SHA 41d1427View commit details
Commits on Nov 22, 2024
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for d515d04 - Browse repository at this point
Copy the full SHA d515d04View commit details
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4b244f - Browse repository at this point
Copy the full SHA a4b244fView commit details
Commits on Dec 3, 2024
-
* chore(internal): bump pyright (#73) * release: 1.0.5 --------- Co-authored-by: Stainless Bot <dev+git@stainlessapi.com> Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0558b2b - Browse repository at this point
Copy the full SHA 0558b2bView commit details
Commits on Dec 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b26700 - Browse repository at this point
Copy the full SHA 9b26700View commit details
Commits on Jan 28, 2025
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for 0a3c371 - Browse repository at this point
Copy the full SHA 0a3c371View commit details
Commits on Feb 11, 2025
-
* chore(internal): change default timeout to an int (#113) * chore(internal): bummp ruff dependency (#115) * feat(client): send `X-Stainless-Read-Timeout` header (#117) * chore(internal): fix type traversing dictionary params (#118) * chore(internal): minor type handling changes (#119) --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 797daee - Browse repository at this point
Copy the full SHA 797daeeView commit details
Commits on May 8, 2025
-
* chore(internal): update client tests (#121) * fix: asyncify on non-asyncio runtimes (#123) * chore(internal): codegen related update (#124) * feat(client): allow passing `NotGiven` for body (#125) fix(client): mark some request bodies as optional * chore(internal): fix devcontainers setup (#126) * chore(internal): properly set __pydantic_private__ (#127) * docs: update URLs from stainlessapi.com to stainless.com (#128) More details at https://www.stainless.com/changelog/stainless-com * chore(docs): update client docstring (#129) * chore(internal): remove unused http client options forwarding (#130) * feat(api): api update (#131) * chore(internal): codegen related update (#132) * feat(api): api update (#133) * chore(internal): remove extra empty newlines (#134) * chore(internal): bump rye to 0.44.0 (#136) * fix(types): handle more discriminated union shapes (#137) * fix(ci): ensure pip is always available (#138) * fix(ci): remove publishing patch (#139) * codegen metadata * feat(api): api update (#140) * feat(api): api update (#141) * chore: fix typos (#142) * codegen metadata * feat(api): api update (#143) * chore(internal): remove trailing character (#145) * chore(internal): slight transform perf improvement (#147) * chore: slight wording improvement in README (#148) * chore(internal): expand CI branch coverage * chore(internal): reduce CI branch coverage * fix(perf): skip traversing types for NotGiven values * fix(perf): optimize some hot paths * chore(internal): update pyright settings * chore(client): minor internal fixes * release: 1.3.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7d04401 - Browse repository at this point
Copy the full SHA 7d04401View commit details
Commits on May 16, 2025
-
* chore(internal): bump pyright version * chore(internal): base client updates * chore(internal): update models test * chore(ci): add timeout thresholds for CI jobs * chore(internal): import reformatting * chore(internal): fix list file params * chore(internal): refactor retries to not use recursion * fix(pydantic v1): more robust ModelField.annotation check * chore(internal): minor formatting changes * chore(internal): codegen related update * chore(ci): only use depot for staging repos * chore: broadly detect json family of content-type headers * chore(internal): avoid errors for isinstance checks on proxies * fix(package): support direct resource imports * chore(ci): upload sdks to package manager * chore(ci): fix installation instructions * feat(api): api update * release: 1.4.0 * Remove rule that fails lint --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: ajmcquilkin <46639306+ajmcquilkin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 89e7f0d - Browse repository at this point
Copy the full SHA 89e7f0dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff docs/migrating...main