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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
-
## 0.0.2-dev1
1
+
## 0.0.2-dev2
2
2
3
3
### Enhancements
4
4
5
5
***Use uuid for s3 identifiers** Update unique id to use uuid derived from file path rather than the filepath itself.
6
6
***V2 connectors precheck support** All steps in the v2 pipeline support an optional precheck call, which encompasses the previous check connection functionality.
7
+
***Filter Step** Support dedicated step as part of the pipeline to filter documents.
7
8
8
9
## 0.0.1
9
10
@@ -19,8 +20,6 @@
19
20
20
21
## 0.0.0
21
22
22
-
### Enhancements
23
-
24
23
### Features
25
24
26
25
***Initial Migration** Create the structure of this repo from the original code in the [Unstructured](https://github.com/Unstructured-IO/unstructured) project.
0 commit comments