-
Notifications
You must be signed in to change notification settings - Fork 25
/
CHANGELOG
38 lines (27 loc) · 953 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.6] - 2023-10-17
- Fixed incorrect ipv6 conversion (#31)
## [1.1.5] - 2023-01-02
### Chaged
- Updated providers list
## [1.1.4] - 2021-10-03
### Changed
- improved domain regex to allow usage for 3rd+ level domains (inspired by #22)
- removed some duplicated sorbs.net blacklists (#21)
## [1.1.0] - 2020-09-27
### Added
- ipv6 support for DNSBLIpChecker
### Changed
- Updated providers list
## [1.0.0] - 2020-03-08
### Added
- CHANGELOG
- Domain DNSBL Providers (dbl.spamhaus.org, uribl.spameatingmonkey.net, multi.surbl.org, rhsbl.sorbs.net)
- DNSBLIpChecker class to check ips
- DNSBLDomainChecker class to check domains
### Changed
- DNSBLChecker marked as deprecated