v1.4.0.1
Bug Fixes
- Fixed bug in CDN service. When a request fails due to an expired token, it now automatically re-authenticates and retries the request.
Misc
- Added constructor to ServiceDefinition which streamlines creating a CDN service for a single domain
var service = new ServiceDefinition("service-name", "flavor-id", "www.example.com", "example.com")