forked from keithjjones/WhoisClient.NET
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathRELEASE-NOTES.txt
63 lines (51 loc) · 2.44 KB
/
RELEASE-NOTES.txt
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
v.6.1.0
- Throw TimeoutException instead of OperationCanceledException when RawQueryAsync method times out
v.6.0.0
- [BREAKING CHANGE] The Default timeout for communication with servers was changed to 2 seconds, and the default retry count was changed to 3 times (Issue #10 by Makaopior)
- Improved resolving an organization name from a raw response text from a WHOIS server
- Improved that TcpClient creation is moved to a separate function, enabling usage in special cases like flowing traffic through a SOCKS proxy (PR #9 by Makaopior)
- Fixed potential infinite loop in socket reading method (Issue #11, PR #9 by Makaopior)
- Fixed potential response string corruption for registries which use multi-byte encoding (Issue #12, PR #13 by Makaopior)
- Fixed IPv6 address parsing in APNIC response (PR #14 by Makaopior)
v.5.1.0
- Added parsing of alternative JPNIC response format (without key letters) (PR #8 by Makaopior)
- Added ability to rethrow transport exceptions that've occurred during WHOIS request instead of swallowing them (PR #8 by Makaopior)
- Fixed tests
v.5.0.0
- Update the target frameworks
- Improvement: aware "whois: <server>" syntax for referral servers
v.4.0.0
- Fix: arin.net query issue
- Remove old tests
- Upgrade the .NET Stndard level
v.3.0.1
- Bump IPAddressRange to 3.2.0
- Fix: poor algorithm of detection referral serv.
v.3.0.0
- Enhance: .NET Core support.
- [BREAKING CHANGE] .NET 4.0 was no longer supported.
v.2.0.1
- Fix: missing XML document comment.
v.2.0.0
- Add Async API
- Support for .NET 4.5
v.1.1.1
- Backport from bugfix 04939d461c628c574976ef4a686bcde9c298e2c0 of WhoisClient.NET-VS2015 by Keith J. Jones.
- Squashed a minor bug with responded servers output.
v.1.1.0
- Backport from the improvements of WhoisClient.NET-VS2015 by Keith J. Jones.
- Created a maximum timeout for the network connections, reads, and writes.
- Added a maximum number of retries.
- Added this functionality to help with bad network connections.
- Added IntelliSense information.
- Fixed problem with default constructor for WhoisResponse.
- Relaxed member protections.
- Added default constructor for WhoisResponse.
- Moved all queries to start with IANA. Improved lookup algorithm.
- Fixed an issue detecting an organization name.
- Fixed an issue with an ARIN IP address whois.
- Many bug fixes and enhancements.
v.1.0.2
- Fix bug with port number referral server response.
v.1.0.1
- Single out one record when querying domain.