Skip to content

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Aug 22, 2025

Automated Release PR

0.1.0-alpha.2 (2025-10-27)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

⚠ BREAKING CHANGES

  • api: use input_schema instead of parameters for tools
  • api: fixes to remove deprecated inference resources

Features

  • api: expires_after changes for /files (222bb4e)
  • api: fix completion response breakage perhaps? (3e9c39f)
  • api: fix file batches SDK to list_files (c9da417)
  • api: fixes to remove deprecated inference resources (9f926b2)
  • api: fixes to URLs (6c9752f)
  • api: manual updates (114833d)
  • api: manual updates (1573312)
  • api: manual updates (5444c7c)
  • api: manual updates (78a1b1a)
  • api: manual updates (eb137af)
  • api: manual updates (9de5708)
  • api: move datasets to beta, vector_db -> vector_store (df1a9e5)
  • api: move post_training and eval under alpha namespace (42bdca7)
  • api: moving { rerank, agents } to client.alpha. (f12fecf)
  • api: query_metrics, batches, changes (06e03be)
  • api: removing openai/v1 (b8635d7)
  • api: SDKs for vector store file batches (2060878)
  • api: SDKs for vector store file batches apis (e5f679f)
  • api: several updates including Conversations, Responses changes, etc. (978c65f)
  • api: some updates to query metrics (8243d43)
  • api: sync (d3f850b)
  • api: tool api (input_schema, etc.) changes (837277d)
  • api: updates to vector_store, etc. (837fd3a)
  • api: updating post /v1/files to have correct multipart/form-data (a3d6051)
  • api: use input_schema instead of parameters for tools (a16eaef)
  • api: vector_db_id -> vector_store_id (6c8dbbd)

Bug Fixes

  • api: another fix to capture correct responses.create() params (f3a9ee7)
  • api: fix the ToolDefParam updates (65cef22)
  • bugfix for setting JSON keys with special characters (ceb15f3)
  • client: fix circular dependencies and offset pagination (0b95836)
  • close body before retrying (66adbea)
  • fix stream event model reference (d8b42f6)
  • internal: unmarshal correctly when there are multiple discriminators (d76c69c)
  • use slices.Concat instead of sometimes modifying r.Options (15dfa47)

Chores

  • bump minimum go version to 1.22 (7b5d227)
  • do not install brew dependencies in ./scripts/bootstrap by default (062a46b)
  • fix readme example (d639e08)
  • fix readme examples (7f95573)
  • internal: codegen related update (a3cccf1)
  • update more docs for 1.22 (67c0b00)

Documentation


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 831abef to e651afe Compare August 25, 2025 22:40
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e651afe to 116fad0 Compare August 26, 2025 00:15
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 116fad0 to 6e2ecce Compare August 29, 2025 03:10
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 6e2ecce to 8590655 Compare September 3, 2025 03:06
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 8590655 to 96e097d Compare September 5, 2025 13:31
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 96e097d to da4bf51 Compare September 6, 2025 03:39
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from da4bf51 to 0bd1c33 Compare September 20, 2025 02:47
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0bd1c33 to c70c8a6 Compare September 20, 2025 02:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c70c8a6 to d5b5a35 Compare September 20, 2025 02:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from d5b5a35 to f1e3127 Compare September 20, 2025 02:50
delete /v1/openai/v1/responses/{response_id}
post /v1/inference/rerank
get /v1/openai/v1/models
delete /v1/shields/{identifier}
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f1e3127 to 3ada899 Compare September 25, 2025 21:27
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3ada899 to 8c939c6 Compare September 26, 2025 02:23
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 6144dc8 to 06bdbc5 Compare October 20, 2025 22:10
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 06bdbc5 to 6d1fcce Compare October 20, 2025 23:03
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 6d1fcce to a673813 Compare October 20, 2025 23:06
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a673813 to 48cba07 Compare October 20, 2025 23:07
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 48cba07 to 796d4c5 Compare October 20, 2025 23:09
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 21, 2025

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 796d4c5 to 12cfb21 Compare October 21, 2025 18:37
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 22, 2025

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 12cfb21 to d997329 Compare October 22, 2025 20:11
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from d997329 to 0f0c013 Compare October 22, 2025 22:15
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 23, 2025

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

4 similar comments
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 24, 2025

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 25, 2025

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 26, 2025

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 27, 2025

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0f0c013 to 546f815 Compare October 27, 2025 21:05
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 28, 2025

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

3 similar comments
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 29, 2025

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 30, 2025

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

@stainless-app
Copy link
Contributor Author

stainless-app bot commented Oct 31, 2025

Note: this release PR has been open for more than 60 days. Until this PR is merged, we will temporarily stop pushing codegen updates due to changes to Stainless' codegen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant