Skip to content

v0.41.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 03 Apr 09:53

We're excited to announce version 0.41.0!

CDN

  • CDN Resources

    • Added limit and offset pagination parameters to cdn_resources.list()
  • Logs Uploader

    • Added limit and offset pagination parameters to configs.list(), policies.list(), and targets.list()
  • Origin Groups

    • Added limit and offset pagination parameters to origin_groups.list()
  • Origin Shielding

    • ⚠ BREAKING CHANGE: shields.list() return type changed from ShieldListResponse to SyncOffsetPage[ShieldListResponse] — now returns paginated results
    • Added limit and offset pagination parameters to shields.list()
  • Regions

    • Added limit and offset pagination parameters to list_alibaba_regions() and list_aws_regions()
  • Rule Templates

    • ⚠ BREAKING CHANGE: rule_templates.list() return type changed from RuleTemplateList to SyncOffsetPage[RuleTemplate] — now returns paginated results
    • Added limit and offset pagination parameters to rule_templates.list()
  • Rules

    • ⚠ BREAKING CHANGE: cdn_resources.rules.list() return type changed from CDNResourceRuleList to SyncOffsetPage[CDNResourceRule] — now returns paginated results
    • Added limit and offset pagination parameters to cdn_resources.rules.list()
  • SSL Certificates

    • Added limit and offset pagination parameters to certificates.list()
  • Trusted CA Certificates

    • Added limit and offset pagination parameters to trusted_ca_certificates.list()

FastEdge

  • Apps
    • Added request_id field to Log — allows identifying logs by request ID
    • Added request_id parameter to logs.list() — filter logs by request ID

IAM

  • Users
    • Fixed users.list() to inject default limit=50 — ensures paginated responses are returned correctly

0.41.0 (2026-04-03)

Full Changelog: v0.40.0...v0.41.0

Features

  • api: aggregated API specs update (0a6812c)
  • api: aggregated API specs update (6cee9d3)
  • api: aggregated API specs update (d40d2c7)
  • api: aggregated API specs update (7c3f529)
  • cloud: add support for Baremetal servers in Terraform (33f5cc2)

Bug Fixes

  • iam: inject default limit on users list to ensure paginated response (6b2bf6a)

Chores

  • tests: bump steady to v0.20.1 (5b0b1de)
  • tests: bump steady to v0.20.2 (7f62464)