| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d61d495 commit 38e83fb
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,3 @@ | |||
| 1 | 1 | { | |
| 2 | - ".": "3.6.0" | ||
| 2 | + ".": "3.7.0" | ||
| 3 | 3 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,25 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## 3.7.0 (2025-10-30) | ||
| 4 | + | ||
| 5 | + Full Changelog: [v3.6.0...v3.7.0](https://github.com/digitalocean/gradient-python/compare/v3.6.0...v3.7.0) | ||
| 6 | + | ||
| 7 | + ### Features | ||
| 8 | + | ||
| 9 | + * add wait_for_completion method to IndexingJobs resource with sy… ([#49](https://github.com/digitalocean/gradient-python/issues/49)) ([9edc2a6](https://github.com/digitalocean/gradient-python/commit/9edc2a60f5aa49749e151477615bbecb3a79e92b)) | ||
| 10 | + * Add wait_until_ready() method for agent deployment polling ([#56](https://github.com/digitalocean/gradient-python/issues/56)) ([dcef3d5](https://github.com/digitalocean/gradient-python/commit/dcef3d5ebb4ef903c0c91aa4008853bb978f5544)) | ||
| 11 | + * **api:** add inference errors ([d61d495](https://github.com/digitalocean/gradient-python/commit/d61d4955f596d9ac1bebc9387a6573989e823022)) | ||
| 12 | + | ||
| 13 | + | ||
| 14 | + ### Bug Fixes | ||
| 15 | + | ||
| 16 | + * **client:** close streams without requiring full consumption ([33fe04b](https://github.com/digitalocean/gradient-python/commit/33fe04b2e4ab71094ee13e7b83d4c04867e7d485)) | ||
| 17 | + | ||
| 18 | + | ||
| 19 | + ### Chores | ||
| 20 | + | ||
| 21 | + * bump `httpx-aiohttp` version to 0.1.9 ([db39cc6](https://github.com/digitalocean/gradient-python/commit/db39cc63fb126ac81edfe2cb991493d10a2d0936)) | ||
| 22 | + | ||
| 3 | 23 | ## 3.6.0 (2025-10-16) | |
| 4 | 24 | ||
| 5 | 25 | Full Changelog: [v3.5.0...v3.6.0](https://github.com/digitalocean/gradient-python/compare/v3.5.0...v3.6.0) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | [project] | |
| 2 | 2 | name = "gradient" | |
| 3 | - version = "3.6.0" | ||
| 3 | + version = "3.7.0" | ||
| 4 | 4 | description = "The official Python library for the Gradient API" | |
| 5 | 5 | dynamic = ["readme"] | |
| 6 | 6 | license = "Apache-2.0" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | 1 | # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | |
| 2 | 2 | ||
| 3 | 3 | __title__ = "gradient" | |
| 4 | - __version__ = "3.6.0" # x-release-please-version | ||
| 4 | + __version__ = "3.7.0" # x-release-please-version | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments