Skip to content

release: 0.1.0-alpha.1 #2

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

Merged
merged 13 commits into from
Feb 11, 2025

Conversation

stainless-app[bot]
Copy link

@stainless-app stainless-app bot commented Feb 5, 2025

Automated Release PR

0.1.0-alpha.1 (2025-02-11)

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

Features

  • api: add events streaming (1d7a848)
  • api: dedupe paginations (75dc8c4)
  • api: fix pagination field names (af22da1)
  • api: manual updates (0f00366)
  • api: manual updates (4d19977)
  • api: pagination config (c407e2e)
  • api: properly produce empty request bodies (#4) (157b351)
  • api: try to fix updateenvironmentrequest (#8) (4d8e7c2)
  • api: update to latest changes (#10) (7822990)
  • api: update via SDK Studio (3e66ecc)
  • api: update via SDK Studio (66db733)
  • api: update via SDK Studio (d20eaba)
  • api: update via SDK Studio (b418dbe)
  • api: update via SDK Studio (06c4b10)
  • api: update via SDK Studio (5b25656)
  • api: update via SDK Studio (ea67c8c)
  • api: update via SDK Studio (974fb63)
  • api: update via SDK Studio (4e32701)
  • api: update via SDK Studio (f8ce60d)
  • api: update via SDK Studio (87524c3)
  • api: update via SDK Studio (2ac41b3)
  • api: update via SDK Studio (7b2f2cf)
  • api: update via SDK Studio (c8930ae)
  • api: update via SDK Studio (e42265e)
  • api: update via SDK Studio (dd8ecd8)
  • api: update via SDK Studio (8d5f640)
  • api: update via SDK Studio (e27af94)
  • api: update via SDK Studio (48a5274)
  • api: update via SDK Studio (2139387)
  • api: update via SDK Studio (afa5045)
  • client: send X-Stainless-Read-Timeout header (#6) (682f05a)
  • jsonl: add .close() method (#11) (7d017fd)
  • pagination responses (d009d64)

Bug Fixes

  • api: better support union schemas with common properties (ad416b2)
  • client: compat with new httpx 0.28.0 release (abc0621)
  • client: only call .close() when needed (bbb6747)
  • correctly handle deserialising cls fields (df55d8a)
  • jsonl: lower chunk size (#12) (f07eb3f)
  • pagination example (8ddfb41)
  • pagination response (ba50863)
  • tests: disable mock tests (#5) (96537af)
  • tests: disable test mocks (#3) (9a6b2e8)
  • tests: make test_get_platform less flaky (51968d4)

Chores

  • add missing isclass check (ff7cbaa)
  • go live (#1) (c9a1a30)
  • go live (#14) (566fc35)
  • internal: avoid pytest-asyncio deprecation warning (3c00c53)
  • internal: bump httpx dependency (e160bd9)
  • internal: bump pydantic dependency (5ce555b)
  • internal: bump pyright (aba3b34)
  • internal: change default timeout to an int (6430f4c)
  • internal: codegen related update (ec5eb7e)
  • internal: codegen related update (497ae18)
  • internal: codegen related update (c9288d5)
  • internal: codegen related update (cb8475b)
  • internal: codegen related update (26b774b)
  • internal: codegen related update (0f3b621)
  • internal: codegen related update (0dab9d3)
  • internal: codegen related update (838ff11)
  • internal: codegen related update (fafa29d)
  • internal: codegen related update (80c8bbf)
  • internal: codegen related update (36c6d5e)
  • internal: exclude mypy from running on tests (cae2176)
  • internal: fix compat model_dump method when warnings are passed (ee87f96)
  • internal: fix some typos (c0f7e58)
  • internal: fix type traversing dictionary params (#7) (86cea9d)
  • internal: minor formatting changes (2273048)
  • internal: minor type handling changes (#9) (c10beb0)
  • internal: remove some duplicated imports (8e6cc74)
  • internal: update examples (d652f4e)
  • internal: updated imports (d31547b)
  • make the Omit type public (cf43176)
  • rebuild project due to codegen change (4c930a5)
  • rebuild project due to codegen change (b7129db)
  • rebuild project due to codegen change (56f37cb)
  • rebuild project due to codegen change (710a64b)
  • remove now unused cached-property dep (b66de02)
  • security config (3c91d8f)

Documentation

  • add info log level to readme (aebe445)
  • fix typos (35edab0)
  • raw responses: fix duplicate the (5d59373)
  • readme: example snippet for client context manager (b8180b3)
  • readme: fix http client proxies example (079665c)

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 d88868e to 9a6b2e8 Compare February 5, 2025 19:15
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 08bfc22 to 157b351 Compare February 5, 2025 19:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f78e278 to 96537af Compare February 5, 2025 19:25
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 6a0ef81 to 682f05a Compare February 6, 2025 03:20
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from fb773bd to 86cea9d Compare February 6, 2025 13:53
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5ee3621 to 4d8e7c2 Compare February 6, 2025 21:45
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 7841e3c to c10beb0 Compare February 7, 2025 03:18
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 250da80 to 7822990 Compare February 7, 2025 15:12
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from 37156e8 to f07eb3f Compare February 7, 2025 20:34
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5a1f2e5 to 566fc35 Compare February 11, 2025 08:30
@stainless-app stainless-app bot merged commit 0a24e3f into main Feb 11, 2025
0 of 3 checks passed
@stainless-app stainless-app bot deleted the release-please--branches--main--changes--next branch February 11, 2025 08:36
Copy link
Author

stainless-app bot commented Feb 11, 2025

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