Skip to content

Commit

Permalink
Updated CHANGELOG.md and README.md. (#227)
Browse files Browse the repository at this point in the history
* Updated CHANGELOG.md and README.md.

* Updated CHANGELOG.md.
  • Loading branch information
sdas-infoblox authored Apr 5, 2024
1 parent 86912c1 commit 680295e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -109,6 +109,7 @@ This library is compatible with Go 1.2+
* GetHostRecord
* GetHostRecordByRef
* SearchHostRecordByAltId
* SearchObjectByAltId
* GetIpAddressFromHostRecord
* GetNetwork
* GetNetworkByRef
Expand Down

0 comments on commit 680295e

Please sign in to comment.