-
Notifications
You must be signed in to change notification settings - Fork 17
/
CHANGES
40 lines (28 loc) · 1.21 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
python-powerdns - PowerDNS web api python client and interface
==============================================================
Contact: Denis 'jawa' Pompilio <[email protected]>
Sources: https://github.com/outini/python-powerdns
=== v2.1.0 02/11/2021 ===
* feat(interface.py): Add support for RRSet Records as dicts (991jo)
* feat(tests): Add tests suite and documentation
=== v2.0.0 15/06/2021 ===
* feat(interface.py): Add support for RRset comments
=== v1.0.0 01/06/2021 ===
* feat(interface.py): Add a notify() method for DNS zones notification
=== v0.2.5 08/10/2018 ===
* fix(interface.py): Allow list and not just tuple as a record type
=== v0.2.4 08/10/2018 ===
* fix(interface.py): rename method
=== v0.2.3 02/10/2018 ===
* feat(interface.py): Add update to deal with PDNS field
=== v0.2.2 10/09/2018 ===
* fix(interface.py): fix get_record method
=== v0.2.1 19/06/2018 ===
* Setup script improvement for PyPi publication
=== v0.2.0 19/06/2018 ===
* Modified setup.py for wheels creation
* PyLint and documentation
=== v0.1.1 2018/02/13 ===
* New helper: pdns-zone-creator for DNS zone creation
=== v0.1.0 2018/02/08 ===
* Initial release of python-powerdns