File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 0.30.0
2+
3+ ### Enhancements
4+
5+ ### Features
6+ * Add Unstructured Platform APIs to manage source and destination connectors, workflows, and workflow runs
7+ __ WARNING__ : This is a breaking change for the use of non-default ` server_url ` settings in the client usage.
8+ To set the custom URL for the client, use the the ` server_url ` parameter in a given operation:
9+ ``` python
10+ elements = client.general.partition(
11+ request = operations.PartitionRequest(
12+ partition_parameters = shared.PartitionParameters(
13+ files = shared.Files(
14+ content = doc_file,
15+ file_name = " your_document.pdf" ,
16+ ),
17+ strategy = shared.Strategy.FAST ,
18+ )
19+ ),
20+ server_url = " your_server_url" ,
21+ )
22+ ```
23+
24+ ### Fixes
25+
126## 0.26.1
227
328### Enhancements
You can’t perform that action at this time.
0 commit comments