Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.0.46

* **Carry preflight failure categories through standard `/precheck` responses.**
`InvokeResponse` and `InvokePrecheckResponse` now expose an optional `failure_category`
copied from a raised error, allowing plugins to preserve the centralized preflight
taxonomy through the normal `precheck_func` route wiring. Successful responses leave
the field unset.

## 0.0.45

* **`/invoke` no longer demands a body from a plugin whose parameters are all optional.** A pydantic
Expand Down
2 changes: 1 addition & 1 deletion unstructured_platform_plugins/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.45" # pragma: no cover
__version__ = "0.0.46" # pragma: no cover
Loading