Releases: Unstructured-IO/unstructured-api-tools
Releases · Unstructured-IO/unstructured-api-tools
0.9.3
0.9.3
- Removed /healthcheck endpoint from docs
- Add fix for handling content type sent as None
0.9.2
0.9.2
- Add content_type to error message for unsupported file types
0.9.1
0.9.1
- Allow references to standard imports in pipeline cells
0.9.0
- Add supporting gzip compressed files
0.8.1
0.8.1
- Removed async/await from endpoints.
- Refactored template for generating endpoints with shorter semver.
Routes with Major-semver version only
0.8.0
- Add duplicate routes with semver major version
0.7.0
0.7.0
- Add dynamic docs_url for OpenAPI (Swagger) docs
0.6.0
0.6.0
- Add file type validation via
UNSTRUCTURED_ALLOWED_MIMETYPES
0.5.0
0.5.0
- Removed rate limit and slow api from project. Updated templates and tests.
0.4.8
- Adds ability to return JSON responses when multiple files are posted to an API instead of just multipart/mixed
0.4.7
- Notebook conversion organizes module level imports at the top of the file
- Allow for FastAPI metadata to be read from the config file
- Add init.py to generated API module and add a default version for FastAPI.