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-beta.1 #5

Merged
merged 31 commits into from
Jan 14, 2025

Conversation

stainless-app[bot]
Copy link

@stainless-app stainless-app bot commented Nov 19, 2024

Automated Release PR

0.1.0-beta.1 (2025-01-14)

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

⚠ BREAKING CHANGES

  • client: switch query params objects to use QueryParams (#20)

Features

  • api: update via SDK Studio (#12) (55fa1e7)
  • api: update via SDK Studio (#14) (543556d)
  • api: update via SDK Studio (#28) (8b23736)
  • api: update via SDK Studio (#34) (87417e9)
  • api: update via SDK Studio (#6) (0998d04)
  • client: add logging when debug env is set (#10) (a812025)
  • client: add various convenience setters to models (#27) (43f12a3)
  • client: allow passing null or optional for nullable fields (#25) (c139ffd)
  • client: allow setting arbitrary JSON for top-level body params (43f12a3)
  • client: expose getters for JsonField of body params (43f12a3)

Bug Fixes

  • client: add some missing validate() calls (#30) (1849964)
  • client: consistently throw on omitting required fields (43f12a3)
  • client: convert JsonField containing list type to mutable in builder (43f12a3)

Chores

  • deps: bump jackson to 2.18.1 (#7) (336af73)
  • docs: add example project (#18) (3e28680)
  • docs: fix code block language (#19) (4cf9880)
  • docs: update readme (#17) (006f23a)
  • internal: codegen related update (#11) (c652afe)
  • internal: codegen related update (#13) (56b5363)
  • internal: codegen related update (#15) (b943cf3)
  • internal: codegen related update (#16) (e8ccf93)
  • internal: codegen related update (#22) (94786d8)
  • internal: codegen related update (#23) (f03b626)
  • internal: codegen related update (#29) (297d3f6)
  • internal: codegen related update (#8) (468713d)
  • internal: codegen related update (#9) (5880887)
  • internal: extract a checkRequired function (#33) (2867684)
  • internal: refactor validate methods (1849964)
  • internal: remove unused Gradle imports (#31) (64c6d13)
  • internal: remove unused or unnecessary Gradle imports (#32) (e27bafe)
  • rebuild project due to codegen change (#4) (5e6bd27)

Documentation

Styles

  • internal: explicitly add some method return types (43f12a3)
  • internal: move headers and query params setters below others (43f12a3)
  • internal: simplify existing convenience setters on params (43f12a3)
  • internal: sort fields (#24) (d3585a5)

Refactors

  • client: switch query params objects to use QueryParams (#20) (79a39e6)
  • internal: use constructor to deserialize json (#21) (fc6650e)

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 3054e86 to 0998d04 Compare November 19, 2024 12:24
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 62ddcf5 to 336af73 Compare November 21, 2024 10:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0a67bbc to 468713d Compare November 21, 2024 10:57
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a310853 to 5880887 Compare November 22, 2024 11:07
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from d683a38 to a812025 Compare November 22, 2024 17:16
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0e49183 to c652afe Compare November 26, 2024 17:22
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from fed7bb0 to 55fa1e7 Compare November 27, 2024 12:42
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b3af72b to 56b5363 Compare December 4, 2024 19:51
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b378722 to 543556d Compare December 11, 2024 10:57
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from a43e78a to b943cf3 Compare December 13, 2024 03:19
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f326b23 to e8ccf93 Compare December 17, 2024 21:02
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 75fc85a to 006f23a Compare December 19, 2024 02:39
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a13fe62 to 3e28680 Compare December 19, 2024 12:33
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 01da109 to c139ffd Compare January 6, 2025 19:22
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 891400f to f5509ab Compare January 7, 2025 20:29
feat(client): allow setting arbitrary JSON for top-level body params
feat(client): expose getters for `JsonField` of body params
fix(client): consistently throw on omitting required fields
fix(client): convert `JsonField` containing list type to mutable in builder
style(internal): simplify existing convenience setters on params
style(internal): move headers and query params setters below others
style(internal): explicitly add some method return types
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1dd9e72 to 43f12a3 Compare January 7, 2025 21:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b9c78ed to 8b23736 Compare January 8, 2025 17:46
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 2dbbf63 to 297d3f6 Compare January 10, 2025 16:18
chore(internal): refactor `validate` methods
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 307c1ad to 1849964 Compare January 10, 2025 18:00
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from eb0c6c1 to 64c6d13 Compare January 13, 2025 19:22
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 80b4943 to e27bafe Compare January 13, 2025 20:34
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from deb82a1 to 2867684 Compare January 14, 2025 02:48
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from 8e098f4 to 87417e9 Compare January 14, 2025 15:03
@vbatoufflet vbatoufflet changed the title release: 0.1.0-alpha.2 release: 0.1.0-beta.1 Jan 14, 2025
Copy link
Author

stainless-app bot commented Jan 14, 2025

Release version edited manually

The Pull Request version has been manually set to 0.1.0-beta.1 and will be used for the release.

If you instead want to use the version number 0.1.0-alpha.2 generated from conventional commits, just remove the label autorelease: custom version from this Pull Request.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a5e08d9 to 87417e9 Compare January 14, 2025 15:18
@stainless-app stainless-app bot merged commit da8c4c7 into main Jan 14, 2025
3 checks passed
Copy link
Author

stainless-app bot commented Jan 14, 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