|
1 | 1 | Revision history for MaxMind minFraud Java API |
2 | 2 | 1.52 Aug 9th 2012 |
3 | | - - Check always countryMatch instead of score ( Boris Zentner ) |
4 | | - - Allow more input fields |
| 3 | + - Check for the countryMatch field (not score) to see if a request |
| 4 | + returned valid data. The score field is deprecated. (Boris Zentner) |
| 5 | + - Allow all input fields provided by minFraud 1.4 (Boris Zentner) |
| 6 | + |
5 | 7 | 1.51 Apr 17th 2012 |
6 | | - - Replaced the minfraud server list with api-us-east.maximind.com and |
7 | | - api-us-west.maxmind.com ( Boris Zentner ) |
| 8 | + - Replaced the minfraud server list with api-us-east.maximind.com and |
| 9 | + api-us-west.maxmind.com ( Boris Zentner ) |
| 10 | + |
8 | 11 | 1.50 Mar 13th 2012 |
9 | | - - Check countryMatch instead of score for successful results. Score is |
10 | | - only avail for minfraud_version < 1.3 ( Boris Zentner ) |
| 12 | + |
| 13 | + - Check countryMatch instead of score for successful results. Score is |
| 14 | + only avail for minfraud_version < 1.3 ( Boris Zentner ) |
| 15 | + |
11 | 16 | 1.49 Februar 19th 2009 |
12 | | - - Add minfraud3.maxmind.com to the serverlist |
| 17 | + - Add minfraud3.maxmind.com to the serverlist |
| 18 | + |
13 | 19 | 1.48 October 3th 2008 |
14 | | - - Add new fields user_agent and accept_language for CCFD ( Boris Zentner ) |
| 20 | + - Add new fields user_agent and accept_language for CCFD ( Boris Zentner ) |
15 | 21 |
|
16 | 22 | 1.47 skipped |
17 | 23 |
|
18 | 24 | 1.46 October 4th 2007 |
19 | | - - Replaced www.maxmind.com and www2.maxmind.com with minfraud1.maxmind.com and minfraud2.maxmind.com |
| 25 | + - Replaced www.maxmind.com and www2.maxmind.com with minfraud1.maxmind.com and minfraud2.maxmind.com |
20 | 26 |
|
21 | 27 | 1.45 July 23rd 2007 |
22 | | - - Changed license from GPL to LGPL, to allow commercial programs to include minFraud API |
| 28 | + - Changed license from GPL to LGPL, to allow commercial programs to include minFraud API |
23 | 29 |
|
24 | 30 | 1.44 October 9th 2006 |
25 | | - - Fixed problem with encoding input fields, since now use POST instead of GET |
| 31 | + - Fixed problem with encoding input fields, since now use POST instead of GET |
26 | 32 |
|
27 | 33 | 1.43 October 3rd 2006 |
28 | | - - Added support for new input fields, usernameMD5 and passwordMD5 |
| 34 | + - Added support for new input fields, usernameMD5 and passwordMD5 |
29 | 35 |
|
30 | 36 | 1.4 August 8th 2005 |
31 | | - - Added support for Telephone Verification |
32 | | - - Use POST method instead of GET method, fixes bug where query string |
33 | | - was truncated |
34 | | - - Added support for bypassing DNS using IP addresses |
35 | | - - Added shipCity shipRegion shipPostal shipCountry to list of input fields |
| 37 | + - Added support for Telephone Verification |
| 38 | + - Use POST method instead of GET method, fixes bug where query string |
| 39 | + was truncated |
| 40 | + - Added support for bypassing DNS using IP addresses |
| 41 | + - Added shipCity shipRegion shipPostal shipCountry to list of input fields |
36 | 42 |
|
37 | 43 | 1.3 February 9th 2005 |
38 | | - - Added requested_type, forwardedIP, emailMD5, shipAddr, |
39 | | - txnID, sessionID to list of input fields |
40 | | - - Added LocationVerification.java |
| 44 | + - Added requested_type, forwardedIP, emailMD5, shipAddr, |
| 45 | + txnID, sessionID to list of input fields |
| 46 | + - Added LocationVerification.java |
41 | 47 |
|
42 | 48 | 1.2 July 2nd 2004 |
43 | | - - Added binName, binPhone, custPhone to list of input fields |
| 49 | + - Added binName, binPhone, custPhone to list of input fields |
44 | 50 |
|
45 | 51 | 1.1 June 14th 2004 |
46 | | - - use org.apache.commons.httpclient instead of Java's built in HTTP client |
47 | | - since Apache HTTP client has better support for timeouts |
48 | | - - Replaced h1 and h2 servers with www and www2 (all ending with maxmind.com) |
49 | | - - Added debug and timeout options |
50 | | - - Failover if score field not set |
| 52 | + - use org.apache.commons.httpclient instead of Java's built in HTTP client |
| 53 | + since Apache HTTP client has better support for timeouts |
| 54 | + - Replaced h1 and h2 servers with www and www2 (all ending with maxmind.com) |
| 55 | + - Added debug and timeout options |
| 56 | + - Failover if score field not set |
51 | 57 |
|
52 | 58 | 1.0 May 5st 2004 |
53 | | - - original version |
| 59 | + - original version |
0 commit comments