Skip to content

Releases: j0k3r/httplug-ssrf-plugin

3.0.1

06 Jan 09:13
f319726
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

3.0.0

18 Apr 06:18
b462f16
Compare
Choose a tag to compare

Main / breaking changes

  • Support for PHP < 7.4 has been dropped
  • The lib now use PSR-17 & PSR-18
  • The lib is fully typed
  • Async client should be supported

Examples in the README are up to date (to see how you could upgrade from the v2).
Huge work from @jtojnar 👏

What's Changed

  • Return a rejected promise instead of throwing by @jtojnar in #10
  • Cleanups and modernization by @jtojnar in #12

New Contributors

Full Changelog: v2.0.2...v3.0.0

2.0.2

26 Jun 06:06
b60e806
Compare
Choose a tag to compare
  • Allow PHP 8 installation #7

2.0.1

06 Jan 13:48
fb68804
Compare
Choose a tag to compare

Some cleanup (using PHPStan, 212c191) and locking stuff (related to PHPUnit, #6)

2.0.0

06 Feb 11:04
ea85990
Compare
Choose a tag to compare

Main changes:

  • Dropping support for PHP < 7.1
  • Use HTTPlug 2.0
  • Enable PHPStan level 7

PRs merged:

  • Add a test on Obfuscating IPv4 #3
  • Jump to HTTPlug 2.0 & PHP 7.1 #4
  • php-http/client-common 2.0 has been released #5

1.0.0

01 Nov 13:08
a1e318e
Compare
Choose a tag to compare

Initial release mostly based on SafeCurl.
There shouldn't be new stuff from SafeCurl.

Kudos to @aaa2000 for the great work! 👊