krlvm / PowerTunnel

Powerful and extensible proxy server with anti-censorship functionality
GNU General Public License v3.0
1.17k stars 77 forks source link

Bump littleproxy from 2.0.5 to 2.0.11 #117

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps littleproxy from 2.0.5 to 2.0.11.

Release notes

Sourced from littleproxy's releases.

v2.0.11

  • #131 fix memory leak: release byte buffer when closing request - see PR #141
  • #142 fix some "modify response" problem, see adamfisk/LittleProxy#359
  • #144 HTTP CONNECT can't be Keep-Alive - thanks Michel Belleau for PR #144

2.0.10

  • #135 Bump netty.version from 4.1.77.Final to 4.1.79.Final
  • #132 Bump selenium-java from 4.1.4 to 4.3.0
  • #118 Bump dnsjava from 3.5.0 to 3.5.1

v2.0.9

#115 reverted to maven-shade-plugin 3.2.4 (because 3.3.0 generated artifact without compile/runtime dependencies)

2.0.8

2.0.7

Release 2.0.7

2.0.6

Release 2.0.6

Changelog

Sourced from littleproxy's changelog.

  • 2.0.11

    • #131 fix memory leak: release byte buffer when closing request - see PR #141
    • #142 fix some "modify response" problem, see adamfisk/LittleProxy#359
    • #144 HTTP CONNECT can't be Keep-Alive - thanks Michel Belleau for PR #144
  • 2.0.10

    • #135 Bump netty.version from 4.1.77.Final to 4.1.79.Final
    • #132 Bump selenium-java from 4.1.4 to 4.3.0
    • #118 Bump dnsjava from 3.5.0 to 3.5.1
  • 2.0.9

    • #115 reverted to maven-shade-plugin 3.2.4 (because 3.3.0 generated artifact without compile/runtime dependencies)
  • 2.0.8

  • 2.0.7

    • Bumped log4j-core from 2.16.0 to 2.17.0
  • 2.0.6

    • Use single Hamcrest dependency in tests
    • Improve logging performance
    • Bumped netty-codec from 4.1.63.Final to 4.1.68.Final
    • Bump netty-codec-http from 4.1.68.Final to 4.1.71.Final
    • Bumped log4j-core from 2.14.0 to 2.16.0
    • Added public key file
Commits
  • 512a1fd release LittleProxy 2.0.11
  • e8ffa0e HTTP CONNECT can't be Keep-Alive
  • 7a1609c reproduce PR #383
  • 6e607bd #348 fix memory leak: release byte buffer when closing request
  • b3bb080 Bump maven-site-plugin from 3.12.0 to 3.12.1
  • d3d9981 Bump maven-install-plugin from 3.0.0-M1 to 3.0.1
  • 582825f Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0
  • 278ad7b release LittleProxy 2.0.10
  • 5270cf1 Bump netty.version from 4.1.78.Final to 4.1.79.Final
  • dd14898 Bump maven-project-info-reports-plugin from 3.3.0 to 3.4.0
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #131.