Releases: j0k3r/httplug-ssrf-plugin
Releases · j0k3r/httplug-ssrf-plugin
3.0.1
06 Jan 09:13
Compare
Sorry, something went wrong.
No results found
3.0.0
18 Apr 06:18
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Allow PHP 8 installation #7
2.0.1
06 Jan 13:48
Compare
Sorry, something went wrong.
No results found
Some cleanup (using PHPStan, 212c191 ) and locking stuff (related to PHPUnit, #6 )
2.0.0
06 Feb 11:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Initial release mostly based on SafeCurl .
There shouldn't be new stuff from SafeCurl.
Kudos to @aaa2000 for the great work! 👊