From 146705c60aee6242f00654912b9635314d44a3f5 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 13 Apr 2019 17:58:03 +0200 Subject: [PATCH] prepare 0.1.31-beta --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 619c907de..33a2a9661 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +passbook (0.1.31) stable; urgency=medium + + * bump version: 0.1.29-beta -> 0.1.30-beta + * allow setting authentication_header to empty string (disabling the header) + * use global urllib Pools + * try to fix app_gw being null + * only enable sentry when not DEBUG + * move logging to separate thread + * move actual proxying logic to separate class + * remove logging to increase speed, add more caching to policy and rewriter + + -- Jens Langhammer Sat, 13 Apr 2019 15:56:55 +0000 + passbook (0.1.30) stable; urgency=medium * bump version: 0.1.28-beta -> 0.1.29-beta