Skip to content

release: 0.1.0-alpha.20#151

Merged
stainless-app[bot] merged 27 commits intomainfrom
release-please--branches--main--changes--next
Jun 24, 2025
Merged

release: 0.1.0-alpha.20#151
stainless-app[bot] merged 27 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app bot commented May 17, 2025

Automated Release PR

0.1.0-alpha.20 (2025-06-18)

Full Changelog: v0.1.0-alpha.19...v0.1.0-alpha.20

Features

Bug Fixes

  • to_sorbet_type should not return branded types (2819280)
  • client: fix PayStatementResponse body (bb0bb58)
  • client: manual fix (3774286)
  • correctly instantiate sorbet type aliases for enums and unions (9a84b92)
  • default content-type for text in multi-part formdata uploads should be text/plain (2288848)
  • issue where we cannot mutate arrays on base model derivatives (c4c0158)
  • prevent rubocop from mangling === to is_a? check (6301929)
  • sorbet types for enums, and make tapioca detection ignore tapioca dsl (4aaba62)

Chores

  • ci: enable for pull requests (77fdc63)
  • ci: link to correct github repo (6479e22)
  • docs: grammar improvements (0c55f26)
  • force utf-8 locale via RUBYOPT when formatting (2f00817)
  • internal: version bump (2b40219)
  • refine Yard and Sorbet types and ensure linting is turned on for examples (e0eb636)
  • tests: skip endpoints with basic auth (529b41e)
  • use fully qualified names for yard annotations and rbs aliases (98866d5)
  • use sorbet union aliases where available (37cc1c2)
  • whitespaces (16ff9b3)

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 cd7597d to 16ff9b3 Compare May 20, 2025 15:35
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e83cf75 to 9a84b92 Compare May 20, 2025 20:00
@stainless-app stainless-app bot enabled auto-merge (squash) May 20, 2025 20:00
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 40b76fc to 37cc1c2 Compare May 20, 2025 20:14
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 8495e17 to e0eb636 Compare May 20, 2025 22:00
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ca07826 to 0c55f26 Compare May 21, 2025 15:13
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1743ee4 to 2f00817 Compare May 21, 2025 16:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3db19ce to 98866d5 Compare May 22, 2025 01:23
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9842dba to 68d04c3 Compare May 22, 2025 14:05
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1a62c89 to 6e46c62 Compare May 22, 2025 19:38
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from fdce295 to 31a6af6 Compare May 23, 2025 12:26
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 27c4e16 to 6301929 Compare May 23, 2025 16:00
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e23607f to 04cb830 Compare May 23, 2025 22:16
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 631d33a to 86a6b54 Compare May 27, 2025 16:09
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 223319c to 529b41e Compare May 28, 2025 15:57
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b30a8a8 to 2819280 Compare June 2, 2025 20:03
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c0d3120 to bb0bb58 Compare June 4, 2025 15:29
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 63363a1 to 2288848 Compare June 4, 2025 15:45
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 72f89be to 3774286 Compare June 4, 2025 15:46
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a0cfb67 to 6479e22 Compare June 11, 2025 09:33
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from bf9b622 to 055b260 Compare June 11, 2025 13:51
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from bea37b3 to 6a3cc47 Compare June 11, 2025 14:57
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 78c9259 to 77fdc63 Compare June 17, 2025 00:12
array properties are now always recursively coerced into the desire type upon being set, instead of "almost always"

hash key names are no longer unnecessarily translated when creating base models via hash

coercion errors are now stored and re-thrown instead of being re-computed each property access

fixed inconsistencies where sometimes `TypeError`s would be thrown instead of `ArgumentError`s, and vice versa
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 76503f8 to c4c0158 Compare June 18, 2025 01:55
@stainless-app stainless-app bot merged commit c879d48 into main Jun 24, 2025
5 checks passed
@stainless-app stainless-app bot deleted the release-please--branches--main--changes--next branch June 24, 2025 18:04
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app bot commented Jun 24, 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