prepare 0.1.31-beta

This commit is contained in:
Jens Langhammer 2019-04-13 17:58:03 +02:00
parent 5029a99df6
commit 146705c60a
1 changed files with 13 additions and 0 deletions

13
debian/changelog vendored
View File

@ -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 <jens.langhammer@beryju.org> 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