Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented May 6, 2025

Automated Release PR

0.1.0-alpha.1 (2025-06-27)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • client: add follow_redirects request option (a77a9ee)
  • client: add support for aiohttp (d78982b)

Bug Fixes

  • ci: release-doctor — report correct token name (6f3a4e2)
  • client: correctly parse binary response | stream (85d6bbd)
  • package: support direct resource imports (a862d55)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (347a4bf)

Chores

  • change publish docs url (fdd7a07)
  • ci: enable for pull requests (c9b6347)
  • ci: fix installation instructions (40d9854)
  • ci: upload sdks to package manager (2d2282b)
  • docs: grammar improvements (6f57b13)
  • docs: remove reference to rye shell (bcf315a)
  • docs: remove unnecessary param examples (60ec829)
  • internal: avoid errors for isinstance checks on proxies (758a188)
  • internal: codegen related update (ab9f05c)
  • internal: update conftest.py (218e172)
  • readme: update badges (9b63e1b)
  • tests: add tests for httpx client instantiation & proxies (b27b11b)
  • tests: run tests in parallel (1287a3c)
  • tests: skip some failing tests on the latest python versions (73b5705)
  • update SDK settings (e54ba91)

Documentation

  • client: fix httpx.Timeout documentation reference (497f2a1)

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 fbdfdd4 to 9c98da3 Compare May 6, 2025 21:53
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5af85da to 758a188 Compare May 9, 2025 03:09
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9de6632 to a862d55 Compare May 10, 2025 02:51
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ec8fc80 to 2d2282b Compare May 15, 2025 03:32
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ad42231 to 40d9854 Compare May 16, 2025 02:58
@stainless-app
Copy link
Contributor Author

stainless-app bot commented May 16, 2025

🧪 Testing

To try out this version of the SDK, run:

pip install --pre 'https://pkg.stainless.com/s/llama-stack-client-python/6f3a4e24d8b357d7dc01adb0d9f736989fa9517d'

Last updated: Fri, 27 Jun 2025 02:33:41 GMT

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 7007e63 to ab9f05c Compare May 17, 2025 02:52
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 97945af to 6f57b13 Compare May 22, 2025 02:32
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f6bbdb8 to bcf315a Compare June 3, 2025 02:23
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 7983f96 to 60ec829 Compare June 3, 2025 02:35
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c33349a to a77a9ee Compare June 3, 2025 03:38
@stainless-app stainless-app bot changed the title release: 0.0.1-alpha.1 release: 0.1.0-alpha.1 Jun 3, 2025
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 206686e to a77a9ee Compare June 3, 2025 03:39
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from cafb4c5 to 1287a3c Compare June 13, 2025 02:09
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 415b5c8 to 85d6bbd Compare June 13, 2025 02:35
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1933167 to b27b11b Compare June 17, 2025 02:39
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c243beb to 218e172 Compare June 17, 2025 04:10
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3ba476d to c9b6347 Compare June 17, 2025 06:41
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0c55b82 to 9b63e1b Compare June 18, 2025 02:13
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0cb1cf4 to 347a4bf Compare June 18, 2025 05:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c3fab83 to 497f2a1 Compare June 19, 2025 02:50
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1456f6e to fdd7a07 Compare June 21, 2025 03:21
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 82c6376 to d78982b Compare June 21, 2025 04:07
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 27bd2fb to 73b5705 Compare June 24, 2025 04:14
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c8c2cec to 6f3a4e2 Compare June 27, 2025 02:33
Copy link
Contributor

@ashwinb ashwinb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets go 🚀

@stainless-app stainless-app bot merged commit a3a4573 into main Jun 27, 2025
6 of 7 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Jun 27, 2025

@ashwinb ashwinb deleted the release-please--branches--main--changes--next branch June 27, 2025 04:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants