Skip to content

Releases: jonathanpmartins/staysvel

1.5.1 - Connection Timeout

17 Sep 04:52
Compare
Choose a tag to compare

connectionTimeout($this->connection) added to Http client.

1.5.0 - Laravel 11

28 Jun 22:04
Compare
Choose a tag to compare
v1.5.0

increase verion, compatible with laravel 11

1.4.0 - Laravel 10 upgrade

17 Feb 07:41
Compare
Choose a tag to compare
v1.4.0

upgrade dependencies to meet laravel 10 requirements

1.3.2 - Fixbug

13 Jan 11:23
Compare
Choose a tag to compare

Typed property Staysvel\Http::$isXlsx must not be accessed before initialization

1.3.1 - Fix Macroable problem + Dependecy Update

13 Jan 04:39
Compare
Choose a tag to compare
v1.3.1

1.3.1 - Fix Macroable problem + Dependecy Update

1.3.0 - Introduction of the timeout function

13 Jan 04:27
Compare
Choose a tag to compare

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

07 Jan 05:42
Compare
Choose a tag to compare

Return an instance of Illuminate\Http\Client\Response instead of an array.

Refactoring Service Provider

07 Jan 01:28
Compare
Choose a tag to compare
v1.1.1

refactoring service provider

1.1.0

06 Jan 22:04
Compare
Choose a tag to compare

The publication of the config/stays.php its not needed anymore. The configuration was changes to config/services.php.

1.0.0 - First Release

04 Jan 12:07
Compare
Choose a tag to compare
v1.0.0

Adding notes to Readme