Skip to content

release: 0.1.0-alpha.2 #7

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 26 commits into
base: main
Choose a base branch
from

Conversation

stainless-app[bot]
Copy link
Contributor

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

Automated Release PR

0.1.0-alpha.2 (2025-04-16)

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

Features

  • api: api update (#8) (7ccb4d3)
  • client: add enum validation method (add1c8a)
  • client: expose request body setter and getter (#14) (bbc39ef)
  • client: make datetime deserialization more lenient (#13) (167918e)
  • client: make union deserialization more robust (#12) (add1c8a)
  • client: support setting base URL via env var (8031b00)

Bug Fixes

  • client: bump to better jackson version (b6ccd50)
  • client: don't call validate() during deserialization if we don't have to (#9) (fd94704)
  • client: limit json deserialization coercion (#10) (ab26343)
  • pluralize list response variables (#11) (1efcda4)

Performance Improvements

  • client: cached parsed type in HttpResponseFor (#16) (63e4662)

Chores

  • client: remove unnecessary json state from some query param classes (add1c8a)
  • internal: add invalid json deserialization tests (add1c8a)
  • internal: add json roundtripping tests (add1c8a)
  • internal: expand CI branch coverage (acde7dc)
  • internal: reduce CI branch coverage (ff665c6)
  • update SDK settings (#6) (76e44a1)

Documentation

  • add comments to JsonField classes (#17) (fd38694)
  • client: update jackson compat error message (23f7fd3)
  • document how to forcibly omit required field (4b850cc)
  • explain jackson compat in readme (660c061)
  • swap examples used in readme (#18) (4b850cc)
  • update documentation links to be more uniform (5b7f54b)

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 820b9d7 to 6f0badd Compare March 27, 2025 05:30
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 836b7df to 2ae5480 Compare March 27, 2025 06:30
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5213d6f to 5defe92 Compare March 27, 2025 19:30
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9f61529 to 7ccb4d3 Compare March 27, 2025 20:30
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 74dc54f to 2a5357d Compare March 27, 2025 23:29
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0255361 to fd94704 Compare March 29, 2025 03:16
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 6ff69db to ab26343 Compare April 1, 2025 07:33
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a7a4d57 to 1efcda4 Compare April 2, 2025 10:14
feat(client): add enum validation method
chore(client): remove unnecessary json state from some query param classes
chore(internal): add json roundtripping tests
chore(internal): add invalid json deserialization tests
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 38f0c62 to add1c8a Compare April 2, 2025 10:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 7d062bc to 167918e Compare April 3, 2025 12:40
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b1c92a2 to bbc39ef Compare April 3, 2025 13:24
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 68d1de9 to d2afe6c Compare April 10, 2025 03:28
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1966df6 to 8031b00 Compare April 10, 2025 04:05
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 16a8ca0 to acde7dc Compare April 10, 2025 04:11
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from df238e1 to b6ccd50 Compare April 10, 2025 04:19
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from deee8c8 to ff665c6 Compare April 10, 2025 04:44
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1392aea to 5b7f54b Compare April 15, 2025 04:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b5aae0f to 23f7fd3 Compare April 16, 2025 03:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 792fab9 to 660c061 Compare April 16, 2025 03:56
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