Skip to content

BrowserMob Proxy 2.1.0-beta-1

Compare
Choose a tag to compare
@jekh jekh released this 01 Jun 00:23
· 348 commits to master since this release

BrowserMob Proxy 2.1.0-beta-1 released!

I am pleased to announce the release of BrowserMob Proxy 2.1.0-beta-1! The release is now available in Maven Central, and stand-alone binaries are available on the github releases page.

This release brings several exciting new features, including:

  • Separate REST API and Embedded Mode modules
  • New BrowserMobProxy interface
  • LittleProxy support

Visit the github page for more information.

As the first beta release in the 2.1.x series, users may encounter some defects. Please report any issues you find via github so we can address them in the next beta release.

Maven artifacts for Embedded Mode

The artifactId for Embedded Mode has changed. To use the LittleProxy-powered version of BrowserMob Proxy, update the artifactId to browsermob-core-littleproxy:

<dependency>
    <groupId>net.lightbody.bmp</groupId>
    <artifactId>browsermob-core-littleproxy</artifactId>
    <version>2.1.0-beta-1</version>
</dependency>

To use the legacy Jetty-based version of BrowserMob Proxy, update the artifactId to browsermob-core:

<dependency>
    <groupId>net.lightbody.bmp</groupId>
    <artifactId>browsermob-core</artifactId>
    <version>2.1.0-beta-1</version>
</dependency>

Contributors

This is the first beta release in the 2.1.x series, and the first release powered by LittleProxy. An enormous amount of testing went into this release thanks to many volunteer testers. Thank you to everyone who contributed their time and effort designing, developing, and testing this major release! Very special thanks go to the many testers who worked through the defects in the early versions:
@romovs
@gempesaw
@ryanlevell
@makmi
@mediga
@NozomiIto
Alex Johnson

And thanks to the developers who contributed code to this release:
@pynicolas
@gabrielf
@bhdrk
@nite23

And a big thanks to all the LittleProxy contributors!

To anybody else I inadvertently forgot to mention, thank you!