All Versions
56
Latest Version
Avg Release Cycle
86 days
Latest Release
1455 days ago

Changelog History
Page 2

  • v3.0.3 Changes

    April 17, 2020
    • โšก๏ธ Updated Ahoy.js to 0.3.5
  • v3.0.2 Changes

    April 03, 2020
    • โž• Added cookie_options
  • v3.0.1 Changes

    September 22, 2019
    • Made Ahoy::Tracker work outside of requests
    • ๐Ÿ›  Fixed storage of false values with customized store
    • ๐Ÿ›  Fixed error with user_method and Rails::InfoController
    • Gracefully handle ActionDispatch::RemoteIp::IpSpoofAttackError
  • v3.0.0 Changes

    May 29, 2019
    • 0๏ธโƒฃ Made Device Detector the default user agent parser
    • 0๏ธโƒฃ Made v2 the default bot detection version
    • โœ‚ Removed a large number of dependencies
    • โœ‚ Removed search keyword detection (most search engines today prevent this)
    • โœ‚ Removed support for Rails < 5
  • v2.2.1 Changes

    May 27, 2019
    • โšก๏ธ Updated Ahoy.js to 0.3.4
    • ๐Ÿ›  Fixed v2 bot detection
    • โž• Added latitude and longitude to installation
  • v2.2.0 Changes

    January 04, 2019
    • โž• Added amp_event helper
    • ๐Ÿ‘Œ Improved bot detection for Device Detector
  • v2.1.0 Changes

    May 18, 2018
    • โž• Added option for IP masking
    • โž• Added option to use anonymity sets instead of cookies
    • Added user_agent_parser option
    • ๐Ÿ›  Fixed visitable for Rails 4.2
    • โœ‚ Removed search_keyword from new installs
  • v2.0.2 Changes

    March 15, 2018
    • ๐Ÿ›  Fixed error on duplicate records
    • ๐Ÿ›  Fixed message when visit not found for geocoding
    • ๐Ÿ‘ Better compatibility with GeoLite2
    • ๐Ÿ‘ Better browser compatibility for Ahoy.js
  • v2.0.1 Changes

    February 27, 2018
    • Added Ahoy.server_side_visits = :when_needed to automatically create visits server-side when needed for events and visitable
    • ๐Ÿ‘ Better handling of visit duration and expiration in JavaScript
  • v2.0.0 Changes

    February 26, 2018
    • โœ‚ Removed dependency on jQuery
    • 0๏ธโƒฃ Use navigator.sendBeacon by default in supported browsers
    • โž• Added geocode event
    • โž• Added where_event method for querying events
    • โž• Added support for visitable and where_props to Mongoid
    • โž• Added preserve_callbacks option
    • 0๏ธโƒฃ Use json for MySQL by default
    • ๐Ÿ›  Fixed log silencing

    ๐Ÿ’ฅ Breaking changes

    • Simpler interface for data stores
    • Renamed track_visits_immediately to server_side_visits and enabled by default
    • 0๏ธโƒฃ Renamed mount option to api and disabled by default
    • Enabled protect_from_forgery by default
    • โœ‚ Removed deprecated options
    • โœ‚ Removed throttling
    • โœ‚ Removed most built-in stores
    • โœ‚ Removed support for Rails < 4.2