Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.94 KB

CHANGELOG.rst

File metadata and controls

61 lines (44 loc) · 1.94 KB

Infoblox Go Client Release Notes

This is just a bugfix release.

  • Enhancements in Host Record functionality
  • Code refinements
  • SearchHostRecordByAltId function to search Host Record By alternative ID from terraform.
  • The code for every record has been seperated and added under a new file.

Create, Update, Delete and Get operation on below records are being added or enhanced.

  • Network View with comment and EAs
  • IPv4 and IPv6 network containers with comment and EAs
  • IPv4 and IPv6 network with comment and EAs
  • Host Record with comment, EAs, EnableDns, EnableDhcp, UseTtl, Ttl, Alias attributes
  • Fixed Address record with comment and EAs
  • A record with comment, EAs, UseTtl, Ttl
  • AAAA record with comment, EAs, UseTtl, Ttl
  • PTR record with comment, EAs, UseTtl, Ttl
  • Added IPv6 support for PTR record
  • CNAME record with comment, EAs, UseTtl, Ttl
  • Adds a compile-time check to the interface to make sure it stays in sync with the actual implementation.
  • Added apt UTs and updated respective UTs
  • Added default value of network view in AllocateIP, CreateHostRecord and CreatePTRRecord Function
  • IPv6 Support #86
  • Possibility to UPDATE a CNAME entry #110
  • Feature Request: Ability to add comments #116
  • Feature: Add ability to set extensible attributes when creating a network #119
  • Feature request: add host aliases get/create/update #126