1.7 KiB
1.7 KiB
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Unreleased
1.2.1 - 2016-06-13
Fixed
omitempty
tags fixed forProbeInfoDTO.PoolRecord
&ProbeInfoDTO.ID
- Check
*http.Response
values for nil before access
1.2.0 - 2016-06-09
Added
- Add probe detail serialization helpers
Changed
- Flatten udnssdk.Response to mere http.Response
- Extract self-contained passwordcredentials oauth2 TokenSource
- Change ProbeTypes to constants
1.1.1 - 2016-05-27
Fixed
- remove terraform tag for
GeoInfo.Codes
1.1.0 - 2016-05-27
Added
- Add terraform tags to structs to support mapstructure
Fixed
omitempty
tags fixed forDirPoolProfile.NoResponse
,DPRDataInfo.GeoInfo
,DPRDataInfo.IPInfo
,IPInfo.Ips
&GeoInfo.Codes
- ProbeAlertDataDTO equivalence for times with different locations
Changed
- Convert RawProfile to use mapstructure and structs instead of round-tripping through json
- CHANGELOG.md: fix link to v1.0.0 commit history
1.0.0 - 2016-05-11
Added
- Support for API endpoints for
RRSets
,Accounts
,DirectionalPools
, Traffic Controller PoolProbes
,Events
,Notifications
&Alerts
Client
wraps common API access including OAuth, deferred tasks and retries