Releases: Unstructured-IO/unstructured-platform-plugins
Releases · Unstructured-IO/unstructured-platform-plugins
Release list
0.0.44
0.0.44
- Ignore SIGTERM in plugin uvicorn Servers: plugin webservers now keep serving on SIGTERM so their controller container can finish dispatching in-flight work before the pod is SIGKILLed. SIGINT still terminates for local-dev Ctrl-C.
0.0.43 (included in this release)
- Deprecate
wrap_in_fastapi— marked deprecated via PEP 702@deprecated. New plugins should build a FastAPI app directly with explicit handlers for the plugin contract routes.
0.0.42
What's Changed
- chore: Add CODEOWNERS file for plugin ownership in #65
- Remove unstructured-ingest as a dependency in #63
- Revert "Remove unstructured-ingest as a dependency (#63)" in #66
- fix(UNTRACKED): support
"none"value for OTEL exporters to disable telemetry #64 - fix: use correct Python version in release workflow in #67
Full Changelog: 0.0.41...0.0.42
0.0.41
0.0.40
- fix Pydantic error where dataclass is asking status code is a int but e.status_code is None
0.0.39
- Remove wrap_error logic as exceptions are categorized in unstructured-ingest
0.0.38
0.0.37
0.0.36
chore: allow raise HTTPexcpetion with dict as detail msg (#57) https://github.com/Unstructured-IO/platform-plugins/pull/673#issuecomment-3024686223
0.0.35
Streaming response returns filedata_meta when handling exception
0.0.34
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`