Skip to content

Tags: php-opencloud/openstack

Tags

v3.14.0

Toggle v3.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
merge headers in `OperatorTrait::sendRequest` (#427)

* merge headers in `OperatorTrait::sendRequest`

* remove bobcat integration tests

v3.13.0

Toggle v3.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove wallaby and yoga due to ubuntu 20.04 deprecation (#425)

v3.12.0

Toggle v3.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
extend FloatingIP with description and subnet_id (#421)

Add optional `description` and `subnet_id` parameters to Floating IPs creation endpoint.

v3.11.0

Toggle v3.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add PHP 8.4 support (#415)

Signed-off-by: Joas Schilling <[email protected]>
Co-authored-by: Konstantin Babushkin <[email protected]>

v3.10.0

Toggle v3.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
make swift metadata header case insensitive (#407)

* compare headers case insensitively
* drop support of unmaintained releases in CI (until they are returned in github action).

v3.9.0

Toggle v3.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
enchance error builder: output body only for json, limit body to 5 Kb (

…#405)

fixes #403
supersedes #404

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add errorVerbosity (#400)

fixes #335
fixes #398

v3.7.1

Toggle v3.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Swift container requests with "tokens" in its name (#396)

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Resume suspend server (#394)

* Implement resuming and suspending of servers

---------

Co-authored-by: Martin Zurowietz <[email protected]>

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
return HandlerStack for BC (#391)

* return HandlerStack for Backward Compatibility - #382