Releases: rosell-dk/htaccess-capability-tester
Releases · rosell-dk/htaccess-capability-tester
PHP 8.0 support
PHP 8.0 support
0.9.1 Removed 5.6 test, as github doesn't support testing PHP 5.6. Closes #9
Proper handling of request failures
Changes in the new 0.9 release:
- Request failures (such as timeout) results in inconclusive.
- If you have implemented your own HttpRequester rather than using the default, you need to update it. It must now return status code "0" if the request failed (ie timeout)
Minor API change
HttpResponse now takes a map of headers rather than a numeric array. If you have implemented your own HttpRequester rather than using the default, you need to update it.
One issue was fixed:
Almost mature enough for a 1.0 release
0.7 minor
AbstractCrashTester now only reports failure on 500 Internal Server Error
Other failures (such as 403 Forbidden) are regarded as success
Release early, release often
I think its about getting production ready
Oh, something got broke in the last release
It seems that acting out the "Moving fast and breaking things" philosophy can actually break things...
Move fast and break things
0.3 Changed some class names and created a factory method
Reorganized namespace and now allows custom object for making the HTTP request
0.2 Decided against using sub namespace for Tester classes and provided a…