Pydantic Configuration Refactor
Refactored Pydantic model configurations to usemodel_config for improved compatibility with Pydantic v2.Available in SDK build 7.4.418596506326Knowledge Storage & Document Features
- Added knowledge storage capabilities to documents
- Expanded SDK features for enhanced document handling
New Models & Fields
- Added
TaskTemplateActionandDocumentFamilyGroupmodels - Added
notesfield toDocumentFamilyGroupmodel
Model Enhancements
- Added
entry_pointsfield toMessageTemplatemodel - Added
change_sequenceandslugfields toNotemodel
Task Priority & Change Tracking
- Added
priorityfield toTaskmodel for task prioritization - Added
change_sequencefield toTaskmodel for change tracking
API Improvements
- Enhanced HTTP response code handling across endpoints
- Added platform overview API endpoint
- Improved logging in
TasksEndpoint.create_with_template
Data Validation Improvements
- Implemented deduplication of
DocumentTaxonValidationobjects inSqliteDocumentPersistence - Added
overridablefield toTaxonValidationmodel
Pagination & Cost Management
- Enhanced
stream_queryandfiltermethods withstarting_offsetparameter for improved pagination - Added
AggregatedModelCostclass andModelCostsEndpointfor model cost tracking
Notes Support
Added comprehensive notes support withnote and notes entries in OBJECT_TYPES.Available in SDK build 7.4.416648957029Model Refinements
- Renamed
titletonameinProjectTaskTemplatefor consistency - Added
slugfield toTaskTemplate - Enhanced datetime serialization format
- Expanded
ProjectOptionsmodel with new fields
Notes Models & Endpoints
- Introduced
NoteandPageNotemodels - Added endpoints for notes functionality
- Added optional
titlefield toNotemodel
Channel Enhancements
Added optionaltask field to Channel model for task association.Available in SDK build 7.4.416576510437DataForm Options
Addedoptions field to DataForm model for enhanced form configuration.Available in SDK build 7.4.416521301876Model Refactoring
- Refactored
TaskDocumentFamilymodel to use IDs instead of full objects - Enhanced
TaxonValidationmodel with new fields for validation rules
Organization & Revision Support
- Added
organizationfield toSessionmodel - Added
ContentNoderevisions and comments functionality
Project Template Types
UpdatedProjectTemplate model to specify document and task statuses types for improved type safety.Available in SDK build 7.4.415329037666Project Model Updates
- Added
old_identifierfield toProjectmodels for migration support - Added
task_templatesfield toProjectTemplatemodel
AI Token Support & Textract Enhancement
- Added support for thinking tokens and cached tokens in
ModelInteraction - Textract confidence scores now used when available
Data Management Enhancements
- Made
tagfield optional inDataAttributemodel - Added start and end date fields to
ExecutionOverviewmodel
