- Removed 1.8.7 support (should still work, but no longer supported in CI)
- Added new connection timeout option with 60-second default value
- Added ZoneForward resource
- Added RoamingHost resource
- Added fields to FixedAddress
- Added Lease resource
- Move :view to Post only attributes on Arecord
- Add TTL support to CNAME record
Make WAPI version 2.0 the default version.
A point release containing a bugfix and new field on a recod.
- Don't ask for ipv6addr in the return field for Ptr if the WAPI version is 1.0
- added 'view' attribute to zone_auth setter
- Fix json version for 1.8.7
As implied, this release is a breaking change that modifies the default behavior for SSL options, specifically by removing the "verify: false" behavior and requireing the user to supply the configuration when creating an Infoblox::Connection.
- Add
ttl
support to theTxt
record - Remove
verify: false
from default SSL options