Releases: farsightsec/pydnstable
pydnstable 0.8.0
pydnstable version 0.8.0 was released. This version enables case-sensitivity as demonstrated in the underlying dnstable library.
Download: https://dl.farsightsecurity.com/dist/pydnstable/pydnstable-0.8.0.tar.gz
SHA256: a67a60b2ad31e9f22b6eaad6a2f2c8b73ac9e2a6122b8488a3aa2ab50c4be674
pydnstable 0.7.3
pydnstable, the Python bindings for the dnstable library, version 0.7.3, was released. This release corrects a bug affecting encoding of special characters under Python3. In detail:
- Fix bug in Python3 support.
- Add simple tests for text and fmt_dict output.
Download: https://dl.farsightsecurity.com/dist/pydnstable/pydnstable-0.7.3.tar.gz
SHA256: e30dc6cb660b51bb4333a7d501d885dc93f02b65e99302ae923d482166894a2a
pydnstable 0.7.0
pydnstable, the Python bindings for the dnstable library, version 0.7.0, was released. This release features Python3 support and new query parameters for aggregation and skipping of results. In detail:
- Python3 support.
- Add new query parameters 'aggregate' and 'skip'.
Download: https://dl.farsightsecurity.com/dist/pydnstable/pydnstable-0.7.0.tar.gz
SHA256: c302b1cffd8a6d2be27e6366f6578bfab04203ed6463884cacd4127e6aafd3f8
pydnstable 0.6.1
This pydnstable release 0.6.1 has a single fix for negative epoch times. (It adds try/except around time conversions from signed python integers.)
pydnstable 0.6.0
tags/v0.6.0 debian/changelog: 0.6.0-1
pydnstable 0.5.0
Revert repository changes from 'Imported Upstream version 0.4.0' commit - Restore .gitignore - Restore MANIFEST.in - Delete PKG-INFO - Delete dnstable.c