Releases: Unstructured-IO/unstructured-ingest
Releases · Unstructured-IO/unstructured-ingest
0.5.0
0.5.0
Fixes
- Change aws-bedrock to bedrock
- Update Sharepoint tests
Enhancements
- Don't raise error by default for unsupported filetypes in partitioner - Add a flag to the partitioner to not raise an error when an unsupported filetype is encountered.
0.4.7
0.4.6
0.4.6
Fixes
- Fix Upload support for OneDrive connector
- Fix Databricks Delta Tables connector's "Service Principal" authentication method
0.4.5
0.4.4
0.4.3
0.4.3
Enhancements
- Add support for allow list when downloading from raw html
- Add support for setting up destination as part of uploader
- Add batch support for all embedders
Fixes
- Fix HtmlMixin error when saving downloaded files
- Fix Confluence Downloader error when downloading embedded files
0.4.2
0.4.2
Fixes
- Fix Databricks Volume Delta Table uploader - Use given database when uploading data.
0.4.1
0.4.1
Enhancements
- Support img base64 in html
- Fsspec support for direct URI
- Support href extraction to local file
- Added VastDB source and destination connector
Fixes
- Fix how data updated before writing to sql tables based on columns in table
0.4.0
0.4.0
Enhancements
- Change Confluence Source Connector authentication parameters to support password, api token, pat token and cloud authentication
Fixes
- Fix SQL uploader stager - When passed
output_filename
without a suffix it resulted in unsupported file format error. Now, it will take a suffix ofelements_filepath
and append it tooutput_filename
. - Fix Snowflake uploader - Unexpected
columns
argument was passed to_fit_to_schema
method inside SnowflakeUploaderupload_dataframe
method.