Skip to content

v0.1.0-alpha.43

Pre-release
Pre-release

Choose a tag to compare

@stainless-app stainless-app released this 18 Jun 17:10
6ecf17b

0.1.0-alpha.43 (2026-06-16)

Full Changelog: v0.1.0-alpha.42...v0.1.0-alpha.43

Features

Bug Fixes

  • aliases: resolve broken types for alias methods with pagination (f591bd3)
  • align path encoding with RFC 3986 section 3.3 (0a99d63)
  • api: remove invalid transform config (826feaa)
  • client: always add content-length to post body, even when empty (66e8f66)
  • client: elide content type header on requests without body (d087396)
  • client: loosen json header parsing (7bc3e65)
  • client: send content-type header for requests with an omitted optional body (4286c51)
  • docs: fix mcp installation instructions for remote servers (8022436)
  • internal: correct multipart form field name encoding (76c688f)
  • multipart encoding for file arrays (13e7bc1)
  • properly mock time in ruby ci tests (86ece75)
  • tests: skip broken date validation test (2ee41c8)
  • variable name typo (09ceda2)

Chores

  • ci: skip lint on metadata-only changes (b8e66d9)
  • ci: skip uploading artifacts on stainless-internal branches (1229fe8)
  • ci: support opting out of skipping builds on metadata-only commits (f892be4)
  • docs: remove www prefix (57bc88c)
  • fix custom code (3d5cf2f)
  • internal: codegen related update (796b4db)
  • internal: codegen related update (a021ffb)
  • internal: more robust bootstrap script (6be623f)
  • internal: tweak CI branches (c0b42bc)
  • internal: update gitignore (a315475)
  • tests: bump steady to v0.19.4 (93617aa)
  • tests: bump steady to v0.19.5 (424035c)
  • tests: bump steady to v0.19.6 (b832805)
  • tests: bump steady to v0.19.7 (fe2f5fb)
  • tests: bump steady to v0.20.1 (6fb5f11)
  • tests: bump steady to v0.20.2 (a37acc5)
  • tests: bump steady to v0.22.1 (582e669)
  • update mock server docs (47876a8)

Refactors

  • tests: switch from prism to steady (e294a79)