Skip to content

Releases: Unstructured-IO/unstructured-ingest

0.5.0

07 Feb 11:09
7fbd35c
Compare
Choose a tag to compare

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

04 Feb 13:59
477214b
Compare
Choose a tag to compare

0.4.7

Fixes

  • Add missing async azure openai embedder implementation
  • Update Sharepont to support new Microsoft credential sequence

0.4.6

03 Feb 14:33
40fed51
Compare
Choose a tag to compare

0.4.6

Fixes

  • Fix Upload support for OneDrive connector
  • Fix Databricks Delta Tables connector's "Service Principal" authentication method

0.4.5

02 Feb 00:23
8fad5fa
Compare
Choose a tag to compare

What's Changed

  • fix downloading larger files with onedrive by @vangheem in #364

Full Changelog: 0.4.4...0.4.5

0.4.4

31 Jan 22:20
e3a2930
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.3...0.4.4

0.4.3

30 Jan 20:01
7c0cffa
Compare
Choose a tag to compare

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

28 Jan 17:56
da771ea
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

0.3.15

Enhancements

  • Add databricks delta table connector

Fixes

  • Fixed namespace issue with pinecone, and added new test