- Allow to deactivate persist flag on client connections
- Always reset the error handler
- Update Client, instantiate it now required two parameters:
$projectKey
and$connections
RedirectionIO\Client\Sdk\Client($projectKey, array $connections);
- Remove
findRedirect()
andlog()
methods on the client, please now userequest()
with Command instead
This version only works with agent version 1.3.0 and upper
- Add match on response status code command
- Deprecate findRedirect and log methods on the client, use request with Command instead
- Introduce concept of commands and a new public method to send those command on redirection io agent
- Update protocol to match with the new one introduced in agent 1.3.0
- Fix fwrite reliability
- Add target in every log sent, even if redirection does not come from a rule
- Added the
ruleId
in the HTTP objects. It will be used to log everything
- Added more debugging features
- Added support for 410 HTTP status code
- Initial release