Releases: jobrouter/php-rest-client
Releases · jobrouter/php-rest-client
Release 0.8.0
- [!!!] Make Configuration value object immutable
Release 0.7.0
- Adding documentation
- Implemention of IncidentsClient to ease the starting of processes
- Introduction of the ExceptionInterface
Release 0.6.0
- Remove symfony/http-client in favour of kriswallsmith/buzz and nyholm/psr7
- Response of RestClient::request() is now a PSR-7 ResponseInterface
- Implemented multipart/form-data request
Release 0.5.0
- Update symfony/http-client to 4.4 or 5.0
- Use own user agent with possibility to append a sub product
Release 0.4.0
- Move API endpoint logic from configuration to rest client
- Introduce own exception for client configuration failure
- Rename RestException to RestClientException
- Use a mock webserver to test RestClient
Release 0.3.0
- Message for RestException from flattened response content
Release 0.2.0
- The namespace changed from
Brotkrueml\JobrouterClient
toBrotkrueml\JobRouterClient
Release 0.1.0
Initial pre-release