Releases: Unstructured-IO/unstructured-ingest
Releases · Unstructured-IO/unstructured-ingest
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_filenamewithout a suffix it resulted in unsupported file format error. Now, it will take a suffix ofelements_filepathand append it tooutput_filename. - Fix Snowflake uploader - Unexpected
columnsargument was passed to_fit_to_schemamethod inside SnowflakeUploaderupload_dataframemethod.
0.3.15
0.3.14
0.3.13
0.3.13
Fixes
- Fix Snowflake Uploader error
- Fix SQL Uploader Stager timestamp error
- Migrate Discord Sourced Connector to v2
- Add read data fallback When reading data that could be json or ndjson, if extension is missing, fallback to trying to read it as json.
Enhancements
- Async support for all IO-bounded embedders
- Expand support to Python 3.13
0.3.12
0.3.12
Enhancements
- Migrate Vectara Destination Connector to v2
- Added Redis destination connector
- Improved Milvus error handling
- Bypass asyncio exception grouping to return more meaningful errors from OneDrive indexer
- Kafka destination connector checks for existence of topic
- Create more reflective custom errors Provide errors to indicate if the error was due to something user provided or due to a provider issue, applicable to all steps in the pipeline.
Fixes
- Register Neo4j Upload Stager
- Fix Kafka destination connection problems
0.3.11
0.3.10
0.3.10
Enhancements
- Support more concrete FileData content for batch support
Fixes
- Add Neo4J to ingest destination connector registry
- Fix closing SSHClient in sftp connector