New regions
We're happy to announce 10 new datacenters, made public in the latest update. The new regions are:
- London (England)
- Frankfurt (Germany)
- Toronto (Canada)
- Dallas (USA)
- Fremont (USA)
- Atlanta (USA)
- Newark (USA)
- Mumbai (India)
- Singapore (Singapore)
- Tokyo (Japan)
API updates
Updates this weekend includes the following changes to our API:
/v1/billing/list_transactions
renamed to: /v1/transaction/list
/v1/billing/list_charges
renamed to: /v1/invoice/list
/v1/billing/sum_charges
renamed to: /v1/invoice/sum
The old endpoints will continue to exist and work as normally for a few more months, but with a Deprecated: true
header, please update your applications or let us know if you need more time.
Public endpoints such as listing of regions, plans and images are now using an improved caching mechanism, serving content from our distributed storage which means reduced loading times from about 200-300ms down to 50-100ms.
API docs now on git
To improve API docs we need your help, we therefore decided to make the OPenAPIv3 files used as source 100% open source and publish to Github temporary (Due to the recent controversies regarding Microsofts purchase of Github recently we'll consider the alternatives).
These docs where initially auto generated by a graphical editor and put into one large json file. We're currently switching to yaml as yaml supports comments and adding $refs
to split up the large file into smaller files with a more organized structure.
The goal is to provide the best possible API docs for you and your amazing applications using our API.