IP Locator:Build History: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[IP Locator|← IP Locator]] | [[IP Locator|← IP Locator]] | ||
{{CustomTOC}} | {{CustomTOC}} | ||
==Build 4.0.0.47== | |||
''Released March 2020'' | |||
*Starting Friday, March 14, 2020, the returned latitude and longitude coordinates will be rounded to the second decimal place in order to be sensitive to user privacy. | |||
:Please keep in mind that Melissa’s internal methodology and data sources are not changing and you can remain confident in the accuracy of the returned response. | |||
:;For example: | |||
::Input IP: <code>12.203.219.6 </code> | |||
::Previously returned: <code>"Latitude":"33.651200", "Longitude":"-117.594000"</code> | |||
::Will now return: <code>"Latitude":"33.65", "Longitude":"-117.59"</code> | |||
==Build 4.0.0.29== | ==Build 4.0.0.29== | ||
''Released March 2017'' | ''Released March 2017'' |
Revision as of 22:04, 6 March 2020
Build 4.0.0.47
Released March 2020
- Starting Friday, March 14, 2020, the returned latitude and longitude coordinates will be rounded to the second decimal place in order to be sensitive to user privacy.
- Please keep in mind that Melissa’s internal methodology and data sources are not changing and you can remain confident in the accuracy of the returned response.
- For example
- Input IP:
12.203.219.6
- Previously returned:
"Latitude":"33.651200", "Longitude":"-117.594000"
- Will now return:
"Latitude":"33.65", "Longitude":"-117.59"
Build 4.0.0.29
Released March 2017
- Added two new response fields, ProxyType and ProxyDescription
- ProxyType reflects the proxy the IP is currently using, if any.
- ProxyDescription gives a short description of the proxy of the IP.
- Added new result code IS03, which represents that the IP is currently under a proxy.
Build 1.0.0.0
Released December 2015
- Initial Release