Skip to content

Commit e9d0e07

Browse files
committed
chore: updated changelog
1 parent b3117e9 commit e9d0e07

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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

0 commit comments

Comments
 (0)