15.0.1 - 2026-06-23

  • SDK regeneration
  • Unable to analyze changes with AI, incrementing PATCH version.

9.0.1 - 2026-05-28

  • chore: update child organization name validation docs and tests
  • Reflect the relaxed naming rule for child organizations: names no longer
  • need to be uppercase with no spaces — they now require at least one
  • letter and may contain only letters and spaces.
  • Key changes:
  • Update XML doc comments on ChildOrganizationAttributes, CreateChildAttributes, and UpdateChildAttributes to describe the new name constraint
  • Update IChildrenClient and ChildrenClient summary comments to match the new validation rule
  • Update serialization test fixtures in CreateChildAttributesTest and UpdateChildAttributesTest to use mixed-case names with spaces (e.g. “Acme Child Bank”)
  • 🌿 Generated with Fern

8.0.1 - 2026-05-27

  • chore: update XML doc comment links in UploadsClient
  • Update deprecated API documentation links in UploadsClient and
  • IUploadsClient to use versioned URL paths, ensuring references point
  • to the correct 2024-10-01 API documentation endpoints.
  • Key changes:
  • Update “Add Upload Part” link from /api/uploads/create-upload-part to /2024-10-01/api/transactions/uploads/create-part
  • Update “Create Upload” link from /api/uploads/create-upload to /2024-10-01/api/transactions/uploads/create
  • Apply same doc link corrections to both IUploadsClient interface and UploadsClient implementation
  • 🌿 Generated with Fern

1.0.1 - 2026-05-07

  • chore: update required scope for CreateBulkTransactionsUploadUrlAsync
  • Correct the documented required OAuth scope for the
  • CreateBulkTransactionsUploadUrlAsync method. The scope was previously
  • listed as transaction:write but the correct required scope is
  • files:write. This is a documentation-only fix with no change to the
  • public API surface or runtime behavior.
  • Key changes:
  • Updated XML doc comment in ITransactionsClient to reflect files:write scope
  • Updated XML doc comment in TransactionsClient to reflect files:write scope
  • 🌿 Generated with Fern