Skip to content

Releases: Unstructured-IO/unstructured-ingest

1.2.7

05 Aug 15:37
86dfc05

Choose a tag to compare

1.2.7

Fix: Fix artifact url

1.2.6

05 Aug 03:02
a6d77ad

Choose a tag to compare

1.2.6

Publish to both pypi and artifacts

1.2.5

01 Aug 18:44
f515847

Choose a tag to compare

1.2.5

Fix: move S3 ambient_credentials out of AccessConfig

1.2.4

01 Aug 14:04
329626a

Choose a tag to compare

What's Changed

  • Fix: properly handle Together API 5xx errors as ProviderError instead of UserError

Full Changelog: 1.2.3...1.2.4

1.2.3

01 Aug 05:26
a1cac17

Choose a tag to compare

1.2.3

  • Feature: allow environment credentials for S3

1.2.2

31 Jul 13:30
3bfc8df

Choose a tag to compare

What's Changed

  • Fix: prevent S3 path conflicts using tempfile for directory isolation

Full Changelog: 1.2.1...1.2.2

1.2.1

31 Jul 10:09
93121f1

Choose a tag to compare

What's Changed

  • fix: embedding are now correctly assigned when number of elements exceeds the batch size by @ds-filipknefel in #568

Full Changelog: 1.2.0...1.2.1

1.2.0

31 Jul 09:35
08ae930

Choose a tag to compare

Dropped support for python 3.9 in light of upcoming EOL (https://devguide.python.org/versions/) #572

1.1.3

30 Jul 21:01
bad218c

Choose a tag to compare

  • Fix: Remove unnecessary deletion operation in ES connector

1.1.2

24 Jul 22:49
ac0a0ab

Choose a tag to compare

DeltaTableConnectionConfig default assignment is compliant with stricter typing in Pydantic