BrowserMob Proxy 2.0.0
BrowserMob Proxy 2.0.0 released!
I am pleased to announce the relase of BrowserMob Proxy 2.0.0! The release is now available in Maven Central, and stand-alone binaries are available here. This major release contains a significant number of bug fixes. All users are highly encouraged to update to 2.0.0 from all previous beta releases.
Note for Embedded Mode HAR users: 2.0.0 uses Jackson 2. If you have been manually marshalling the Har classes to JSON using Jackson 1, please update to Jackson 2.
Please post questions/comments/issues to the BrowserMob Proxy Google Group, or create a GitHub issue.
Stand-alone binaries (REST API)
The 2.0.0 release binaries are available from the "releases" tab on GitHub.
Maven artifacts for Embedded Mode
Update the version in your pom to 2.0.0:
<dependency>
<groupId>net.lightbody.bmp</groupId>
<artifactId>browsermob-proxy</artifactId>
<version>2.0.0</version>
</dependency>
Beyond 2.0
We are currently working on a major architecture change for BrowserMob Proxy 2.1 that will split up the BMP Embedded Mode and REST API modules, and define the long-term BMP interface and future functionality. In the meantime, we will continue to support the 2.0 branch with critical bugfixes. 2.1 should be backward compatible with 2.0, so if you're willing to help beta test the 2.1+ releases, please see the build instructions on the GitHub page.
Contributors
A very special thanks to the enormous number of contributors to this release:
@nite23
@andyclark
@oazmon
@ryantenney
@neoalienson
@jekh
@damien
@romovs
@chetankothari
@gempesaw
@michalsvec
@alexhenrie
@rac2030
@yoann
@jeffriejoshua
@achingbrain
@wormyourhonor
@abotalov
@dpapworth
And of course:
@lightbody -- Patrick has been the driving force behind BrowserMob Proxy from the beginning, as architect, coder, tester, and maintainer, and none of this would be possible without his tireless efforts and support. Thanks, Patrick!
To everyone else I may have inadvertently left out -- THANK YOU!
-Jason (@jekh)