Skip to content

v0.1.0-alpha.6

Pre-release
Pre-release

Choose a tag to compare

@stainless-app stainless-app released this 04 Apr 18:01
2ebd4fd

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)