2025-05-15
SDK

Access to Data Exceptions

We have added the ability to access the data exceptions to the KodexaClient.

from kodexa import KodexaClient

client = KodexaClient()
data_exceptions = client.data_exceptions.list()

Available in SDK build 7.4.415054195687

2025-04-20
CLI

Adding Manifest handling to the CLI

We have added the ability to add manifest handling to the CLI, this allows you to create a manifest file that can be used to deploy a project.