Skip to content

Releases: Unstructured-IO/unstructured-ingest

0.7.2

28 Mar 13:12
a368082
Compare
Choose a tag to compare

0.7.2

Features

  • Add username password authentication to Onedrive and Sharepoint

0.7.1

27 Mar 20:40
1258f7d
Compare
Choose a tag to compare

0.7.1

Features

  • Add username password authentication to Onedrive and Sharepoint

0.7.0

27 Mar 20:02
011694d
Compare
Choose a tag to compare

0.7.0

Features

  • Drop V1

0.6.4

27 Mar 17:42
7b2987e
Compare
Choose a tag to compare

0.6.4

Features

  • Support env var for user agent settings

Fixes

  • Expose Github connector

0.6.2

27 Mar 13:58
6bd552c
Compare
Choose a tag to compare

0.6.2

Features

  • Support opinionated writes in databricks delta table connector
  • Update databricks volume connector to emit user agent
  • Delete previous content from databricks delta tables

0.6.1

26 Mar 17:31
088ec34
Compare
Choose a tag to compare

0.6.1

Fixes

  • Handle NDJSON when using local chunker

0.6.0

26 Mar 16:47
9a09113
Compare
Choose a tag to compare

0.6.0

Features

  • Isolate FileData to limit dependencies

0.5.25

26 Mar 14:03
14b0280
Compare
Choose a tag to compare

0.5.25

Features

  • Support dynamic schema management for Databricks Delta Table uploader

0.5.23

25 Mar 18:09
87fdc88
Compare
Choose a tag to compare

Moves file_data.py (with the FileData type) into a new directory called "types" under v2. This is the start of pulling out lightweight types for narrower importing by downstream projects.

0.5.21

25 Mar 16:04
27f4b76
Compare
Choose a tag to compare

What's Changed

  • lazy load pandas and numpy to improve startup performance by @vangheem in #443

Full Changelog: 0.5.20...0.5.21