Skip to content

Commit

Permalink
Updates CHANGELOG file with release summary documentation (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanthKa677 committed Oct 30, 2023
1 parent 61358d5 commit 6caaa01
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Infoblox Go Client Release Notes

## v2.4.0

### Release Summary

- Added 'object_generated' file contains auto generated WAPI object structures and associated functions from WAPI instance.
- Added E2E tests for functionality validation on WAPI's instance.
- Updated CHANGELOG file with structs and fields of corresponding objects generated.
- Some fields of structs are updated with pointers corresponding to WAPI instance.

### Major Changes

- Updated vendor directory and some dependencies like `ginkgo` with version update for test files.
- Added `object_generated` file contains supported objects from go-client and other WAPI objects with structs.
- Added Multi Value Extensible Attribute search validation for terraform plugin.
- Removed `record_ns` file as `RecordNS` object struct already exists in `object_generated` file.

## v2.1.1

This is just a bugfix release.
Expand Down
2 changes: 1 addition & 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.1.0](https://github.com/infobloxopen/infoblox-go-client/releases/tag/v2.1.0) of Go Client use below command.
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.

`go get github.com/infobloxopen/infoblox-go-client/v2`

Expand Down

0 comments on commit 6caaa01

Please sign in to comment.