From 0c9a5689364c350716282a716427a2ad05cb746c Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Tue, 25 Jul 2017 09:36:21 +0200 Subject: [PATCH] Updated changelog for 0.3.0 release --- CHANGES.rst | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ccdc2726a..170474e5a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,22 @@ Changes ======= -0.3.0 (2017-XX-XX) -------------------- +0.3.0 (2017-07-25) +------------------ + +- Changed format of access log for HTTP requests - now logging user agent and + login name (if authorization via Basic Auth). + +- Support for ``X-Forwarded-For`` headers via ``real_ip_from`` and + ``real_ip_header`` options which will log the forwarded IP instead of the + one from the load balancer / proxy. + +- Access log for HTTP can now be specified as a filename to which the service + will log all requests. + +- Fixes issue with schedule invoker which would crash if invoked at second 0. + +- Updated dependencies to latest available versions. 0.2.17 (2017-07-05)