Skip to content
New issue

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

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

Already on GitHub? # to your account

release: 0.1.0-alpha.12 #83

Open
wants to merge 33 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-03-22)

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)

Bug Fixes

  • client: make some classes and constructors non-public (882eb61)
  • client: support kotlin 1.8 runtime (#90) (f2b112b)

Chores

  • client: move classes into subpackages and shorten names (#80) (6e35cbf)
  • client: refactor exception structure and methods (#93) (d1ee889)
  • 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: 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: version bump (4937ab9)

Documentation


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 3196de6 to ece3d6d Compare March 18, 2025 03:33
chore(internal): generate more tests
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 01fae11 to db068dc Compare March 19, 2025 08:12
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 060f0d5 to f2b112b Compare March 19, 2025 09:03
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from eedaf95 to b928602 Compare March 19, 2025 09:06
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9dd9fcc to 722165b Compare March 20, 2025 05:17
# Migration
Previously you would access error JSON on an exception via `exception.error()._additionalProperties()`, which would return `Map<String, JsonValue>`. Now you would access this via `exception.body()`, which returns `JsonValue`. You should no longer assume that the returned error JSON is an object. You can check via `exception.body().asObject()`.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from d351406 to d1ee889 Compare March 20, 2025 05:31
chore(internal): make multipart assertions more robust
chore(internal): remove unnecessary `assertNotNull` calls
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 934e0c1 to ac5dc3b Compare March 21, 2025 05:29
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 55ffa59 to 5c782e5 Compare March 22, 2025 04:50
@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
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants