Skip to content

Commit 6e9a293

Browse files
bump to v0.8.0
1 parent 096a12c commit 6e9a293

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

History.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,45 @@
11

2+
0.8.0 / 2017-02-07
3+
==================
4+
5+
* Adds rewrite rules clear api. Fixes content type for request/response intercept and adds doc links for writing intercept code. Adds comments clarifying intercept client test coverage. Augments human test for url rewrite and adds clear portion. Adds test for response intercept. Adds bootstrap script to download tools to test with. Refactors human tests so browser session are cleaned up when tests fail and tests run with chromium. Adds server start script for travis. Changes .travis.yml to use provided scripts and also run headless chrome.
6+
* If the JSON doesn't load, it's likely because the user has another server running on the same port. Improve the error message here so can figure out what's going on more easily.
7+
* Inherit from Exception as StandardError was removed in Python 3
8+
* Add ProxyServerError and raise it instead of Exception
9+
* Fix docstring for limits()
10+
* Fix path join issue: log_path_name would be /server.log
11+
* Make default option values more robust
12+
* Add retry sleep and count in options
13+
* Reenabling timeout tests as they have been fixed in B6 of the server
14+
* Removing duplicate method. Fixes #41
15+
* docstrings cleanup
16+
* configurable log file
17+
* added title options for new har and new har page
18+
* replaced mutable default values with None
19+
* Update Requests dependency version
20+
* Updating supported Python versions
21+
* Disabling a test due to BMP Server bug
22+
* Bumping version number of BMP server used in testing
23+
* Add bmp.log to .gitignore
24+
* Add details on how to contribute
25+
* Updating response URL endpoints to use filter
26+
* Ignoring .cache directory
27+
* Change remap_hosts to accept dictionary
28+
* Make sure the process is still running while waiting for the server to start.
29+
* Changed hostmap to be a named argument for compatibility
30+
* Merge remote-tracking branch 'upstream/master' into patch-1
31+
* Add the ability to empty the DNS cache
32+
* Correct function name
33+
* Add the ability to return all active proxy ports from Browsermob
34+
* switch to Travis container setup
35+
* Update to latest browsermob proxy release for testing
36+
* Correct exception typo
37+
* Update remap_hosts test
38+
* Fix whitespace
39+
* Let remap_hosts accept a dictionary
40+
* Upgrading Travis to it's container system
41+
* bumping to 0.7.1
42+
243
0.7.1 / 2015-07-09
344
==================
445

setup.py

Lines changed: 1 addition & 1 deletion
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.7.1',
4+
version='0.8.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)