1# EDGEGRID GOLANG RELEASE NOTES
2
3## 1.1.1 (May 11, 2021)
4
5#### BUG FIXES
6
7* DNSv2
8  * Fixed parsing SVCB, HTTPS rdata.
9
10## 1.1.0 (Feb 23, 2021)
11
12#### FEATURES/ENHANCEMENTS:
13* DNSv2
14    * Add support to parse HTTPS, SVCB records
15
16## 1.0.1 (Jan 7, 2021)
17* CPSv2 - Fixed several issues with listing enrollments
18
19## 2.0.0 (Oct 15, 2020)
20* [IMPORTANT] Breaking changes from earlier clients. Project updated to use v2 directory structure.
21* [ENHANCEMENT] PAPI - Api error return to the user when an activation or validation error occurs.
22* [NOTE] Project re-organized to prepare for additional APIs to be included in future versions of this library.
23
24## 1.0.0 (Oct 15, 2020)
25* Official release for the EdgeGrid Golang library
26* DNSv2 - Zone create signature to pass blank instead of nil
27* PAPI - Return nil instead of error if no cp code was found
28* GTM - Datacenter API requires blank instead of nil
29
30## 0.9.18 (Jul 13, 2020)
31* [AT-40][Add] Preliminary Logging CorrelationID
32
33## 0.9.17 (Jun 9, 2020)
34* Corrected AKAMAICDN target parsing
35* Added endpoints for list zones, creating and updating multiple recordsets
36* Refactored recordsets into separate source file
37
38## 0.9.16 (May 29, 2020)
39* Client-v1, Papi-v1 Updates
40* Add lock around http request creation.
41* papi - add logging to papi endpoints.
42
43## 0.9.15 (May 15, 2020)
44* DNSv2 - Added CERT, TSLA Record parsing. Removed MX Record parsing
45
46## 0.9.14 (May 12, 2020)
47* DNSv2 - Enhance RecordError functions
48
49## 0.9.13 (Apr 26, 2020)
50* DNSv2 - filterZoneCreate check upper case Type
51
52## 0.9.12 (Apr 21, 2020)
53* DNSv2 - Added optional arg to bypass dns record lock for create, update and delete functions. default preserves prior behavior
54
55## 0.9.11 (Apr 13 , 2020)
56* DNSv2 Updates
57  * Add additional fields, including TSIG, to zone
58  * Support alias zone types
59  * Add utility functions for Rdata parsing and process.
60  * Add GetRecord, GetRecordSet functions
61  * Add additional Recordset metadata
62* Add http request/response logging
63
64## 0.9.10 (Mar 5, 2020)
65* Add support for caching Edgehostnames and Products
66* Support for cache in papi library for edgehostnames and products to minimize round trips to fetch repeated common data to avoid
67  WAF deny rule IPBLOCK-BURST4-54013 issue
68
69## 0.9.9 (Feb 29, 2020)
70* Add support for caching Contract, Groups, and Cp Codes
71* cache to minimize round trips on repeated common data fetches to avoid
72  WAF deny rule IPBLOCK-BURST4-54013 issue
73
74## 0.9.0 (Aug 6, 2019)
75* Added support for GTM
76