11.1. release_0.7 CHANGELOG¶
11.1.1. [Unreleased]¶
11.1.1.1. New Features¶
- add plugin dir as valid path for lua files (for openresty)
11.1.2. v0.7.5 (2019-07-16)¶
- No interesting change
11.1.3. v0.7.4 (2019-07-15)¶
11.1.3.1. New Features¶
- add proxy_ignore_client_abort option
11.1.3.2. Bug Fixes¶
- typo with virtualdomain based routing
11.1.4. v0.7.3 (2019-06-27)¶
11.1.4.1. New Features¶
- add a healthcheck endpoint
- add some smart start/stop options and features
11.1.4.2. Bug Fixes¶
- add the missing line for numprocesses
11.1.5. v0.7.2 (2019-06-17)¶
11.1.5.1. New Features¶
- allow / to be used as extra_route
- add a new configuration key (for extending nginx conf)
11.1.6. v0.7.1 (2019-06-12)¶
11.1.6.1. New Features¶
- move plugin extra_nginx_general_conf to server section.
11.1.6.2. Bug Fixes¶
- remove debug message in nginx conf
11.1.7. v0.7.0 (2019-05-29)¶
11.1.7.1. New Features¶
- split multiple node workers output to multiple files
- send mflog logs to mfadmin
- add plugin name in logs
- add X-Request-Id header
- introduce automatic mflog/nginx correlation for request_id
- add a mediation template
- introduce template inheritance
- introduce template inheritance for mfserv plugins
- add a .gitignore file in plugin templates
- remove double access-log messages with gunicorn
- huge refactoring (sorry about this monster commit)
11.1.7.2. Bug Fixes¶
- fix some nasty reload bugs in some corner cases
- django template regression when bootstrapping
- proxy_timeout was bypassed by gunicorn sync configurations
- fix building issues with proxy
- fix extra daemon feature and add test