Skip to content

Releases: php-opencloud/openstack

v3.6.0

17 Jan 13:21
2335c75
Compare
Choose a tag to compare

What's Changed

  • added name parameter to Identity::patchUser so the sample file works properly in #387
  • added Retrievable interface to VolumeType in #387
  • added HasWaiterTrait to Compute::Image in #387
  • added Token::validate() function to check if Identity token is valid in #387

Full Changelog: v3.5.0...v3.6.0

v3.5.0

07 Jan 18:36
aeb5012
Compare
Choose a tag to compare

What's Changed

  • Added application credentials in #380

Full Changelog: v3.4.0...v3.5.0

v3.4.0

05 Jan 09:37
47c8ed9
Compare
Choose a tag to compare

What's Changed

  • added phpdocs for better type hinting by @k0ka in #376
  • create BlockStorage v3 as copy of v2 by @k0ka in #378

Full Changelog: v3.3.1...v3.4.0

v3.3.1

20 Dec 09:03
5712c30
Compare
Choose a tag to compare

What's Changed

  • Fix sort_key and sort_dir parameters for BlockStorage/v2/listSnapshots and Images/v2/listImages by @k0ka and @matthi4s in #374

Full Changelog: v3.3.0...v3.3.1

v3.3.0

25 Sep 18:34
42e66d8
Compare
Choose a tag to compare

What's Changed

  • Added segmentIndexFormat parameter to ObjectStore\Container::createLargeObject allowing to change segment index format and supporting more than 10 segments per file, close #365 by @vpecinka in #366

New Contributors

Full Changelog: v3.2.4...v3.3.0

v3.2.4

24 Sep 15:12
ac606a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.3...v3.2.4

Support new version of GuzzleHttp\Promise

24 Jun 18:20
aef36ab
Compare
Choose a tag to compare

use \GuzzleHttp\Promise\Utils::all instead of \GuzzleHttp\Promise\all to support guzzlehttp/promises>=2.0 #359

allow uri-template 1.0

08 Apr 09:17
2a534ca
Compare
Choose a tag to compare

What's Changed

  • allow uri-template 1.0 to be compatible with the latest Laravel in #358

Full Changelog: v3.2.1...v3.2.2

Fix deprecated functions in Guzzle 7

21 Jul 13:52
42e2d09
Compare
Choose a tag to compare
Merge pull request #331 from alcalyn/patch-1

Fix Call to undefined function GuzzleHttp\Psr7\modify_request()

Added support for Guzzle 7

27 Oct 00:41
7b0eeb6
Compare
Choose a tag to compare
v3.1.0

Guzzle 7 and minor improvements