release_1.0
1. v1.0.18 (2021-08-12)
1.1 Bug Fixes
- fix missing http_host and via in logs and a minor issue with / as custom route (backport #517) (#518)
2. v1.0.17 (2021-07-22)
2.1 Bug Fixes
- fix ssl with virtualhost (backport #508) (#509)
3. v1.0.16 (2021-07-20)
3.1 Bug Fixes
- allow jinja2 include tag in plugin extra nginx conf (backport #505) (#506)
4. v1.0.15 (2021-05-11)
4.1 Bug Fixes
- we can use from_json jinja2 extension in nginx configuration files (backport #499) (#500)
5. v1.0.14 (2021-05-10)
5.1 Bug Fixes
- fix a plugin context issue (backport #495) (#496)
6. v1.0.13 (2021-04-28)
6.1 Bug Fixes
- fix nginx root usage in some CI corner cases (backport #484) (#486)
7. v1.0.12 (2021-02-11)
7.1 Bug Fixes
- fix some stop/start issues (bp #475) (#479)
8. v1.0.11 (2021-01-29)
8.1 Bug Fixes
- fix concurrency issue about max_age (and max_age=0 now by default) (bp #477) (#478)
9. v1.0.10 (2021-01-26)
10. v1.0.9 (2021-01-08)
10.1 Bug Fixes
- fix error message in nginx error log (bp #473) (#474)
11. v1.0.8 (2020-12-02)
11.1 Bug Fixes
- fix potential lua collisions between mutiple openresty plugins (bp #451) (#458)
12. v1.0.7 (2020-12-01)
13. v1.0.6 (2020-11-30)
13.1 Bug Fixes
- fix virtualhosting usage (bp #456) (#457)
14. v1.0.5 (2020-11-28)
14.1 Bug Fixes
- avoid lua collisions with multiple openresty plugins (bp #447) (#448)
- fix static files routing with virtualhost (bp #452) (#453)
15. v1.0.4 (2020-11-03)
15.1 Bug Fixes
- fix bad comment in boostrapped config.ini for plugins (bp #435) (#437)
16. v1.0.3 (2020-10-28)
16.1 Bug Fixes
- don't prevent nginx to bind <1024 port (with setcap) (bp #411) (#413)
- bug with static files when extra_route is set to / (bp #424) (#428)
17. v1.0.2 (2020-09-26)
17.1 New Features
- load the pythonX_scientific_core layer by default in plugins (if the layer is installed) (bp #389) (#390)
- add a configuration option to open the endpoint /uuid to other … (bp #393) (#395)
18. v1.0.0 (2020-09-19)
18.1 New Features
- better default dependencies
- little improvment in socket up/down feature
- add extra nginx configuration keys for empty plugins
- add a new configuration key for plugins
- improve empty plugin template and update documentation
- adaptation to removal of layer misc@mfext (#284)
- mfserv backends refactoring
- log refactoring
- port of mflog changes about syslog to node
- remove absolute log paths from log_proxy usages (LOGPROXY_LOG_DIRECTORY env variable is used by default)
- https/ssl support for nginx in mfserv (#323)
- remove bjoern (moved to mfext and mfextaddon_python2)
- add a better documented crontab file for plugins
- new accept_incoming_request_id_header variable and x-forwarded-*
- remove all references to MFCOM or mfcom, including backward compatibility stuff
- new plugin system
- new plugin system
- allow binary packages by default (for plugins)
- remove aiohttp_metwork_middlewares (now in a dedicated repository)
- add psycopg2 usability (by loading of optional layer python3_scientific_core@mfext)
- fix details in documentation (including comment lines in config.ini files)
18.2 Bug Fixes
- important fix about max_age feature
- fix signal_wrapper in python2
- fix a compatibility issue with old static plugins
- remove rlimit_core (because of
ulimit -c 0
in mfext)
- fix the nginx syslog configuration
- fix timeout value when <=0
- fix timeout value when <=0 (#343)
- fix graceful timeout
19. v1.0.1 (2020-09-19)