mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-12 18:37:54 +08:00
3.4 KiB
3.4 KiB
Change Log
v0.2.0 (2020-02-06)
Enhancement
- Added support for Object Storage #39
v0.1.7 (2019-11-11)
Enhancement
- Version number was missing in v0.1.6 - Attempt was made to fix however it will not work. Cutting new release to remedy this.
v0.1.6 (2019-11-07)
Enhancement
- Retry rate-limited requests with exponential backoff#28
v0.1.5 (2019-10-16)
Enhancement
- Whitelisting public endpoints that do not require the api key#24
v0.1.4 (2019-07-14)
Bug Fixes
- Fix panic on request failure #20
v0.1.3 (2019-06-13)
Features
- added
GetVc2zList
to Plans to retrievehigh-frequency compute
plans #13
Breaking Changes
- Renamed all variables named
vpsID
toinstanceID
#14 - Server
- Renamed Server struct field
VpsID
toInstanceID
#14
- Renamed Server struct field
- Plans
- Renamed Plan struct field
VpsID
toPlanID
#14 - Renamed BareMetalPlan struct field
BareMetalID
toPlanID
#14 - Renamed VCPlan struct field
VpsID
toPlanID
#14 - Renamed Plan struct field
VCPUCount
tovCPUs
#13 - Renamed BareMetalPlan struct field
CPUCount
toCPUs
#13 - Renamed VCPlan struct field
VCPUCount
tovCPUs
#13 - Renamed VCPlan struct field
Cost
toPrice
#13
- Renamed Plan struct field
v0.1.2 (2019-05-29)
Fixes
- Fixed Server Option
NotifyActivate
bug that ignored afalse
value - Fixed Bare Metal Server Option
UserData
to be based64encoded
Breaking Changes
- Renamed all methods named
GetList
toList
- Renamed all methods named
Destroy
toDelete
- Server Service
- Renamed
GetListByLabel
toListByLabel
- Renamed
GetListByMainIP
toListByMainIP
- Renamed
GetListByTag
toListByTag
- Renamed
- Bare Metal Server Service
- Renamed
GetListByLabel
toListByLabel
- Renamed
GetListByMainIP
toListByMainIP
- Renamed
GetListByTag
toListByTag
- Renamed
v0.1.1 (2019-05-20)
Features
- add
SnapshotID
to ServerOptions as an option during server creation - bumped default RateLimit from
.2
to.6
seconds
Breaking Changes
- Iso
- Renamed all instances of
Iso
toISO
.
- Renamed all instances of
- BlockStorage
- Renamed
Cost
toCostPerMonth
- Renamed
Size
toSizeGB
- Renamed
- BareMetal & Server
- Change
SSHKeyID
toSSHKeyIDs
which are now[]string
instead ofstring
- Renamed
OS
toOs
- Change
v0.1.0 (2019-05-10)
Features
- Initial release
- Supports all available API endpoints that Vultr has to offer