Releases: mboot-github/WhoisDomain
Releases · mboot-github/WhoisDomain
release 1.20240129.1
v1.20131115.1
update newly detected tld;s with analizer
cleanup some old tld's no longer active in iana
1.20231102.1
added fix for tld: .pl
to retrieve expire data (if not present) from the renew date
The "Sharks or Lions" release
- 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
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
- 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
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"
fix sub package include in whl
"the galloping Chutzpah release"
- many mote _test entries
- conditional redis include if import redis actually works
- verify all _test entries
1.20230807.1 "contemplating green fields"
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.