Skip to content

Releases: Unstructured-IO/unstructured-ingest

0.6.0

26 Mar 16:47
9a09113

Choose a tag to compare

0.6.0

Features

  • Isolate FileData to limit dependencies

0.5.25

26 Mar 14:03
14b0280

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

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

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

0.5.20

25 Mar 11:50
b6eb9ab

Choose a tag to compare

0.5.20

Features

  • Add IBM watson.data Destination connector

0.5.19

24 Mar 11:24
e891786

Choose a tag to compare

0.5.19

Features

  • Add key_prefix field to Redis Uploader - Allow users to input custom prefix for keys saved inside Redis connector

0.5.18

21 Mar 19:01
898d642

Choose a tag to compare

0.5.18

Fixes

  • Fix missing support for NDJSON in stagers

0.5.17

20 Mar 23:08
ec84155

Choose a tag to compare

What's Changed

  • Do not output orig_elements for astradb: original_elements has the correctly truncated field by @vangheem in #435

Full Changelog: 0.5.16...0.5.17

0.5.16

20 Mar 17:51
9cdf2f3

Choose a tag to compare

0.5.16

Fixes

  • Fix databricks volumes table uploader precheck
  • Zendesk fix for debug

0.5.15

14 Mar 17:39
2ada9aa

Choose a tag to compare

0.5.15

Fixes

  • Separate password and api_token for Confluence connector

Features

  • Support NDJSON for data between pipeline steps for data streaming**