Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Dec 25, 2025

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Python SDK Changes:

  • documenso.envelopes.create(): request.payload Changed Breaking ⚠️
  • documenso.templates.use(): request Changed Breaking ⚠️
  • documenso.envelopes.recipients.update_many():
    • request.data.[].email Changed Breaking ⚠️
  • documenso.envelopes.recipients.create_many():
    • request.data.[].email Changed Breaking ⚠️
  • documenso.envelopes.use(): request.payload Changed Breaking ⚠️
  • documenso.document.document_download(): Added
  • documenso.document.document_download(): Deleted Breaking ⚠️
  • documenso.template.template-get_many(): Added
  • documenso.envelope.envelope-find(): Added
  • documenso.document.document-get_many(): Added
  • documenso.envelope.envelope-get_many(): Added
  • documenso.documents.create(): request.payload Changed
  • documenso.templates.create(): request.payload Changed
  • documenso.envelope.envelope-audit_log-find(): Added
  • documenso.embedding.embedding_presign-create_embedding_presign_token(): request.scope Added
  • documenso.embedding.embedding_presign-verify_embedding_presign_token(): request.scope Added
OpenAPI Change Summary
└─┬Paths
  ├──[+] path (1:89740)
  ├──[+] path (1:542721)
  ├──[+] path (1:127469)
  ├──[+] path (1:197298)
  ├──[+] path (1:82473)
  ├─┬/document/create/beta
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬language
  │             └──[+] enum (1:257492)
  ├─┬/envelope/recipient/create-many
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬data
  │           └─┬Schema
  │             └─┬email
  │               ├──[-] type (1:29741)❌ 
  │               ├──[-] maxLength (1:29799)❌ 
  │               ├──[-] minLength (1:29783)❌ 
  │               ├──[-] format (1:29761)❌ 
  │               ├──[+] anyOf (1:29743)
  │               └──[+] anyOf (1:29777)
  ├─┬/envelope/use
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           ├─┬override
  │           │ └─┬language
  │           │   └──[+] enum (1:161256)
  │           └─┬recipients
  │             └─┬Schema
  │               └─┬email
  │                 ├──[-] type (1:111969)❌ 
  │                 ├──[-] maxLength (1:112011)❌ 
  │                 ├──[-] format (1:111989)❌ 
  │                 ├──[+] anyOf (1:157499)
  │                 └──[+] anyOf (1:157533)
  ├─┬/envelope/update
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬language
  │             └──[+] enum (1:166272)
  ├─┬/embedding/verify-presign-token
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├──[+] properties (1:618792)
  │         └─┬token
  │           └──[-] minLength (1:555966)❌ 
  ├─┬/template/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           └─┬meta
  │             └─┬language
  │               └──[+] enum (1:557363)
  ├─┬/template/use
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         ├──[+] properties (1:590266)
  │         ├─┬templateId
  │         │ ├──[+] items (1:590359)❌ 
  │         │ └──[🔀] type (1:590341)❌ 
  │         ├─┬prefillFields
  │         │ ├──[-] items (1:528198)❌ 
  │         │ ├──[🔀] type (1:592167)❌ 
  │         │ ├──[+] properties (1:594358)
  │         │ ├──[+] properties (1:592386)
  │         │ ├──[+] properties (1:593364)
  │         │ ├──[+] properties (1:594313)
  │         │ ├──[+] properties (1:593433)
  │         │ ├──[+] properties (1:594109)
  │         │ ├──[+] properties (1:592304)
  │         │ ├──[+] properties (1:593329)
  │         │ ├──[+] properties (1:592255)
  │         │ ├──[+] properties (1:592354)
  │         │ ├──[+] properties (1:592192)
  │         │ ├──[+] properties (1:594220)
  │         │ └──[+] properties (1:594266)
  │         ├─┬override
  │         │ └─┬language
  │         │   └──[+] enum (1:594179)
  │         ├─┬recipients
  │         │ └─┬Schema
  │         │   ├──[-] required (1:527805)❌ 
  │         │   ├──[-] required (1:527811)❌ 
  │         │   ├──[-] type (1:527628)❌ 
  │         │   ├──[-] properties (1:527679)❌ 
  │         │   ├──[-] properties (1:527653)❌ 
  │         │   ├──[-] properties (1:527745)❌ 
  │         │   ├──[+] allOf (1:590996)
  │         │   └──[+] allOf (1:591078)
  │         └─┬folderId
  │           └──[+] maxLength (1:590312)❌ 
  ├─┬/envelope/create
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬multipart/form-data
  │       └─┬Schema
  │         └─┬payload
  │           ├──[+] properties (1:142966)
  │           ├─┬formValues
  │           │ ├──[-] additionalProperties (1:97974)❌ 
  │           │ └──[🔀] type (1:143561)❌ 
  │           ├─┬visibility
  │           │ ├──[+] enum (1:142952)
  │           │ ├──[+] enum (1:142940)
  │           │ ├──[-] enum (1:97634)❌ 
  │           │ ├──[-] enum (1:97646)❌ 
  │           │ └──[-] enum (1:97667)❌ 
  │           ├─┬folderId
  │           │ └──[+] maxLength (1:143077)❌ 
  │           ├─┬meta
  │           │ └─┬language
  │           │   └──[+] enum (1:153761)
  │           ├─┬recipients
  │           │ └─┬Schema
  │           │   └─┬email
  │           │     ├──[-] type (1:98174)❌ 
  │           │     ├──[-] maxLength (1:98232)❌ 
  │           │     ├──[-] minLength (1:98216)❌ 
  │           │     ├──[-] format (1:98194)❌ 
  │           │     ├──[+] anyOf (1:143667)
  │           │     └──[+] anyOf (1:143701)
  │           ├─┬type
  │           │ ├──[-] enum (1:97514)❌ 
  │           │ ├──[-] enum (1:97526)❌ 
  │           │ ├──[+] maxLength (1:142898)❌ 
  │           │ └──[+] minLength (1:142882)❌ 
  │           ├─┬globalAccessAuth
  │           │ ├──[+] additionalProperties (1:143465)❌ 
  │           │ ├──[-] items (1:97725)❌ 
  │           │ └──[🔀] type (1:143431)❌ 
  │           ├─┬externalId
  │           │ ├──[-] maxLength (1:97586)❌ 
  │           │ └──[+] format (1:143021)❌ 
  │           ├─┬globalActionAuth
  │           │ └─┬Schema
  │           │   ├──[-] enum (1:97872)❌ 
  │           │   └──[-] enum (1:97902)❌ 
  │           └─┬title
  │             ├──[+] items (1:143613)❌ 
  │             ├──[🔀] type (1:143595)❌ 
  │             ├──[-] maxLength (1:97472)❌ 
  │             └──[-] minLength (1:97456)❌ 
  ├─┬/envelope/recipient/update-many
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬data
  │           └─┬Schema
  │             └─┬email
  │               ├──[-] type (1:33865)❌ 
  │               ├──[-] maxLength (1:33923)❌ 
  │               ├──[-] minLength (1:33907)❌ 
  │               ├──[-] format (1:33885)❌ 
  │               ├──[+] anyOf (1:33898)
  │               └──[+] anyOf (1:33932)
  ├─┬/envelope/distribute
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬language
  │             └──[+] enum (1:176405)
  ├─┬/template/create/beta
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬language
  │             └──[+] enum (1:563030)
  ├─┬/embedding/create-presign-token
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └──[+] properties (1:616594)
  ├─┬/document/distribute
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬language
  │             └──[+] enum (1:235292)
  ├─┬/template/update
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬language
  │             └──[+] enum (1:581461)
  ├─┬/document/update
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           └─┬language
  │             └──[+] enum (1:225238)
  └─┬/document/create
    └─┬POST
      └─┬Requestbody
        └─┬multipart/form-data
          └─┬Schema
            └─┬payload
              └─┬meta
                └─┬language
                  └──[+] enum (1:220110)
Document Element Total Changes Breaking Changes
paths 94 48

PYTHON CHANGELOG

core: 5.23.15 - 2025-12-18

🐛 Bug Fixes

  • fixed escaping of template braces in defaults, consts, and comments (commit by @tristanspeakeasy)

core: 5.23.14 - 2025-12-09

🐝 New Features

  • add constFieldCasing config option to control const field casing (upper or normal) (commit by @mfbx9da4)

core: 5.23.12 - 2025-11-25

🐝 New Features

  • allow inclusion of empty array query parameter (commit by @idbentley)

core: 5.23.11 - 2025-11-24

🐝 New Features

  • union discriminators are inferred for oneOfs missing the explicit OpenAPI discriminator mapping. Configure via inferUnionDiscriminators: true in gen.yaml (commit by @mfbx9da4)

core: 5.23.10 - 2025-11-18

🐛 Bug Fixes

  • sanitize Python reserved keywords in method names to prevent syntax errors (commit by @AshGodfrey)

core: 5.23.9 - 2025-11-17

🐛 Bug Fixes

core: 5.23.8 - 2025-11-14

🐛 Bug Fixes

  • return type when 'sseFlatResponse: true' and response has data field (commit by @mfbx9da4)
  • improved type accuracy for response bodies - they now correctly return the actual type instead of being wrapped in Optional[] (commit by @mfbx9da4)

core: 5.23.7 - 2025-11-13

🐝 New Features

  • allow license to be defined in pyproject.toml's project field (commit by @walker-tx)

core: 5.23.6 - 2025-11-10

🐛 Bug Fixes

  • handle application/* encoding in multipart forms (commit by @danielkov)

unions: 3.1.1 - 2025-12-08

🐝 New Features

  • simplify syntax of discriminated unions when discriminator const is already present on the underlying types (commit by @mfbx9da4)
  • Support for applyUnionDiscriminators: true configurable via gen.yaml. When true, discriminator values will be applied as const fields onto union member types. If the type is used outside of a union, the const will not be applied.

Based on Speakeasy CLI 1.680.11

@github-actions github-actions bot added the patch Patch version bump label Dec 25, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1766621685 branch 6 times, most recently from 3bbcb84 to 0636107 Compare December 31, 2025 00:17
* `documenso.envelopes.create()`:  `request.payload` **Changed** **Breaking** ⚠️
* `documenso.templates.use()`:  `request` **Changed** **Breaking** ⚠️
* `documenso.envelopes.recipients.update_many()`: 
  *  `request.data.[].email` **Changed** **Breaking** ⚠️
* `documenso.envelopes.recipients.create_many()`: 
  *  `request.data.[].email` **Changed** **Breaking** ⚠️
* `documenso.envelopes.use()`:  `request.payload` **Changed** **Breaking** ⚠️
* `documenso.document.document_download()`: **Added**
* `documenso.document.document_download()`: **Deleted** **Breaking** ⚠️
* `documenso.template.template-get_many()`: **Added**
* `documenso.envelope.envelope-find()`: **Added**
* `documenso.document.document-get_many()`: **Added**
* `documenso.envelope.envelope-get_many()`: **Added**
* `documenso.documents.create()`:  `request.payload` **Changed**
* `documenso.templates.create()`:  `request.payload` **Changed**
* `documenso.envelope.envelope-audit_log-find()`: **Added**
* `documenso.embedding.embedding_presign-create_embedding_presign_token()`:  `request.scope` **Added**
* `documenso.embedding.embedding_presign-verify_embedding_presign_token()`:  `request.scope` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1766621685 branch from 8621ac3 to 4bd10c2 Compare January 1, 2026 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants