Skip to content

Commit 1691c2a

Browse files
author
AutomatedTester
committed
updating changelog and setup for release
1 parent 5164785 commit 1691c2a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

History.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
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+
222
0.1.0 / 2012-03-22
323
==================
424

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(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',

0 commit comments

Comments
 (0)