Releases: jonathanpmartins/staysvel
Releases · jonathanpmartins/staysvel
1.5.1 - Connection Timeout
connectionTimeout($this->connection)
added to Http client.
1.5.0 - Laravel 11
v1.5.0 increase verion, compatible with laravel 11
1.4.0 - Laravel 10 upgrade
v1.4.0 upgrade dependencies to meet laravel 10 requirements
1.3.2 - Fixbug
Typed property Staysvel\Http::$isXlsx must not be accessed before initialization
1.3.1 - Fix Macroable problem + Dependecy Update
v1.3.1 1.3.1 - Fix Macroable problem + Dependecy Update
1.3.0 - Introduction of the timeout function
The default timeout is 60
seconds. To change it, use the timeout(int $timeoutInSeconds)
function before the last function of the chain. Examples:
$response = Stays::timeout(30)->content()->properties()->create(array $parameters);
$response = Stays::content()->timeout(30)->properties()->create(array $parameters);
$response = Stays::content()->properties()->timeout(30)->create(array $parameters);
1.2.0 - Response refactoring
Return an instance of Illuminate\Http\Client\Response
instead of an array
.
Refactoring Service Provider
v1.1.1 refactoring service provider
1.1.0
The publication of the config/stays.php
its not needed anymore. The configuration was changes to config/services.php
.
1.0.0 - First Release
v1.0.0 Adding notes to Readme