Revision history for Perl module DNS::Unbound 0.13 - Fri, 8 Nov 2019 - BUG FIX: Accommodate having AsyncQuery.pm loaded at compile time. - Add answer_packet() accessor to DNS::Unbound::Result. - Deprecate to_net_dns_rrs(). - Add examples to demonstrate interaction with AnyEvent and IO::Async. 0.12 - Sat, 14 Sep 2019 - Rename count_pending_promises() to count_pending_queries(). 0.11 - Sat, 14 Sep 2019 - Fix memory leak when an asynchronous query is canceled. - Add count_pending_promises() method. 0.10 - Mon, 26 Aug 2019 - Query results are now represented as instances of DNS::Unbound::Result rather than simple hash references. Existing implementations should continue to work. - DNS::Unbound::Result’s method to convert a query result to Net::DNS::RR instances obviates the need to decode query results manually. The decode_name() and decode_character_strings() functions will be retained as a convenience for contexts where they’re useful. - resolve() and resolve_async() now fall back on Net::DNS::Parameters to parse any unrecognized query types. 0.09 - Sat, 27 July 2019 - Remove dependency on recent ExtUtils::MakeMaker version. - Split DNS::Unbound::AsyncQuery off to a separate file; add POD & test. - Beef up documentation. 0.08 - Thu, 13 June 2019 - Tweak verbiage (no code changes) 0.07 - Sun, 9 June 2019 - Add error checking for debugout(). - Work around libunbound debugout bug (https://github.com/NLnetLabs/unbound/issues/39) 0.06 - Fri, 7 June 2019 - Add debug control support. 0.05 - Fri, 7 June 2019 - Add asynchronous query support. - Fix instantiation of ResolveError exception. 0.04 - Sun, 19 May 2019 - BUG FIX: Prevent excess destruction of context struct. - OPTIMIZATION: Store ints as IV rather than NV. 0.03 - Thu, 16 May 2019 - Fix bugtracker in Makefile.PL. 0.02 - Mon, 25 March 2019 - Resolve configure_requires issue. - Fix dangling “1;” in POD. 0.01 - Thu, 21 March 2019 - Initial release