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-alpha.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.0.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 29, 2024

  1. Copy the full SHA
    718ef11 View commit details
  2. release: 1.0.0

    stainless-app[bot] committed Oct 29, 2024
    Copy the full SHA
    548e031 View commit details
Showing with 13 additions and 8 deletions.
  1. +1 −1 .release-please-manifest.json
  2. +8 −0 CHANGELOG.md
  3. +2 −5 README.md
  4. +1 −1 pyproject.toml
  5. +1 −1 src/browserbase/_version.py
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0-alpha.0"
".": "1.0.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.0 (2024-10-29)

Full Changelog: [v1.0.0-alpha.0...v1.0.0](https://github.com/browserbase/sdk-python/compare/v1.0.0-alpha.0...v1.0.0)

### Features

* **api:** api update ([#44](https://github.com/browserbase/sdk-python/issues/44)) ([46621f6](https://github.com/browserbase/sdk-python/commit/46621f6cf67f2c30b52a5dfcfbaa36c80053e0cf))

## 1.0.0-alpha.0 (2024-10-29)

Full Changelog: [v0.1.0-alpha.7...v1.0.0-alpha.0](https://github.com/browserbase/sdk-python/compare/v0.1.0-alpha.7...v1.0.0-alpha.0)
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -15,13 +15,10 @@ The REST API documentation can be found on [docs.browserbase.com](https://docs.b
## Installation

```sh
# install from the production repo
pip install git+ssh://git@github.com/browserbase/sdk-python.git
# install from PyPI
pip install browserbase
```

> [!NOTE]
> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre browserbase`
## Usage

The full API of this library can be found in [api.md](api.md).
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "browserbase"
version = "1.0.0-alpha.0"
version = "1.0.0"
description = "The official Python library for the Browserbase API"
dynamic = ["readme"]
license = "Apache-2.0"
2 changes: 1 addition & 1 deletion src/browserbase/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "browserbase"
__version__ = "1.0.0-alpha.0" # x-release-please-version
__version__ = "1.0.0" # x-release-please-version