Skip to content

v0.116.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 28 Jan 11:29

0.116.0 (2026-01-27)

Full Changelog: v0.115.0...v0.116.0

Features

  • api: Add card.updated event (08c0ec5)
  • api: Add idempotency key to cards POST and PATCH endpoints (e4de24f)
  • api: Add merchant location fields to simulator endpoints (261c721)
  • api: Add tags field to card transactions (746ee7f)
  • api: make filter optional for Spend Velocity Auth Rules (6122ecc)
  • client: send X-Stainless-Kotlin-Version header (aa06e8d)

Bug Fixes

  • api: Correct field name from ach_hold__period to ach_hold_period (e9f3ae9)
  • api: mark AppleWebPushProvisioningResponse fields required (464fcae)
  • api: rename WIRE_DRAWDOWN_REQUEST to WIRE_INBOUND_DRAWDOWN_REQUEST (6122ecc)
  • client: disallow coercion from float to int (126f812)
  • client: fully respect max retries (bd0a9da)
  • client: preserve time zone in lenient date-time parsing (b82b025)
  • client: send retry count header for max retries 0 (bd0a9da)
  • date time deserialization leniency (ad467a4)
  • deserialization order (0e39fef)

Chores

  • Add spec linter for YAML and folded style multiline strings (b437e45)
  • ci: upgrade actions/github-script (ccebfa3)
  • ci: upgrade actions/setup-java (4e7e0b2)
  • configure new SDK language (3dc7d3f)
  • fix build error (d9046f9)
  • fix build error (ee7c05b)
  • fix test (29f6004)
  • internal: clean up maven repo artifact script and add html documentation to repo root (7838ba8)
  • internal: codegen related update (4373405)
  • internal: codegen related update (6b3f7ee)
  • internal: correct cache invalidation for SKIP_MOCK_TESTS (ad49965)
  • internal: depend on packages directly in example (bd0a9da)
  • internal: improve maven repo docs (737c025)
  • internal: support uploading Maven repo artifacts to stainless package server (da51092)
  • internal: update actions/checkout version (6764fb4)
  • internal: update maven repo doc to include authentication (00cccfb)
  • Rework event type generation to support spec splitting (bb604fb)
  • test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (ad467a4)

Documentation

  • add comment for arbitrary value fields (da7b625)
  • Remove deprecated tag from MERCHANT_LOCKED card type (5bf8022)