Skip to content

Latest commit

 

History

History
519 lines (282 loc) · 26.7 KB

File metadata and controls

519 lines (282 loc) · 26.7 KB

Changelog

7.11.2 (2026-04-14)

Full Changelog: v7.11.1...v7.11.2

Bug Fixes

  • types: flatten NotificationTemplateResponse structure (de82b20)
  • types: make note optional in ResultNotification, flatten template response (b7dc001)

7.11.1 (2026-04-13)

Full Changelog: v7.11.0...v7.11.1

Bug Fixes

  • api: correct providers update method, notifications/routing_strategies return types (069bf70)
  • ensure file data are only sent as 1 parameter (ca4b529)

7.11.0 (2026-04-08)

Full Changelog: v7.10.0...v7.11.0

Features

  • api: add content/element/locale methods, remove draft resource, update notifications (ea30dd6)
  • api: add list_notifications method to routing_strategies (63adeb8)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (7e44063)

7.10.0 (2026-04-01)

Full Changelog: v7.9.0...v7.10.0

Features

  • api: add create/retrieve/archive/publish/replace, event_id param to notifications (4951cdc)
  • api: add html type variant to ElementalNode (6a1ddc7)
  • api: add providers resource with CRUD methods and catalog endpoint (db4b86b)
  • api: add routing_strategies resource (7577000)
  • internal: implement indices array format for query and form serialization (7fc2cd1)

Bug Fixes

  • deps: bump minimum typing-extensions version (7ad4509)
  • pydantic: do not pass by_alias unless set (65aef6b)
  • sanitize endpoint path params (9497e29)

Chores

  • ci: skip lint on metadata-only changes (f6f933d)
  • internal: tweak CI branches (40e254c)
  • internal: update gitignore (93aedb9)
  • types: extract ElementalHTMLNodeWithType from inline union member (1620896)

Documentation

  • add AGENTS.md for AI coding assistants (#129) (25609a5)

7.9.0 (2026-03-12)

Full Changelog: v7.8.0...v7.9.0

Features

  • api: add journeys resource with list and invoke methods (be92a16)
  • api: remove brand field from ElementalContent (1354ff8)

Bug Fixes

  • api: remove body_token, rename path_token in users.tokens.add_single (3ee45a8)
  • mark MessageDetails timestamp fields as optional (a86abbf)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (8d5a384)
  • format all api.md files (0b4aca7)
  • internal: add request options to SSE classes (7f342f9)
  • internal: bump dependencies (2c1457d)
  • internal: fix lint error on Python 3.14 (58f8a6e)
  • internal: make test_proxy_environment_variables more resilient (d82fd8d)
  • internal: make test_proxy_environment_variables more resilient to env (8aaf597)
  • internal: remove mock server code (31b4e07)
  • update mock server docs (f18d539)

Documentation

  • add AUTO-GENERATED-OVERVIEW markers for README sync (#126) (69391e1)
  • sync README from mintlify-docs (2026-02-20 18:11 UTC) (#127) (e3757cc)

Refactors

  • types: use extra_items from PEP 728 (e69f274)

7.8.0 (2026-02-06)

Full Changelog: v7.7.1...v7.8.0

Features

  • api: add publish/replace methods, versions resource to tenants.templates (2b39781)
  • api: support list of recipients in send message (76ccdfd)
  • client: add custom JSON encoder for extended type support (b641cb6)

7.7.1 (2026-01-27)

Full Changelog: v7.7.0...v7.7.1

Chores

  • ci: upgrade actions/github-script (d2d306b)
  • internal: update actions/checkout version (3a5c4ad)

Documentation

  • types: clarify version field description in automation_template (f04a9e0)

7.7.0 (2026-01-14)

Full Changelog: v7.6.1...v7.7.0

Features

  • client: add support for binary request streaming (f0cc366)

Chores

  • internal: regenerate SDK with no functional changes (a9d8cf1)
  • internal: regenerate SDK with no functional changes (4b373e6)

7.6.1 (2026-01-12)

Full Changelog: v7.6.0...v7.6.1

Bug Fixes

  • types: remove FilterConfig/FilterConfigParam, consolidate to Filter/FilterParam types (60a1861)

Chores

  • internal: regenerate SDK with no functional changes (4f5a16f)

7.6.0 (2026-01-08)

Full Changelog: v7.5.0...v7.6.0

Features

  • api: remove audit_events/automations/brands/bulk/inbound/translations/tenants.templates (9967cc0)

Chores

  • internal: codegen related update (0e618c3)

7.5.0 (2025-12-22)

Full Changelog: v7.4.0...v7.5.0

Features

  • api: add slack/teams/pagerduty/webhook/audience recipient types to send (5401702)

Bug Fixes

  • use async_to_httpx_files in patch method (81d7991)

Chores

  • internal: add --fix argument to lint script (14a2c9a)
  • speedup initial import (1ce264e)

7.4.0 (2025-12-16)

Full Changelog: v7.3.0...v7.4.0

Features

  • Add timezone field to Delay schema (85b8c6f)
  • Update bulk API spec: make event required, document profile.email req… (1b99e93)

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (ab5f2d0)

Chores

  • add missing docstrings (ea1dec0)
  • internal: add missing files argument to base client (a6fba70)

7.3.0 (2025-12-08)

Full Changelog: v7.2.0...v7.3.0

Features

  • Fix UsersGetAllTokensResponse to return object with tokens property i… (805f26a)

7.2.0 (2025-12-08)

Full Changelog: v7.1.1...v7.2.0

Features

  • Add event_ids field to Notification schema (02bb30d)

Bug Fixes

  • client: fix duplicate Go struct resulting from name derivations schema (f2f7fc4)

Chores

  • docs: use environment variables for authentication in code snippets (f393857)
  • update lockfile (15713ee)

7.1.1 (2025-12-02)

Full Changelog: v7.1.0...v7.1.1

Bug Fixes

  • ensure streams are always closed (0b75285)

Chores

  • add Python 3.14 classifier and testing (b712bc3)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (8fb8ad7)

7.1.0 (2025-11-18)

Full Changelog: v7.0.1...v7.1.0

Features

7.0.1 (2025-11-12)

Full Changelog: v7.0.0...v7.0.1

Chores

7.0.0 (2025-11-12)

Full Changelog: v6.4.0...v7.0.0

Bug Fixes

  • compat with Python 3.14 (a337f1e)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (97cf79e)

Chores

  • package: drop Python 3.8 support (f229ffd)

6.4.0 (2025-11-08)

Full Changelog: v6.4.0-alpha20...v6.4.0

Features

Chores

  • configure new SDK language (f004f07)
  • internal: codegen related update (6fb395b)

6.4.0-alpha20 (2025-11-04)

Full Changelog: v6.4.0-alpha19...v6.4.0-alpha20

Features

Chores

  • internal/tests: avoid race condition with implicit client cleanup (a01184b)
  • internal: grammar fix (it's -> its) (e774a66)

6.4.0-alpha19 (2025-11-01)

Full Changelog: v6.4.0-alpha18...v6.4.0-alpha19

Bug Fixes

  • client: close streams without requiring full consumption (31633eb)

6.4.0-alpha18 (2025-10-31)

Full Changelog: v6.4.0-alpha17...v6.4.0-alpha18

Features

  • Comment adjustment to kick of build (0ea3bef)

Bug Fixes

  • Comment to kick off build (a375abf)

6.4.0-alpha17 (2025-10-18)

Full Changelog: v6.4.0-alpha16...v6.4.0-alpha17

Chores

  • bump httpx-aiohttp version to 0.1.9 (e0d109f)

6.4.0-alpha16 (2025-10-17)

Full Changelog: v6.4.0-alpha15...v6.4.0-alpha16

Bug Fixes

6.4.0-alpha15 (2025-10-17)

Full Changelog: v6.4.0-alpha14...v6.4.0-alpha15

Features

  • Changes to spec, examples and scripts (78b8d02)
  • More PHP and attempted node automerge (14dc341)

Bug Fixes

  • Updated paths for each model and go example updates (5afd3bc)

6.4.0-alpha14 (2025-10-14)

Full Changelog: v6.4.0-alpha13...v6.4.0-alpha14

Features

Chores

  • internal: detect missing future annotations with ruff (3826b8b)

6.4.0-alpha13 (2025-10-07)

Full Changelog: v6.4.0-alpha12...v6.4.0-alpha13

Features

6.4.0-alpha12 (2025-10-07)

Full Changelog: v6.4.0-alpha11...v6.4.0-alpha12

Features

6.4.0-alpha11 (2025-10-07)

Full Changelog: v6.4.0-alpha9...v6.4.0-alpha11

Features

Chores

6.4.0-alpha9 (2025-10-06)

Full Changelog: v6.4.0-alpha8...v6.4.0-alpha9

Features

6.4.0-alpha8 (2025-10-06)

Full Changelog: v6.4.0-alpha7...v6.4.0-alpha8

Features

6.4.0-alpha7 (2025-10-03)

Full Changelog: v6.4.0-alpha6...v6.4.0-alpha7

Features

6.4.0-alpha6 (2025-10-02)

Full Changelog: v6.4.0-alpha5...v6.4.0-alpha6

Features

6.4.0-alpha5 (2025-10-02)

Full Changelog: v6.4.0-alpha4...v6.4.0-alpha5

Features

6.4.0-alpha4 (2025-10-02)

Full Changelog: v6.4.0-alpha3...v6.4.0-alpha4

Features

6.4.0-alpha3 (2025-10-02)

Full Changelog: v6.4.0-alpha2...v6.4.0-alpha3

Features

6.4.0-alpha2 (2025-10-02)

Full Changelog: v6.4.0-alpha1...v6.4.0-alpha2

Features

6.4.0-alpha1 (2025-10-02)

Full Changelog: v6.4.0-alpha0...v6.4.0-alpha1

Chores

6.4.0-alpha0 (2025-10-02)

Full Changelog: v0.0.1...v6.4.0-alpha0

Features

Chores

  • configure new SDK language (f004f07)
  • internal: codegen related update (6fb395b)
  • update SDK settings (3317d9e)
  • update SDK settings (2677204)