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: simplify upload API and remove user_id fields
Updated the construe upload code system API to streamline the interface and improve usability. The API now returns 202 immediately with embedding generation running asynchronously, requiring users to poll the status endpoint to check completion.
Key changes:
- Simplified uploadCodeSystem API interface with required format parameter and optional file/column parameters
- Updated API to return 202 immediately with asynchronous processing behavior
- Removed user_id fields from all template types across agent, fhir provider, summary, tools, and workflow modules
- Reorganized construe upload request types from discriminated union to single interface
- Updated documentation to reflect asynchronous processing workflow
- Modified test cases to match new simplified API interface
🌿 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: simplify upload API and remove user_id fields
3
+
* Updated the construe upload code system API to streamline the interface and improve usability. The API now returns 202 immediately with embedding generation running asynchronously, requiring users to poll the status endpoint to check completion.
4
+
* Key changes:
5
+
* Simplified uploadCodeSystem API interface with required format parameter and optional file/column parameters
6
+
* Updated API to return 202 immediately with asynchronous processing behavior
7
+
* Removed user_id fields from all template types across agent, fhir provider, summary, tools, and workflow modules
8
+
* Reorganized construe upload request types from discriminated union to single interface
9
+
* Updated documentation to reflect asynchronous processing workflow
10
+
* Modified test cases to match new simplified API interface
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