Skip to content

Releases: Unstructured-IO/unstructured-ingest

0.4.2

28 Jan 17:56
da771ea

Choose a tag to compare

0.4.2

Fixes

  • Fix Databricks Volume Delta Table uploader - Use given database when uploading data.

0.4.1

24 Jan 23:40
cbb1f3a

Choose a tag to compare

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

21 Jan 15:36
41a20b3

Choose a tag to compare

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 of elements_filepath and append it to output_filename.
  • Fix Snowflake uploader - Unexpected columns argument was passed to _fit_to_schema method inside SnowflakeUploader upload_dataframe method.

0.3.15

16 Jan 16:03
9d7dce7

Choose a tag to compare

0.3.15

Enhancements

  • Add databricks delta table connector

Fixes

  • Fixed namespace issue with pinecone, and added new test

0.3.14

15 Jan 15:44
f46e5a3

Choose a tag to compare

0.3.14

Fixes

  • Fix Neo4j Uploader string enum error
  • Fix ChromaDB Destination failing integration tests - issue lies within the newest ChromaDB release, fix freezes it's version to 0.6.2.

0.3.13

14 Jan 20:24
f27c71c

Choose a tag to compare

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

08 Jan 09:35
8a83e91

Choose a tag to compare

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

19 Dec 14:52
f4284e9

Choose a tag to compare

0.3.11

Enhancements

  • Support Databricks personal access token

Fixes

  • Fix missing source identifiers in some downloaders

0.3.10

18 Dec 01:40
7d8fa92

Choose a tag to compare

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

0.3.9

17 Dec 15:22
3c84f96

Choose a tag to compare

0.3.9

Enhancements

  • Support ndjson files in stagers
  • Add Neo4j destination connector
  • Support passing data in for uploaders

Fixes

  • Make sure any SDK clients that support closing get called