Skip to content
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

release: 0.1.0-alpha.12 #83

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

Conversation

stainless-app[bot]
Copy link
Contributor

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

Automated Release PR

0.1.0-alpha.12 (2025-04-05)

Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12

⚠ BREAKING CHANGES

  • client: refactor exception structure and methods (#93)
  • client: move classes into subpackages and shorten names (#80)

Features

  • api: add endpoint to retrieve commit by id (#77) (5087297)
  • api: api update (cedc29f)
  • client: add close method (207ba78)
  • client: add enum validation method (0c69b0d)
  • client: expose request body setter and getter (#106) (8725baa)
  • client: make datetime deserialization more lenient (#105) (ac0fa47)
  • client: make union deserialization more robust (#104) (0c69b0d)
  • client: support a lower jackson version (#99) (86e9363)
  • client: throw on incompatible jackson version (86e9363)

Bug Fixes

  • client: don't call validate() during deserialization if we don't have to (#101) (5ce9c06)
  • client: limit json deserialization coercion (#102) (15fddc3)
  • client: make some classes and constructors non-public (882eb61)
  • client: map deserialization bug (17fc1d7)
  • client: return Optional&lt;T&gt; instead of Optional<? extends T> (#109) (c2c1501)
  • client: support kotlin 1.8 runtime (#90) (f2b112b)
  • pluralize list response variables (#103) (c1cde72)

Performance Improvements

  • client: cached parsed type in HttpResponseFor (#107) (3bd7a4c)

Chores

  • client: move classes into subpackages and shorten names (#80) (6e35cbf)
  • client: refactor exception structure and methods (#93) (d1ee889)
  • client: remove unnecessary json state from some query param classes (0c69b0d)
  • internal: add invalid json deserialization tests (0c69b0d)
  • internal: add json roundtripping tests (0c69b0d)
  • internal: add missing release please block (#92) (722165b)
  • internal: codegen related update (c23eea2)
  • internal: codegen related update (2885a5a)
  • internal: codegen related update (a62fb1f)
  • internal: codegen related update (ca04676)
  • internal: codegen related update (#79) (3ee21d4)
  • internal: codegen related update (#85) (3d4d199)
  • internal: delete duplicate tests (ece3d6d)
  • internal: delete unused methods and annotations (#100) (17fc1d7)
  • internal: fix example formatting (#95) (5c782e5)
  • internal: generate more tests (db068dc)
  • internal: make multipart assertions more robust (ac5dc3b)
  • internal: refactor ErrorHandlingTest (2fca9f1)
  • internal: refactor enum query param serialization (#91) (b928602)
  • internal: refactor query param serialization impl and tests (#87) (301bc32)
  • internal: refactor some test assertions (ece3d6d)
  • internal: reformat some tests (#89) (db068dc)
  • internal: remove extra empty newlines (#81) (9eba32c)
  • internal: remove some unnecessary constructor keywords (882eb61)
  • internal: remove unnecessary assertNotNull calls (ac5dc3b)
  • internal: remove unnecessary import (#96) (4852f0f)
  • internal: remove workflow (54e8c73)
  • internal: rename getPathParam (#88) (ece3d6d)
  • internal: reorder some params methodsc (ece3d6d)
  • internal: swap from getNullable to getOptional (#108) (3975381)
  • internal: version bump (4937ab9)

Documentation

  • async and sync method comments (0083c41)
  • add build method comments (#86) (e6da0bf)
  • add client documentation (ad4f217)
  • add comments to JsonField classes (c2c1501)
  • builder, enum, and union comments (5f394f5)
  • deduplicate and refine comments (#84) (687dd63)
  • document how to forcibly omit required field (f7bf9f7)
  • minor readme tweak (#98) (dd9ea15)
  • refine comments on multipart params (#94) (ac5dc3b)
  • swap examples used in readme (#110) (f7bf9f7)
  • update readme exception docs (#97) (7eafb98)

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 2 times, most recently from ebcdad7 to 9eba32c Compare March 14, 2025 14:44
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 21b351c to 54e8c73 Compare March 14, 2025 14:47
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e2d2097 to 687dd63 Compare March 15, 2025 04:52
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0aef5fc to 3d4d199 Compare March 17, 2025 21:27
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a278d65 to e6da0bf Compare March 17, 2025 21:29
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 30df149 to 301bc32 Compare March 18, 2025 03:15
chore(internal): reorder some params methodsc
chore(internal): delete duplicate tests
chore(internal): refactor some test assertions
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a87cea5 to 4852f0f Compare March 22, 2025 04:54
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 537cb46 to 7eafb98 Compare March 22, 2025 05:07
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f1aa632 to dd9ea15 Compare March 22, 2025 05:09
feat(client): throw on incompatible jackson version
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from bb1198a to 86e9363 Compare March 26, 2025 03:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5e7356b to 17fc1d7 Compare March 27, 2025 04:21
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3e135db to 5ce9c06 Compare March 29, 2025 02:39
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 85cffe6 to 15fddc3 Compare April 1, 2025 05:09
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from fb6d4c8 to c1cde72 Compare April 2, 2025 06:34
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 c865c9e to 0c69b0d Compare April 2, 2025 07:11
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1af8fd8 to ac0fa47 Compare April 3, 2025 07:56
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 05582d7 to 8725baa Compare April 3, 2025 08:37
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e5d144a to 3bd7a4c Compare April 4, 2025 09:46
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0b18b4b to f7bf9f7 Compare April 5, 2025 02:47
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