Skip to content

Latest commit

 

History

History
98 lines (73 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

98 lines (73 loc) · 2.28 KB

Changelog

This file documents any relevant changes.

[0.9.10] - 2024-05.06

  • fix: Improve and refactor entrypoint to make --workers and --threads argument working #7

[0.9.9] - 2024-01.18

  • feat: added support timeout parameter
  • refactor: Change pip version from exact to minimum conditions

[0.9.8] - 2023-11.22

  • feat: added support for custom environment variables

[0.9.7] - 2023-10.27

  • fix: readded subdomain support
  • feat: added editorconf

[0.9.6] - 2023-09-15

  • fix: updated grpcio to support python 3.11
  • fix: gunicorn will be patched on start up

[0.9.5] - 2023-09-14

  • fix: updated werkzeug and gunicorn

[0.9.4] - 2023-05-04

  • fix: unicode urls

[0.9.3] - 2023-03-27

  • fixated requirements

[0.9.2] - 2022-07-25

  • fix: dont unquote querystrings

[0.9.1] - 2022-07-08

  • fix: unicode urls

[0.9.0] - 2022-04-22

  • switched host back to localhost
  • collect subprocesses and try to kill on exit
  • use watchdog for better reloading
  • only start subprocesses if reloader ready

[0.8.7] - 2022-04-04

  • fix missing tasks folder

[0.8.6] - 2022-04-04

  • disabled custom logging

[0.8.5] - 2022-03-30

  • added task emulator
  • added cron emulator
  • added storage emulator
  • changed host from localhost to 0.0.0.0
  • added custom logging

[0.7.4] - 2022-03-18

  • disabled custom logger

[0.7.3] - 2022-03-09

  • disabled gRPC fork support
  • increased default timeout to 60 Sesconds

[0.7.2] - 2021-09-17

  • we now reuse gunicorn porn
  • added timeout till 502 error

[0.7.0] - 2021-09-17

  • clean up entire source
  • dropping of several functions, to make the source code easier to read
  • Improved PEP8-conformity
  • Check on runtime version and correct Python version
  • Use entrypoint from app.yaml, with additional variables

[0.6.1] - 2021-09-16

  • Improved version number maintenance
  • Better handling for regex-statics

[0.6.0] - 2021-09-15

  • url handlers can now contain regex patterns

[0.5.8] - 2021-09-15

  • added some GAE environment variables.

[0.5.7] - 2021-09-09

  • gunicorn now reloads on file change
  • added a start delay preventing connection errors

[0.5.5] - 2021-08-24

  • corrected Readme

[0.5.4] - 2021-08-24

  • werkzeug response code is now 501
  • proxy chunk_size fixed
  • werkzeug server is now threaded

[0.5.3] - 2021-08-12

  • first test release