File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11
2+ 0.2.0 / 2012-06-18
3+ ==================
4+
5+ * pep8 --ignore=E501
6+ * DELETE /proxy/: port /
7+ * /proxy/: port /limits
8+ * /proxy/: port /blacklist
9+ * /proxy/: port /whitelist
10+ * fixing /proxy/: port /har/pageRef
11+ * fixing /proxy/: port /har/pageRef
12+ * fixing passing in a page ref as the name for the page in /proxy/: port /har
13+ * tests around /proxy/: port /har and some cleanup of the implementation
14+ * make /proxy/: port /headers work
15+ * wrapping selenium_proxy with webdriver_proxy since the project is more than just webdriver
16+ * extending the client to play nice with remote webdriver instances
17+ * create_proxy sounds and feels like a method to me, let's make it so
18+ * ensure the self.process exist, to reduce possibilities of AttributeError
19+ * check the path before attempting to start the server
20+ * wait longer than 3 seconds for the server to come up
21+
2220.1.0 / 2012-03-22
323==================
424
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
33setup (name = 'browsermob-proxy' ,
4- version = '0.1.1 ' ,
4+ version = '0.2.0 ' ,
55 description = 'A library for interacting with the Browsermob Proxy' ,
66 author = 'David Burns' ,
77 author_email = 'david.burns at theautomatedtester dot co dot uk' ,
You can’t perform that action at this time.
0 commit comments