Skip to main content
2025-10-17
SDK

Pydantic Configuration Refactor

Refactored Pydantic model configurations to use model_config for improved compatibility with Pydantic v2.Available in SDK build 7.4.418596506326
2025-10-16
SDK

Knowledge Storage & Document Features

  • Added knowledge storage capabilities to documents
  • Expanded SDK features for enhanced document handling
Available in SDK build 7.4.418571517744
2025-10-14
SDKModels

New Models & Fields

  • Added TaskTemplateAction and DocumentFamilyGroup models
  • Added notes field to DocumentFamilyGroup model
Available in SDK build 7.4.418502378964
2025-09-26
SDKModels

Model Enhancements

  • Added entry_points field to MessageTemplate model
  • Added change_sequence and slug fields to Note model
Available in SDK build 7.4.418041426986
2025-09-08
SDK

Task Priority & Change Tracking

  • Added priority field to Task model for task prioritization
  • Added change_sequence field to Task model for change tracking
Available in SDK build 7.4.417549982578
2025-08-22
SDKAPI

API Improvements

  • Enhanced HTTP response code handling across endpoints
  • Added platform overview API endpoint
  • Improved logging in TasksEndpoint.create_with_template
Available in SDK build 7.4.417162232464
2025-08-17
SDK

Data Validation Improvements

  • Implemented deduplication of DocumentTaxonValidation objects in SqliteDocumentPersistence
  • Added overridable field to TaxonValidation model
Available in SDK build 7.4.417022235742
2025-08-07
SDKAPI

Pagination & Cost Management

  • Enhanced stream_query and filter methods with starting_offset parameter for improved pagination
  • Added AggregatedModelCost class and ModelCostsEndpoint for model cost tracking
Available in SDK build 7.4.416807352183
2025-07-31
SDK

Notes Support

Added comprehensive notes support with note and notes entries in OBJECT_TYPES.Available in SDK build 7.4.416648957029
2025-07-30
SDKModels

Model Refinements

  • Renamed title to name in ProjectTaskTemplate for consistency
  • Added slug field to TaskTemplate
  • Enhanced datetime serialization format
  • Expanded ProjectOptions model with new fields
Available in SDK build 7.4.416637492406
2025-07-29
SDKModels

Notes Models & Endpoints

  • Introduced Note and PageNote models
  • Added endpoints for notes functionality
  • Added optional title field to Note model
Available in SDK build 7.4.416607913655
2025-07-28
SDK

Channel Enhancements

Added optional task field to Channel model for task association.Available in SDK build 7.4.416576510437
2025-07-25
SDK

DataForm Options

Added options field to DataForm model for enhanced form configuration.Available in SDK build 7.4.416521301876
2025-07-16
SDKModels

Model Refactoring

  • Refactored TaskDocumentFamily model to use IDs instead of full objects
  • Enhanced TaxonValidation model with new fields for validation rules
Available in SDK build 7.4.416496714224
2025-06-05
SDKModels

Organization & Revision Support

  • Added organization field to Session model
  • Added ContentNode revisions and comments functionality
Available in SDK build 7.4.415475692281
2025-05-29
SDK

Project Template Types

Updated ProjectTemplate model to specify document and task statuses types for improved type safety.Available in SDK build 7.4.415329037666
2025-05-28
SDK

Project Model Updates

  • Added old_identifier field to Project models for migration support
  • Added task_templates field to ProjectTemplate model
Available in SDK build 7.4.415304340442
2025-05-27
SDK

AI Token Support & Textract Enhancement

  • Added support for thinking tokens and cached tokens in ModelInteraction
  • Textract confidence scores now used when available
Available in SDK build 7.4.415279448694
2025-05-15
SDK

Data Management Enhancements

  • Made tag field optional in DataAttribute model
  • Added start and end date fields to ExecutionOverview model

Access to Data Exceptions

Added ability to access data exceptions via 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.