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-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## 0.12.3-dev7
1
+
## 0.12.3
2
2
3
3
### Enhancements
4
4
@@ -10,7 +10,7 @@
10
10
***Add Databricks Volumes destination connector** Databricks Volumes connector added to ingest CLI. Users may now use `unstructured-ingest` to write partitioned data to a Databricks Volumes storage service.
11
11
12
12
### Fixes
13
-
***Fix support for different Chipper versions and prevent running PDFMiner with Chipper**
13
+
***Fix support for different Chipper versions and prevent running PDFMiner with Chipper**
14
14
***Treat YAML files as text.** Adds YAML MIME types to the file detection code and treats those
15
15
files as text.
16
16
***Fix FSSpec destination connectors check_connection.** FSSpec destination connectors did not use `check_connection`. There was an error when trying to `ls` destination directory - it may not exist at the moment of connector creation. Now `check_connection` calls `ls` on bucket root and this method is called on `initialize` of destination connector.
0 commit comments