Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

76 lines (61 loc) · 2.73 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[1.3.5]

  • Added 'availableToServe' to BackupRecord DTO
  • Added 'status' to TCPool profile DTO
  • Improved the testing steps used latest go 1.14 and go mod

[1.3.4] - 2018-01-15

Changed

  • Update all references to udnssdk from Ensighten to terra-farm

[1.3.3] - 2017-12-19

Changed

  • Added 'availableToServe' to SBPool and TCPool profile DTOs.

1.3.2 - 2017-03-03

Changed

  • CheckResponse: improve fallthrough error to include full Response Status and properly format Body
  • Client.NewRequest: split query to avoid encoding "?" as "%3F" into path

1.3.1 - 2017-03-03

Changed

  • Client.NewRequest: shallow-copy BaseURL to avoid retaining modifications

1.3.0 - 2017-02-28

Added

  • cmd/udns: add rrset query tool
  • DPRDataInfo.Type: add field to support API change

1.2.1 - 2016-06-13

Fixed

  • omitempty tags fixed for ProbeInfoDTO.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 for DirPoolProfile.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 Pool Probes, Events, Notifications & Alerts
  • Client wraps common API access including OAuth, deferred tasks and retries