All Versions
92
Latest Version
Avg Release Cycle
94 days
Latest Release
1005 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v1.2.11 Changes
September 10, 2015- ๐ Fix load issue on Ruby 1.9.3.
-
v1.2.10 Changes
September 07, 2015- ๐ฎ Force Yandex to use HTTPS (thanks github.com/donbobka).
- ๐ฎ Force :google to use HTTPS if API key set.
- ๐ Fix out-of-the-box verbosity issues (GH #881).
- ๐ Improve timeout mechanism and add exception Geocoder::LookupTimeout (thanks github.com/ankane).
- ๐ Deprecate .near and #nearbys for MongoDB-backed models.
-
v1.2.9 Changes
June 12, 2015- Don't cache unsuccessful responses from Bing (thanks github.com/peteb).
- ๐ Show API response when not valid JSON.
- ๐ฒ Log each API request.
- ๐ฎ Force all SmartyStreets requests to use HTTPS.
-
v1.2.8 Changes
March 21, 2015- โ Add :maxmind_geoip2 lookup (thanks github.com/TrangPham).
- โ Add ability to force/specify query type (street or IP address) (thanks github.com/TrangPham).
- โ Add :basic_auth configuration (thanks github.com/TrangPham).
- โ Add
safe_location
method for Rails controllers (thanks github.com/edslocomb). - โ Add :logger configuration (thanks github.com/TrangPham).
- ๐ Improve error condition handling with Bing (thanks github.com/TrangPham).
-
v1.2.7 Changes
January 24, 2015- โฌ๏ธ DROP SUPPORT for Ruby 1.9.2.
- ๐ Use UTF-8 encoding for maxmind_local results (thanks github.com/ellmo).
- โก๏ธ Update freegeoip response handling (thanks github.com/hosamaly).
- โก๏ธ Update nominatim response handling (thanks github.com/jsantos).
- โก๏ธ Update yandex response handling (thanks github.com/wfleming).
- โก๏ธ Update geocodio response handling (thanks github.com/getsidewalk).
- โ Add ability to raise exception when response parsing fails (thanks github.com/spiderpug).
- ๐ Fix double-loading of Railtie (thanks github.com/wfleming and zhouguangming).
-
v1.2.6 Changes
November 08, 2014- โ Add :geoip2 lookup (thanks github.com/ChristianHoj).
- โ Add :okf lookup (thanks github.com/kakoni).
- Add :postcode_anywhere_uk lookup (thanks github.com/rob-murray).
- Properly detect IPv6 addresses (thanks github.com/sethherr and github.com/ignatiusreza).
-
v1.2.5 Changes
September 12, 2014- ๐ Fix bugs in :opencagedata lookup (thanks github.com/duboff and kayakyakr).
- ๐ Allow language to be set in model configuration (thanks github.com/viniciusnz).
- โก๏ธ Optimize lookup queries when using MaxMind Local (thanks github.com/gersmann).
-
v1.2.4 Changes
August 12, 2014- โ Add ability to specify lat/lon column names with .near scope (thanks github.com/switzersc).
- โ Add OpenCageData geocoder (thanks github.com/mtmail).
- โ Remove CloudMade geocoder.
-
v1.2.3 Changes
July 11, 2014- โ Add Telize IP address lookup (thanks github.com/lukeroberts1990).
- ๐ Fix bug in Bing reverse geocoding (thanks github.com/nickelser).
-
v1.2.2 Changes
June 12, 2014- โ Add ability to specify language per query (thanks github.com/mkristian).
- ๐ Handle Errno::ECONNREFUSED exceptions like TimeoutError exceptions.
- Switch to 'unstructured' query format for Bing API (thanks github.com/lukewendling).