File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v3.1.0] ( https://github.com/PerimeterX/perimeterx-python-wsgi ) (2019-02-26)
4+ - Refactor of px_logger to use native python logger
5+ - Added support for bypass monitor mode header
6+
37## [ v3.0.2] ( https://github.com/PerimeterX/perimeterx-python-wsgi ) (2019-02-13)
48- page requested pass_reason alignment
59- better error handling for http errors
Original file line number Diff line number Diff line change 44
55[ PerimeterX] ( http://www.perimeterx.com ) Python Middleware
66=============================================================
7- > Latest stable version: [ v3.0.2 ] ( https://pypi.org/project/perimeterx-python-wsgi/ )
7+ > Latest stable version: [ v3.1.0 ] ( https://pypi.org/project/perimeterx-python-wsgi/ )
88
9- > Latest GAE stable version: [ v3.0.2 ] ( https://pypi.org/project/perimeterx-python-wsgi-gae/ )
9+ > Latest GAE stable version: [ v3.1.0 ] ( https://pypi.org/project/perimeterx-python-wsgi-gae/ )
1010
1111Table of Contents
1212-----------------
Original file line number Diff line number Diff line change 3030EMPTY_GIF_B64 = 'R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='
3131COLLECTOR_HOST = 'collector.perimeterx.net'
3232FIRST_PARTY_FORWARDED_FOR = 'X-FORWARDED-FOR'
33- MODULE_VERSION = 'Python WSGI Module{} v3.0.2 '
33+ MODULE_VERSION = 'Python WSGI Module{} v3.1.0 '
3434API_RISK = '/api/v3/risk'
3535PAGE_REQUESTED_ACTIVITY = 'page_requested'
3636BLOCK_ACTIVITY = 'block'
Original file line number Diff line number Diff line change 22
33from setuptools import setup , find_packages
44
5- version = 'v3.0.2 '
5+ version = 'v3.1.0 '
66setup (name = 'perimeterx-python-wsgi-gae' ,
77 version = version ,
88 license = 'MIT' ,
Original file line number Diff line number Diff line change 22
33from setuptools import setup , find_packages
44
5- version = 'v3.0.2 '
5+ version = 'v3.1.0 '
66setup (name = 'perimeterx-python-wsgi' ,
77 version = version ,
88 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments