Skip to content

Releases: mboot-github/WhoisDomain

release 1.20240129.1

29 Jan 10:04
Compare
Choose a tag to compare
  1. add some additional second level domains for .uk (where we have test data to confirm the output)
  2. add a switch noIgnoreWww to ignore the historical strip of www hosts.

(www.me.uk is a typical example where www.me.uk is actualy a domain and not just a host in a domain)

v1.20131115.1

15 Nov 10:41
Compare
Choose a tag to compare

update newly detected tld;s with analizer
cleanup some old tld's no longer active in iana

1.20231102.1

02 Nov 13:47
Compare
Choose a tag to compare

added fix for tld: .pl
to retrieve expire data (if not present) from the renew date

The "Sharks or Lions" release

17 Sep 10:57
Compare
Choose a tag to compare
  • option: add server extract to jwhois and rfc1036/whois output
  • option: cleanup http references in status data
  • test in production environmen

the "left is right is middle is up is down" release, fix 3

13 Sep 11:08
Compare
Choose a tag to compare

fix re.NOFLAG as it is 3.11 and we support from 3.9

the "left is right is middle is up is down" release

13 Sep 09:12
Compare
Choose a tag to compare
  • add all missing option of parameterContext to query()
  • add public_suffix if requested and tld is installed, we stop processing once we reach the pseudo tld.

Functional Regex release

08 Sep 07:49
Compare
Choose a tag to compare

introducing all regexes are now inside functions opening up the way for contextual searches for information that were not possible before, migrating to dependency injection to allow replacing entire modules (one day hopefully) and possibly testing modules stand alone in the future

"the galloping Chutzpah release; 5"

24 Aug 14:40
Compare
Choose a tag to compare

fix sub package include in whl

"the galloping Chutzpah release"

24 Aug 14:16
Compare
Choose a tag to compare
  • many mote _test entries
  • conditional redis include if import redis actually works
  • verify all _test entries

1.20230807.1 "contemplating green fields"

07 Aug 12:06
Compare
Choose a tag to compare

After "more lembas bread" and "refactor frenzy" , we now look forward to "contemplating green fields".

  • Bug-fix after broken timeout default (The default timeout =None created issues later on, the internal default is now 30 seconds.)
  • Custom caching is demonstrated in testCache.py, additional DummyCache, DBMCache and RedisCache.