Skip to content

v0.24.0

Choose a tag to compare

@stainless-app stainless-app released this 22 Apr 03:58

0.24.0 (2026-04-22)

Full Changelog: v0.23.0...v0.24.0

Features

  • Add events.unwrap() method for webhook signature verification (aad594c)
  • Add webhook_endpoint.verification_challenge event type (a554197)
  • Add events endpoints (62914f8)
  • api: add events endpoints (8008da9)

Bug Fixes

  • Use compat layer for Pydantic v1/v2 compatibility in unwrap (a7f2f2f)

Performance Improvements

  • client: optimize file structure copying in multipart requests (c7762e8)

Chores

Styles

  • Fix import sorting and remove unused import (70aa50c)
  • Fix import sorting for ruff compliance (52446c6)