Releases: adulau/DomainClassifier
DomainClassifier version 1.4 released including a redis cache bug
v1.4 (2024-01-29)
-
[setup] v1.4 release. [Alexandre Dulaunoy]
-
[release] add the complete README.md for PyPI. [Alexandre Dulaunoy]
Fix
- [DomClassifier] fix redis cache. [terrtia]
Other
-
Merge pull request #7 from Terrtia/master. [Alexandre Dulaunoy]
fix Redis Cache
DomainClassifier released with TLD cache, dns record request cache and regexp timeout
v1.1 (2024-01-10)
New
- [domainclassifier] add a simple cache of the TLDs list from IANA (to avoid downloading at each start of the library) [Alexandre Dulaunoy]
Changes
-
[dep] remove PyBGPranking for the time being. [Alexandre Dulaunoy]
-
[domclassifier] add dns records redis cache + regex timeout. [terrtia]
-
[domainclassifier] update req user-agent. [terrtia]
-
[domainclassifier] clean-up code. [Alexandre Dulaunoy]
-
[doc] updated. [Alexandre Dulaunoy]
-
[lib] add the port option for recursive resolver outside the standard TCP/UDP 53 port. [Alexandre Dulaunoy]
-
[doc] another cloud service vanished into a black hole. [Alexandre Dulaunoy]
Fix
- [DomainClassifier] set optional dns port. [Alexandre Dulaunoy]
Other
-
Merge branch 'master' of github.com:adulau/DomainClassifier. [Alexandre Dulaunoy]
-
Merge pull request #6 from Terrtia/master. [Alexandre Dulaunoy]
chg: [domclassifier] add dns records redis cache + regex timeout
-
Merge pull request #5 from Terrtia/master. [Alexandre Dulaunoy]
chg: [domainclassifier] update req user-agent
DomainClassifier version 8 released
- BGP Ranking support has been fixed relying on the new D4-Project BGP Ranking client library.