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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
All notable changes to `oneofftech-parse-client` will be documented in this file.
4
4
5
+
## v0.2.0 - 2025-03-05
6
+
7
+
### What's Changed
8
+
9
+
This release brings compatibility with [Parxy 0.5.0](https://github.com/OneOffTech/parxy/releases/tag/v0.5.0). You should update your Parxy instance too!
10
+
11
+
**Breaking changes**
12
+
13
+
- Mime type parameter removed from the `parse()` method signature
14
+
15
+
**All changes**
16
+
17
+
* Add LLamaCloud support by @avvertix in https://github.com/OneOffTech/parse-client/pull/5
18
+
* Add Unstructured processor by @avvertix in https://github.com/OneOffTech/parse-client/pull/6
19
+
* Remove mime type parameter, file discovered automatically by @avvertix in https://github.com/OneOffTech/parse-client/pull/7
20
+
* Consider not found test to return html as a web page might be returne… by @avvertix in https://github.com/OneOffTech/parse-client/pull/8
0 commit comments