Skip to content

Commit 721cb95

Browse files
committed
Created ChangeLog
1 parent 20f814e commit 721cb95

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

ChangeLog

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Changes in version 0.3.1 (10 April 2015)
2+
3+
* implemented asynchronous queries, bound to Context()
4+
objects, and introduced Context.run() method. See
5+
getdns.readthedocs.org
6+
7+
* queries now return a Result() object, with attributes.
8+
See getdns.readthedocs.org
9+
10+
* removed leading GETDNS_ in all constants
11+
(i.e. getdns.GETDNS_RRTYPE_AAAA is now getdns.RRTYPE_AAAA)
12+
13+
* added getdns.get_errorstr_by_id() method, making it easier
14+
to provide user-friendly error messages
15+
16+
* prettied up printing of canonical names in Result object
17+
18+
* str and repr printing has been added to both Context and
19+
Result objects
20+
21+
* dead code removed
22+
23+
* replaced instances of getdns_strerror() with
24+
getdns_get_errorstr_by_id()
25+
26+
* fixed incorrect error return from Result construction
27+
28+
* moved __version__ attribute from Context to top-level
29+
getdns module
30+
31+
* made exception handling within the module more consistent
32+
33+
* added documentation describing getdns.error
34+
35+
* broke out query types

0 commit comments

Comments
 (0)