Skip to content

v0.1.0-alpha.31

Pre-release
Pre-release

Choose a tag to compare

@stainless-app stainless-app released this 28 Oct 00:05
180530f

0.1.0-alpha.31 (2025-10-27)

Full Changelog: v0.1.0-alpha.30...v0.1.0-alpha.31

Features

Bug Fixes

  • absolutely qualified uris should always override the default (96b3cd9)
  • always send filename=... for multipart requests where a file is expected (ee2e0ed)
  • coroutine leaks from connection pool (ed8c82c)
  • internal: use null byte as file separator in the fast formatting script (8387c75)
  • shorten multipart boundary sep to less than RFC specificed max length (df686c5)
  • should not reuse buffers for IO.copy_stream interop (8ad8c9d)

Performance Improvements

Chores

  • allow fast-format to use bsd sed as well (b7c6223)
  • do not install brew dependencies in ./scripts/bootstrap by default (6faa93e)
  • ignore linter error for tests having large collections (d3f05ab)