All Versions
92
Latest Version
Avg Release Cycle
94 days
Latest Release
1005 days ago

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).