Skip to content

Releases: dploy-ai/dploy-kickstart

0.1.9

03 Nov 14:51
415a57b

Choose a tag to compare

  • Automatically handle the request content type and response mime type
  • Can accept any content-type (e.g. image/png, application/json, application/octet-stream etc.)
  • Deprecate # @dploy request_content_type {content_type} and # @dploy response_mime_type {mimetype} annotations

0.1.8

23 Oct 13:35
d2c5656

Choose a tag to compare

  • log errors to console before sending back to client

0.1.7

20 Oct 12:22
c01bb55

Choose a tag to compare

  • fix bug with working directly resolution

0.1.6

20 Oct 09:04
f0bee2a

Choose a tag to compare

Handle SIGTERM cleanly

0.1.5

12 Jun 06:23

Choose a tag to compare

  • set strict_slashes=False for now
    • longer terms solution: werkzeug.contrib.fixers.ProxyFix

0.1.4

02 Jun 15:11
025f757

Choose a tag to compare

  • allow passing of empty deps
  • readme additions
  • test cases