Releases: mboot-github/python-whois
0.9.18
What's Changed
- add support for iana domains by @maarten-boot in #233
- create a test environment with static test data by @maarten-boot in #236
- add text to Domain result; but only if requested by @maarten-boot in #237
- Add support for new Top Level Domains by @windgmbh in #227
- Refactor and add getting the raw whois data also for unsupported tld's by @maarten-boot in #238
- add nameservers for domains with missing or missing number; add emails to output if present by @maarten-boot in #240
New Contributors
Full Changelog: 0.9.17...0.9.18
0.9.17
What's Changed
- new tld's; add uption _slowdown directly to tld regexp; tests for all new tld's by @maarten-boot in #211
- Additional support for other domain names and some internationalized … by @0x00t0x7f in #213
- cleanup tests; reformat; fix typo return type by @maarten-boot in #214
- import idna third-party package dependence deleted by @0x00t0x7f in #215
- add tld: gg, as, cv, si, sn, fashion, py by @maarten-boot in #216
- a new test program test2.py by @maarten-boot in #220
- add tld: radio by @cottsay in #222
- Added support of .lviv.ua, it has .com format by @isia in #223
- fix emptry last modified for au domains (fix for #228 ) by @maarten-boot in #229
- add tld .co.uk by @maarten-boot in #231
- move sections in do_parse to functions; prepare for handling old style IANA domain by @maarten-boot in #232
New Contributors
- @0x00t0x7f made their first contribution in #213
- @cottsay made their first contribution in #222
- @isia made their first contribution in #223
Full Changelog: 0.9.16...0.9.17
0.9.16
What's Changed
- Add Estonian tld .ee (with custom: Regex, date validator and test). by @B-SPANO in #199
- add Tunisian(.tn) Saudi Arabia(.sa) TLDs w/ customs regex, time forma… by @B-SPANO in #200
- Add CentralNic TLDs by @mimi89999 in #196
- adding new tld's by @maarten-boot in #205
- add server option to whois; add _server hint in tld_regexpr.py; add e… by @maarten-boot in #206
- aditional tld's by @maarten-boot in #207
- add tld ga; optional cleaning raw whois output; update readme by @maarten-boot in #209
- rework test.py add fix for: issues/174 by @maarten-boot in #210
New Contributors
- @maarten-boot made their first contribution in #205
Full Changelog: 0.9.15...0.9.16
0.9.15
What's Changed
- Type hints by @mimi89999 in #177
- Convert README file from plain text to Markdown by @tnhung2011 in #179
- Corrected spelling by @tnhung2011 in #178
- Fix bug_report.md by @tnhung2011 in #184
- Add some domain :| by @tnhung2011 in #180
- TLD additions, additional date formats, adjustment to pattern for jp tld by @DeepMac in #186
- Update MANIFEST.in by @onkelbeh in #187
- Added .sk TLD by @GenericStudent in #192
- Support .ax/.gy TLD, make .jp out consistent by @stypr in #188
- raise UnknownTld without print by @nojakub in #190
- Add .dev domain by @twsl in #193
- Adding .bzh and .nc TLDs support, tested with bretagne.bzh and congres.nc by @Ekwen in #194
- Add donuts.domains TLDs by @mimi89999 in #195
- add 17 tld (app, asia, best, bond, cat, click, cloud, fit, icu, kiwi,… by @B-SPANO in #198
New Contributors
- @mimi89999 made their first contribution in #177
- @tnhung2011 made their first contribution in #179
- @DeepMac made their first contribution in #186
- @onkelbeh made their first contribution in #187
- @GenericStudent made their first contribution in #192
- @nojakub made their first contribution in #190
- @twsl made their first contribution in #193
- @Ekwen made their first contribution in #194
- @B-SPANO made their first contribution in #198
Full Changelog: 0.9.14...0.9.15
0.9.14: Merge pull request #173 from doobrie/master
Added support for .tz
significant bug fixes
Changes:
Now ignore decode errors (com.tr on Windows returns non-UTF-8 characters)
When no name servers are defined, now return None instead of 'set()'
Return registrant when defined
Add two missing dateformats
Adds support for:
.com.tr
.sale
.link
.game
.trade
.ink
.pub
.am
.im
.fm
.hk
.cr
.global
.co.il
.in
.pt
Issues:
Fixes #138
Fixes #130
Fixes #128
Fixes #126
Fixes #111
Fixes #83
Fixes #37
0.9.9
added abuse_contact and reseller optional attributes (.nl TLD)
extended DNSSEC check for .nl TLD ('yes')
corrected mistake in Windows process starter (missing '.exe')
now raises UnknownTld exception instead of terminating at unknown TLD
various PEP8/code format improvements
new tld support
0.9.7 0.9.7