Compute
- Servers can now be suspended and resumed (#425 — added by @asusk7m550)
- Added extended status server properties (#386 — added by @cs278)
- Servers can now be booted up from a volume (#407)
- Added sample code for creating a server and retrieving its IP address (#416)
Database
- Added support for datastores and configurations (#409)
DNS
- Added methods for asynchronous job retrieval (#372)
- Bug fix: Fixed broken path in user guide (#392 — bug reported by @jsbodine)
- Bug fix: Made cross-links in documentation use relative paths (#394 — bug reported by @jsbodine)
Load Balancer
- Added
httpsRedirect
as an updatable attribute (#367) - Bug fix: Nodes are added only if they are new (#400)
- Bug fix: Removed call to non-existent list with details HTTP API (#426 — bug reported by @jjtroberts)
Monitoring
- Bug fix:
PaginatedIterator
fromfetchDataPoints
now returnsMetricDataPoint
s instead ofMetric
s (#387 — bug fixed by @Ben-Speakman) - Bug fix: Memory agent host info is now treated consistently (#385 — bug reported by @Ben-Speakman)
🆕 Orchestration
Object Store
- More code samples (#413, #420)
- Bug fix: CORS header are no longer prefixed with
X-*-Meta-*
(#403 — bug reported and fixed by @killswitch)
Queues
- Bug fix: Fixed regex to not assume presence of
claim_id
(#382)
Common
- Released responsibility for logging onto PSR interfaces (#368)
- Bug fix: Fixed to how iterator traverses collection with next url (#370 — bug reported by @mastef)