Skip to content

Latest commit

 

History

History
143 lines (73 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

143 lines (73 loc) · 2.44 KB

0.0.29

  • Support persisting file data changes

0.0.28

  • Isolate what gets bundled in package

0.0.27

  • Update repo to us uv

0.0.26

  • Bump unstructured-ingest to 0.5.23
  • Change how we import FileData type for slimmer import graph at runtime

0.0.25

  • Remove message channels from input signature

0.0.24

  • Add support for passing messages back other than errors

0.0.23

  • Handle errors in streaming responses

0.0.22

  • Bump unstructured-ingest to 0.4.0

0.0.21

  • Bump unstructured-ingest to 0.3.15

0.0.20

  • Expand support to Python 3.13

0.0.19

  • Add more granular error response texts and codes

0.0.18

  • Receive ingest 0.3.12

0.0.17

  • Bugfix supporting list union types in response

0.0.16

  • Bugfix for file data deserialization

0.0.15

  • Bugfix for file data serialization

0.0.14

  • Add support for batch file data

0.0.13

  • Conform to PEP-625 compliance for project naming

0.0.12

  • Bugfix: Fix UnrecoverableException exception handling to include full response

0.0.11

  • Bugfix: Add UnrecoverableException exception handling back

0.0.10

  • Bugfix: Add None support in mapping FileDataMeta response

0.0.9

  • Support optionally exposing addition metadata around FileData

0.0.8

  • reduce usage data log level We do not want to have so much verbosity for something that might happen a lot
  • Support unrecoverable errors Throw a 512 error for an unrecoverable error

0.0.7

  • Improve code separation to help with unit tests

0.0.6

  • Support streaming response types for /invoke if callable is async generator

0.0.5

  • Improve logging to hide body in case of sensitive data unless TRACE level

0.0.4

Fixes

  • Do not block event loop when running plugin code

0.0.3

Features

  • OTEL middleware added

0.0.2

Enhancements

Features

Fixes

  • FileData Literal not handled FileData content was updated to use Literal rather than Enum. This case needed to be added.

0.0.1

Enhancements

Features

Fixes

  • Model generation when schema is empty fixed Key error was being thrown when properties not in schema, but this doesn't exist when schema is null. Null check added.

0.0.0

Enhancements

Features

  • Initial Release First release of the project with all existing implementations in place.

Fixes