Changelog
[0.0.4]
- Breaking changes:
- Remove Ruby 3.0 & 3.1 support
- Chore:
- Add Ruby 3.4 & 4.0 support
- Update dependencies
[0.0.3]
- Temporarily add
base64as a direct dependency while waiting for a new release ofdnsrubyin order to fix a warning. See Gemfile for details. - Fix
undefined method 'uuid_v4' for Random:Class (NoMethodError)for Ruby 3.0-3.2 when callingADAssault::DNS:DUZDU#checkv4like in CLI sub-commandada dns duzdu check.
[0.0.2]
Library:
- Add
DNS::DUZDUclass, DNS unsecure zone dynamic update
CLI:
- Add
ada dns duzdusub-command, DNS unsecure zone dynamic update- actions: add, check, delete, get, replace
[0.0.1]
- First version (early stage)
- Replaces DCDetector and integrates it under the
dns find_dcscommand (DNS::FindDCsclass).