Skip to content

Releases: s-hamann/desec-dns

1.1.0

24 Aug 10:08
79a7686
Compare
Choose a tag to compare

What's Changed

Breaking Changes ⚠️

  • Fix domain positional argument being eaten by previous arguments by @franzs in #36
    This changes they way multiple values are passed, e.g. multiple records for a new record set. The respective option needs to be repeated now, e.g.
    desec add-record -t A -s www -r 192.0.2.1 -r 192.0.2.2 example.com

New Features 🚀

  • Support setting and modifying the allowed_subnets token attribute by @s-hamann in #39

Fixes 🛠

  • Fix incorrect API attribute name in docs by @s-hamann in #38

New Contributors

Full Changelog: v1.0.0...v1.1.0

1.0.0

30 Jun 08:03
v1.0.0
13a113d
Compare
Choose a tag to compare

Changes

  • First versioned release

Note: Starting with this release, there is a package available on PyPI. Please use the package rather installing the script directly.

New Contributors

Full Changelog: https://github.com/s-hamann/desec-dns/commits/v1.0.0