Skip to content

Commit

Permalink
Release notes for Go-Client v2.8.0 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
JkhatriInfobox authored Oct 29, 2024
1 parent 88d7493 commit f3cd0b4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Infoblox Go Client Release Notes

## v2.8.0

### Release Summary

- This release introduces several significant enhancements and new features aimed at improving record management and
network configuration capabilities.

### Minor Changes

- Added Create, Update and Delete operations for ZoneDelegated record.
- Added structs `IpNextAvailable` for Next Available IP with extensible attribute for A, AAAA, and Host Record.
- Added support for the Next Available Network with Extensible Attributes for Network and Network Container.
- Added Aliases and disable field in HostRecord struct.

## v2.7.0

### Release Summary
Expand Down
5 changes: 4 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.21 or above

## Installation
To get the latest released version [v2.7.0](https://github.com/infobloxopen/infoblox-go-client/releases/tag/v2.7.0) of Go Client use below command.
To get the latest released version [v2.8.0](https://github.com/infobloxopen/infoblox-go-client/releases/tag/v2.8.0) of Go Client use below command.

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

Expand Down Expand Up @@ -67,7 +67,10 @@ This library is compatible with Go 1.2+
## Supported NIOS operations

* AllocateIP
* AllocateNextAvailableIp
* AllocateNetwork
* AllocateNetworkByEA
* AllocateNetworkContainerByEA
* AllocateNetworkContainer
* CreateARecord
* CreateAAAARecord
Expand Down

0 comments on commit f3cd0b4

Please sign in to comment.