Skip to content

release: 0.1.0-alpha.6#86

Merged
stainless-app[bot] merged 28 commits intomainfrom
release-please--branches--main--changes--next
Apr 4, 2025
Merged

release: 0.1.0-alpha.6#86
stainless-app[bot] merged 28 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

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

Automated Release PR

0.1.0-alpha.6 (2025-04-04)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

⚠ BREAKING CHANGES

  • bump min supported ruby version to 3.1 (oldest non-EOL) (#105)
  • remove top level type aliases to relocated classes (#104)
  • use descriptive prefixes for enum names that start with otherwise illegal identifiers (#102)

Features

Bug Fixes

  • path interpolation template strings (#90) (9cbfb2b)
  • pre-release version string should match ruby, not semver conventions (#107) (72c823b)
  • switch to github compatible markdown engine (#87) (3f84336)
  • use descriptive prefixes for enum names that start with otherwise illegal identifiers (#102) (4e15ab3)

Chores

  • demonstrate how to make undocumented requests in README (#106) (c316243)
  • do not use literals for version in type definitions (#109) (cdb9530)
  • extract error classes into own module (#100) (82f6f32)
  • fix misc rubocop errors (#88) (369e17b)
  • improve yard docs readability (#92) (621ca2a)
  • internal: codegen related update (#96) (a479855)
  • internal: version bump (#85) (fb6870a)
  • move private classes into internal module (#103) (ed3b639)
  • order client variables by "importance" (#98) (dcab107)
  • relax sorbet enum parameters to allow String in addition to Symbol (#97) (93128b8)
  • use fully qualified name in sorbet README example (#89) (bc9989c)
  • use package name for gemspec (#110) (9f6eebe)

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 8a99b9d to 3f84336 Compare April 1, 2025 01:07
@stainless-app stainless-app bot enabled auto-merge (squash) April 1, 2025 01:07
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 832fe71 to 369e17b Compare April 1, 2025 01:31
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 835888a to bc9989c Compare April 1, 2025 08:15
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f7f284f to 9cbfb2b Compare April 1, 2025 08:28
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 986af2e to 00d19d9 Compare April 1, 2025 15:29
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e051d3e to 621ca2a Compare April 1, 2025 16:09
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e42fcf4 to c9498b8 Compare April 1, 2025 17:44
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9e467ba to 3ed684f Compare April 1, 2025 21:14
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from d6f45ae to d683fa6 Compare April 1, 2025 21:37
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 4d01e94 to a479855 Compare April 1, 2025 22:40
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 625ae34 to 93128b8 Compare April 1, 2025 22:46
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9debcee to dcab107 Compare April 1, 2025 23:50
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from fcfde44 to 4e15ab3 Compare April 2, 2025 18:39
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3bf1293 to ed3b639 Compare April 3, 2025 16:22
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 30a2e1b to 59abb7e Compare April 3, 2025 17:26
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5150948 to 61d708b Compare April 3, 2025 19:18
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 701f49b to c316243 Compare April 3, 2025 20:27
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5d21ef0 to 72c823b Compare April 3, 2025 22:35
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 357d851 to a9a77bd Compare April 3, 2025 23:39
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1fc661a to cdb9530 Compare April 4, 2025 01:12
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 874bb03 to 9f6eebe Compare April 4, 2025 01:42
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 7afa99e to ad6dda6 Compare April 4, 2025 17:42
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a79b6b6 to e2e7efb Compare April 4, 2025 17:57
@stainless-app stainless-app bot merged commit 2ebd4fd into main Apr 4, 2025
3 checks passed
@stainless-app stainless-app bot deleted the release-please--branches--main--changes--next branch April 4, 2025 18:01
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app bot commented Apr 4, 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