Skip to content

v3.6.0

Choose a tag to compare

@stainless-app stainless-app released this 14 Apr 00:15
9f06dc7

3.6.0 (2026-04-14)

Full Changelog: v3.5.0...v3.6.0

Features

  • add beta instability warnings for unstable SDK methods (#186) (e56488a)
  • api: add runtime security evaluations endpoints (2433787)
  • api: api update (6b894b8)
  • api: api update (dd91242)
  • api: api update (825a274)
  • api: api update (c43deaa)
  • api: api update (716c68c)
  • api: api update (98a52fa)
  • api: finalize runtime security endpoints (e83726c)
  • internal: implement indices array format for query and form serialization (05135c2)

Bug Fixes

  • beta: harden CI tests against codegen churn (#191) (8f85aec)
  • client: preserve hardcoded query params when merging with user params (90ad63a)
  • correct async method indentation in beta warning patcher (2af3e63)
  • deps: bump minimum typing-extensions version (53b0b0e)
  • ensure file data are only sent as 1 parameter (1ea7561)
  • pydantic: do not pass by_alias unless set (86f9db3)
  • sanitize endpoint path params (ea53526)
  • tests: correct setup of OAuth 2 Client Credentials tests (b3887a1)

Chores

  • ci: skip lint on metadata-only changes (803a48b)
  • ci: skip uploading artifacts on stainless-internal branches (e901a9f)
  • deps: bump actions/setup-node from 4 to 6 (5abc090)
  • deps: bump github/codeql-action from 4.32.6 to 4.35.1 (6715471)
  • deps: bump step-security/harden-runner from 2.15.1 to 2.16.1 (58738e5)
  • internal: codegen related update (e2b17fd)
  • internal: tweak CI branches (535faac)
  • internal: update gitignore (bf2dcbe)
  • patch beta warnings [skip ci] (ff2ae92)
  • regenerate beta endpoint registry [skip ci] (5aded1f)
  • regenerate beta endpoint registry [skip ci] (126b13e)
  • regenerate beta endpoint registry [skip ci] (24d568e)
  • remove stale version comments from SHA-pinned actions (#184) (cf07e32)

Documentation

Refactors

  • client: move beta warnings to _prepare_options interceptor (#190) (893ee22)
  • types: use extra_items from PEP 728 (e5ee89f)