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.14 #136

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps littleproxy from 2.0.5 to 2.0.14.

Release notes

Sourced from littleproxy's releases.

v2.0.13

What's Changed

Full Changelog: https://github.com/LittleProxy/LittleProxy/compare/v2.0.12...v2.0.13

v2.0.12

https://github.com/LittleProxy/LittleProxy/milestone/17?closed=1

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.14 (21.11.2022, https://github.com/LittleProxy/LittleProxy/milestone/19?closed=1)

    • #184 Respect full KeyStore file path while generating certs by SelfSignedMitmManager -- thanks to Valery Yatsynovich
    • #187 CI: run build on all major OS-s -- thanks to Valery Yatsynovich
    • #183 Bump netty from 4.1.82.Final to 4.1.85.Final -- thanks to Valery Yatsynovich for fixing tests after upgrading Netty.
    • #189 Bump slf4j.version from 2.0.3 to 2.0.4
    • Bump jackson-databind from 2.13.2.2 to 2.13.4
    • #191 Bump dnsjava from 3.5.1 to 3.5.2
  • 2.0.13 (04.10.2022)

    • #170 restore transitive dependencies in generated pom -- thanks to Mateusz Pietryga for PR #171
    • Bump slf4j from 2.0.1 to 2.0.3
    • Bump selenium-java from 4.4.0 to 4.5.0
  • 2.0.12 (23.09.2022)

    • #145 Restore Keep-Alive value when filtering short-circuit response -- thanks to krlvm for PR
    • Bump netty from 4.1.79.Final to 4.1.82.Final
    • Bump slf4j from 1.7.36 to 2.0.1
    • Bump log4j-core from 2.18.0 to 2.19.0
  • 2.0.11 (13.08.2022)

    • #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 (20.07.2022)

    • #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 (10.05.2022)

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

  • 2.0.7 (21.12.2021)

    • Bumped log4j-core from 2.16.0 to 2.17.0
  • 2.0.6

    • Use single Hamcrest dependency in tests
    • Improve logging performance

... (truncated)

Commits
  • 8b98017 release LittleProxy 2.0.14
  • 4757f32 Bump mockito-core from 4.8.1 to 4.9.0
  • 2641a7c Bump slf4j.version from 2.0.3 to 2.0.4
  • 707dfb2 Bump maven-install-plugin from 3.0.1 to 3.1.0
  • 60ed111 Bump dnsjava from 3.5.1 to 3.5.2
  • 0b28013 Respect full KeyStore file path while generating certs by `SelfSignedMitmMana...
  • e01eeb8 CI: run build on all major OS-s
  • a8f6f86 fix tests after upgrading Netty
  • de8cee1 Make unit tests for header values parsing logic atomic
  • b461c3a Bump selenium-java from 4.5.3 to 4.6.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 #140.