File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
22
0.1.0 / 2012-03-22
3
23
==================
4
24
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
3
setup (name = 'browsermob-proxy' ,
4
- version = '0.1.1 ' ,
4
+ version = '0.2.0 ' ,
5
5
description = 'A library for interacting with the Browsermob Proxy' ,
6
6
author = 'David Burns' ,
7
7
author_email = 'david.burns at theautomatedtester dot co dot uk' ,
You can’t perform that action at this time.
0 commit comments