v26.0.0
·
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 fromuseCases,standards, andauditorfields in theContractAttributesschema 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:
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 clarifiesfieldsparameter behavior and notes that unrecognized fields should be ignored. -
Impact
Customers can now use the full set of VASP fields returned by the API.