Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Releases: Unstructured-IO/unstructured-api-tools

0.9.3

10 Apr 17:36
becfdb3
Compare
Choose a tag to compare

0.9.3

  • Removed /healthcheck endpoint from docs
  • Add fix for handling content type sent as None

0.9.2

06 Apr 07:38
eb916a8
Compare
Choose a tag to compare

0.9.2

  • Add content_type to error message for unsupported file types

0.9.1

03 Apr 22:07
5c4f4a4
Compare
Choose a tag to compare

0.9.1

  • Allow references to standard imports in pipeline cells

0.9.0

  • Add supporting gzip compressed files

0.8.1

28 Mar 05:21
060ead4
Compare
Choose a tag to compare

0.8.1

  • Removed async/await from endpoints.
  • Refactored template for generating endpoints with shorter semver.

Routes with Major-semver version only

24 Mar 23:20
823d620
Compare
Choose a tag to compare

0.8.0

  • Add duplicate routes with semver major version

0.7.0

23 Mar 21:00
756c7a1
Compare
Choose a tag to compare

0.7.0

  • Add dynamic docs_url for OpenAPI (Swagger) docs

0.6.0

23 Mar 17:44
246a3e0
Compare
Choose a tag to compare

0.6.0

  • Add file type validation via UNSTRUCTURED_ALLOWED_MIMETYPES

0.5.0

08 Mar 09:12
050013d
Compare
Choose a tag to compare

0.5.0

  • Removed rate limit and slow api from project. Updated templates and tests.

0.4.8

10 Jan 02:12
a5bbc8f
Compare
Choose a tag to compare
  • Adds ability to return JSON responses when multiple files are posted to an API instead of just multipart/mixed

0.4.7

04 Jan 21:40
cfba059
Compare
Choose a tag to compare
  • 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.