File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 1.1.0] - 2020-09-02
9+ ### Added
10+ - Support for ` monitored_specific_routes `
11+ - Support for Regex patters in sensitive/whitelist/monitored/enforced routes
12+
813## [ 1.0.1] - 2019-11-10
914### Fixed
1015- Using hashlib pbkdf2 implementation.
Original file line number Diff line number Diff line change 55
66[ PerimeterX] ( http://www.perimeterx.com ) Python 3 Middleware
77=============================================================
8- > Latest stable version: [ v1.0.1 ] ( https://pypi.org/project/perimeterx-python-3-wsgi/ )
8+ > Latest stable version: [ v1.1.0 ] ( https://pypi.org/project/perimeterx-python-3-wsgi/ )
99
1010Table of Contents
1111-----------------
Original file line number Diff line number Diff line change 2727EMPTY_GIF_B64 = 'R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='
2828COLLECTOR_HOST = 'collector.perimeterx.net'
2929FIRST_PARTY_FORWARDED_FOR = 'X-FORWARDED-FOR'
30- MODULE_VERSION = 'Python 3 WSGI Module v1.0.1 '
30+ MODULE_VERSION = 'Python 3 WSGI Module v1.1.0 '
3131API_RISK = '/api/v3/risk'
3232PAGE_REQUESTED_ACTIVITY = 'page_requested'
3333BLOCK_ACTIVITY = 'block'
Original file line number Diff line number Diff line change 22
33from setuptools import setup , find_packages
44
5- version = 'v1.0.1 '
5+ version = 'v1.1.0 '
66setup (name = 'perimeterx-python-3-wsgi' ,
77 version = version ,
88 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments