Skip to content

Releases: Unstructured-IO/unstructured-platform-plugins

0.0.41

01 Oct 20:01
c4e21cc

Choose a tag to compare

raise ingest error correctly

0.0.40

29 Sep 20:06
ac5c57a

Choose a tag to compare

  • fix Pydantic error where dataclass is asking status code is a int but e.status_code is None

0.0.39

14 Aug 16:34
52e6815

Choose a tag to compare

  • Remove wrap_error logic as exceptions are categorized in unstructured-ingest

0.0.38

28 Jul 20:49
83bd4a7

Choose a tag to compare

get rid of 512 UnrecoverableException

0.0.37

17 Jul 16:16
cc5aa90

Choose a tag to compare

fix: use wrap_error for proper status codes in streaming response

0.0.36

01 Jul 17:30
93bce15

Choose a tag to compare

chore: allow raise HTTPexcpetion with dict as detail msg (#57)

https://github.com/Unstructured-IO/platform-plugins/pull/673#issuecomment-3024686223

0.0.35

30 Jun 19:04
51c28a3

Choose a tag to compare

Streaming response returns filedata_meta when handling exception

0.0.34

30 Jun 16:19
61a29e7

Choose a tag to compare

chore [Nex-57]: remove calling `wrap_error` for `HTTPException` (#55)

we should not add each case for different HTTP status code -> should
just raise one when we see one

`wrap_error` should only be called for `Exception`

0.0.33

25 Jun 00:01
d2d4373

Choose a tag to compare

Handle 422 errors (#53)

0.0.32

24 Jun 05:46
6bb5f16

Choose a tag to compare

Always return InvokeResponse when handling exception