You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: refactor code upload system and remove user_id fields
Refactored the Construe uploadCodeSystem API to simplify the request structure and improve asynchronous processing behavior. Updated the upload request interface to use a single unified structure instead of separate CSV and JSON variants. Also removed user_id fields across multiple resource templates to streamline data models.
Key changes:
- Unified UploadRequest interface with simplified structure and format enum
- Updated uploadCodeSystem to return immediately with 202 status and process asynchronously
- Removed user_id fields from ChatMessageTemplate, ChatSessionTemplate, FhirProviderTemplate, SummaryTemplate, McpServerResponse, WorkflowDefinition, and WorkflowResponse
- Added name and version fields to upload response for better tracking
- Updated documentation to reflect async processing pattern
- Reorganized construe types and moved UploadRequest to client/requests directory
🌿 Generated with Fern
Copy file name to clipboardExpand all lines: changelog.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## 6.0.0 - 2026-02-10
2
+
* refactor: refactor code upload system and remove user_id fields
3
+
* Refactored the Construe uploadCodeSystem API to simplify the request structure and improve asynchronous processing behavior. Updated the upload request interface to use a single unified structure instead of separate CSV and JSON variants. Also removed user_id fields across multiple resource templates to streamline data models.
4
+
* Key changes:
5
+
* Unified UploadRequest interface with simplified structure and format enum
6
+
* Updated uploadCodeSystem to return immediately with 202 status and process asynchronously
7
+
* Removed user_id fields from ChatMessageTemplate, ChatSessionTemplate, FhirProviderTemplate, SummaryTemplate, McpServerResponse, WorkflowDefinition, and WorkflowResponse
8
+
* Added name and version fields to upload response for better tracking
9
+
* Updated documentation to reflect async processing pattern
10
+
* Reorganized construe types and moved UploadRequest to client/requests directory
11
+
* 🌿 Generated with Fern
12
+
1
13
## 5.3.0 - 2026-02-09
2
14
* feat: add custom code system export endpoint
3
15
* Add new exportCustomCodeSystem method to the construe client that allows exporting custom (non-builtin) code systems as JSON files. This feature enables users to backup and transfer code systems between instances.
0 commit comments