A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/lightbody/browsermob-proxy/releases below:

Releases · lightbody/browsermob-proxy · GitHub

Releases: lightbody/browsermob-proxy

Releases · lightbody/browsermob-proxy

BrowserMob Proxy 2.1.4 released!

BrowserMob Proxy 2.1.4 has been released! This release contains a few small but important updates since the recent 2.1.3 release:

2.1.3 was mistakenly not released to Central, so if you were experiencing issues with your dependency management system and 2.1.3, please update to 2.1.4.

Thanks to everyone who helped with this release!

Enjoy!
-Jason

BrowserMob Proxy 2.1.3 has been released!

BrowserMob Proxy 2.1.3 has been released! This release contains a few bugfixes and dependency updates, including important netty updates that fix memory leaks.

Thanks to everyone who submitted bug reports, tested, and submitted PRs, including:

@Schamper
@lexrj

Enjoy!
-Jason

BrowserMob Proxy 2.1.2 released!

BrowserMob Proxy 2.1.2 has been released! This version contains a few bugfixes, plus some dependency updates:

Thanks to everyone who submitted bug reports, tested, and submitted PRs, including:

@djtm
@antonecma
@anandbagmar
@madoni

And anybody I may have missed!

Enjoy!
-Jason

BrowserMob Proxy 2.1.1 released!

BrowserMob Proxy 2.1.1 has been released! This is a bugfix release, fixing a few minor issues:

Thanks to everyone who reported issues, tested, and contributed to this release, including:

@teleological
@nehat09
@antonecma

Happy testing!
-Jason

BrowserMob Proxy 2.1.0 released!

Exciting news! BrowserMob Proxy 2.1.0 has been released. This is the first GA release in the 2.1.0 series, reflecting the maturity and stability of the LittleProxy implementation.

Important changes from the 2.1.0-beta series Module name change

The browsermob-core-littleproxy module has been renamed browsermob-core. The previous -core module that supported legacy Jetty-based implementation has been renamed to browsermob-core-legacy.

To use the stable LittleProxy-based implementation (BrowserMobProxy and BrowserMobProxyServer):

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

To use the legacy Jetty-based implementation (ProxyServer, LegacyProxyServer, and BrowserMobProxyServerLegacyAdapter):

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

Note for users of LegacyProxyServer with LittleProxy: The LittleProxy implementation fully supports the LegacyProxyServer interface, but its support has been extracted out of the BrowserMobProxyServer class into a new class, BrowserMobProxyServerLegacyAdapter. You must use the browsermob-core-legacy module when using the legacy adapter. We highly recommend you migrate from LegacyProxyServer to the BrowserMobProxy interface as soon as possible.

Acknowledgements

An enormous amount of people spent countless hours developing, testing, and reporting issues with BMP between 2.0.0 and 2.1.0. Special thanks to all the BMP and LittleProxy contributors, including:

@jpereira06
@AutomatedTester
@bsaylor
@thibaut-sticky
@romovs
@chemicwepn
@gempesaw
@ryanlevell
@makmi
@mediga
@NozomiIto
@pynicolas
@gabrielf
@bhdrk
@nite23
@ganskef
@MediumOne
Alex Johnson

Enjoy!

-Jason

BrowserMob Proxy 2.1.0-beta-6

BrowserMob Proxy 2.1.0-beta-6 has been released! It is now available on Maven Central. Changes include:

A big thanks to everyone who reported issues and helped with testing, including:

@jpereira06
@AutomatedTester
The LittleProxy contributors

Enjoy!

-Jason

BrowserMob Proxy 2.1.0-beta-5

BrowserMob Proxy 2.1.0-beta-5 has been released! It is now available on Maven Central. This release brings several enhancements:

Special thanks to the contributors and testers who reported issues and contributed code, including:

@bsaylor
@ganskef
@thibaut-sticky
@jpereira06

And thanks to anyone I may have missed!

-Jason

BrowserMob Proxy 2.1.0-beta-4

This release has been in the works for a long time because it contains a significant new feature: the MITM module, a LittleProxy-compatible module that enables full MITM support with LittleProxy (and BrowserMob Proxy when used with LittleProxy). For details, see the MITM readme.

This release includes:

Very special thanks to all the LittleProxy contributors, especially @ganskef for his work on LittleProxy+MITM, and @MediumOne for his work on MITM+chained proxy.

BrowserMob Proxy 2.1.0-beta-3

I'm excited to announce the release of the BrowserMob Proxy 2.1.0-beta-3. This release contains several fixes to the LittleProxy HAR capture functionality, as well as improvements to LittleProxy itself.

The next beta release will target improvements to MITM with the LittleProxy implementation, as we approach the release of 'official' 2.1.0.

Special thanks to all those who contributed time and effort reporting issues, testing fixes, and submitting code:
@romovs
@chemicwepn
@jpereira06

My apologies to anyone I missed; send me a note and I will add you to the release notes.

-Jason

BrowserMob Proxy 2.1.0-beta-2

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

This release fixes several defects in the 2.1.0-beta-1 release and adds new features, including:

Visit the github page for more information.

Please report any issues you find via github so we can address them in the next 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-2</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-2</version>
</dependency>

Thank you to everyone who contributed their time and effort identifying, reporting, and verifying fixes for all the beta-1 defects!

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4