Skip to content

release: 0.1.0 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Mar 25, 2025

Automated Release PR

0.1.0 (2025-05-14)

Full Changelog: v0.0.2...v0.1.0

Features

  • client: add support for endpoint-specific base URLs in python (3435e12)
  • client: add support for reading base URL from environment variable (da52f00)
  • client: support custom http clients (#11) (b7b678c)

Bug Fixes

  • client: clean up reader resources (02e8b5f)
  • client: correctly update body in WithJSONSet (3190e17)
  • client: return error on bad custom url instead of panic (#10) (8edf5ec)
  • handle empty bodies in WithJSONSet (43b0734)
  • pluralize list response variables (#9) (2f32d03)
  • test: return early after test failure (#7) (e163f84)

Chores

  • add request options to client tests (#6) (e478bcd)
  • ci: add timeout thresholds for CI jobs (482d0da)
  • ci: only use depot for staging repos (142cc65)
  • docs: document pre-request options (20574c5)
  • docs: improve security documentation (#4) (9a98381)
  • fix typos (#8) (a327a76)
  • internal: codegen related update (63aa3d5)
  • internal: codegen related update (d36116e)
  • internal: expand CI branch coverage (825a88c)
  • internal: reduce CI branch coverage (2f052f3)

Documentation

  • update documentation links to be more uniform (04176d5)

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 7b72d0b to e478bcd Compare March 26, 2025 04:31
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 4a77d68 to e163f84 Compare March 26, 2025 04:31
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3cde86d to a327a76 Compare March 27, 2025 05:24
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ac5d04a to ff74940 Compare March 27, 2025 05:25
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from d360793 to 2f32d03 Compare April 2, 2025 10:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5ada6dd to 8edf5ec Compare April 3, 2025 13:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f41fe4e to b7b678c Compare April 8, 2025 04:33
@stainless-app stainless-app bot changed the title release: 0.0.3 release: 0.1.0 Apr 8, 2025
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ca6e323 to b7b678c Compare April 8, 2025 04:34
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from cf43e89 to 825a88c Compare April 10, 2025 03:55
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ddcb2af to 2f052f3 Compare April 10, 2025 03:57
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0935c83 to 04176d5 Compare April 15, 2025 03:53
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 531a57b to 20574c5 Compare April 16, 2025 03:23
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 733a6b9 to da52f00 Compare April 16, 2025 03:26
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 66a98cf to 482d0da Compare April 23, 2025 04:22
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from b3cd39b to 142cc65 Compare April 24, 2025 03:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 68dcbe9 to 63aa3d5 Compare April 29, 2025 03:33
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f068ee4 to 43b0734 Compare April 30, 2025 03:13
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 892aefc to 3190e17 Compare May 7, 2025 05:11
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 691ec96 to 02e8b5f Compare May 7, 2025 05:15
This also changes how `WithEnvironmentProduction()` and `WithBaseURL()` interact. Previously, `WithBaseURL()` would be overridden by `WithEnvironmentProduction()` if `WithEnvironmentProduction()` was later in the list of options; now, `WithBaseURL()` always takes precedence.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 10beae5 to 3435e12 Compare May 14, 2025 03:45
Copy link
Contributor Author

stainless-app bot commented May 15, 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.

0 participants