You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: History.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,45 @@
1
1
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
0 commit comments