diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8ec2a2..176a35fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Infoblox Go Client Release Notes +## v2.5.0 + +### Release Summary + +- Added a generic function to fetch objects by internal id. +- Added support for the http calls with headers to WAPI. + +### Major Changes + +- Added a generic function `SearchObjectByAltId` to fetch objects by internal id. +- Added validations for objects fetched by internal id. + +### Minor Changes + +- Added two functions `GetDnsMember` and `GetDhcpMember` to fetch DNS and DHCP members respectively. +- Added two functions `UpdateDnsStatus` and `UpdateDhcpStatus` to update DNS and DHCP status respectively. + ## v2.4.0 ### Release Summary diff --git a/README.md b/README.md index 59366e87..95d10376 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This library is compatible with Go 1.2+ * Go 1.2 or above ## Installation - To get the latest released version [v2.4.0](https://github.com/infobloxopen/infoblox-go-client/releases/tag/v2.4.0) of Go Client use below command. + To get the latest released version [v2.5.0](https://github.com/infobloxopen/infoblox-go-client/releases/tag/v2.5.0) of Go Client use below command. `go get github.com/infobloxopen/infoblox-go-client/v2` @@ -109,6 +109,7 @@ This library is compatible with Go 1.2+ * GetHostRecord * GetHostRecordByRef * SearchHostRecordByAltId + * SearchObjectByAltId * GetIpAddressFromHostRecord * GetNetwork * GetNetworkByRef