All Versions
56
Latest Version
Avg Release Cycle
86 days
Latest Release
1456 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