Releases: php-opencloud/openstack
Releases · php-opencloud/openstack
v3.6.1
v3.6.0
What's Changed
- added
nameparameter toIdentity::patchUserso the sample file works properly in #387 - added
Retrievableinterface toVolumeTypein #387 - added
HasWaiterTraittoCompute::Imagein #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
v3.4.0
v3.3.1
v3.3.0
What's Changed
- Added
segmentIndexFormatparameter toObjectStore\Container::createLargeObjectallowing 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
What's Changed
- Add .gitattributes file by @alamirault in #367
New Contributors
- @alamirault made their first contribution in #367
Full Changelog: v3.2.3...v3.2.4
Support new version of GuzzleHttp\Promise
use \GuzzleHttp\Promise\Utils::all instead of \GuzzleHttp\Promise\all to support guzzlehttp/promises>=2.0 #359
allow uri-template 1.0
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
Merge pull request #331 from alcalyn/patch-1 Fix Call to undefined function GuzzleHttp\Psr7\modify_request()