Releases: php-opencloud/openstack
Releases · php-opencloud/openstack
v3.6.0
What's Changed
- added
name
parameter toIdentity::patchUser
so the sample file works properly in #387 - added
Retrievable
interface toVolumeType
in #387 - added
HasWaiterTrait
toCompute::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
v3.4.0
v3.3.1
v3.3.0
What's Changed
- Added
segmentIndexFormat
parameter toObjectStore\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
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()
Added support for Guzzle 7
v3.1.0 Guzzle 7 and minor improvements