Skip to content

v26.0.0

Choose a tag to compare

@sdk-generation-automation sdk-generation-automation released this 10 Aug 11:53
· 0 commits to bf588538731810edc24abdadcb9973595dfebdbe since this release

Changelog

2026-08-10

Breaking Change

Make ContractAttributes fields optional

Products: Contract Templates

Scope: API + SDKs

  • What's new
    Removes the required constraint from useCases, standards, and auditor fields in the ContractAttributes schema to match actual API behavior where these fields may be absent for non-EVM templates.

  • Impact
    SDK-generated types for these fields change from required/non-nullable to optional/nullable, requiring code updates where these fields are accessed.

Affected endpoints:

  1. List all contract templates
  2. Upload contract template
  3. Return contract template by id

Changed

Expand TravelRuleVASP response schema documentation

Products: Travel Rule

Scope: API + SDKs

  • What's new
    Documents additional fields returned by the Travel Rule VASP endpoints, including GLEIF registry data, compliance phases, and regulatory status. Also clarifies fields parameter behavior and notes that unrecognized fields should be ignored.

  • Impact
    Customers can now use the full set of VASP fields returned by the API.

Affected endpoints:

  1. Get All VASPs
  2. Get VASP details