All Versions
18
Latest Version
Avg Release Cycle
179 days
Latest Release
-

Changelog History
Page 1

  • v2.0.2 Changes

    • πŸ›  Fixed Rescue from ActiveRecord::ConnectionNotEstablished (s. #372, thanks Gabe Blair & Vitalie Lazu)
  • v2.0.1 Changes

    • πŸ›  Fixed Fix regression in generated migration (s. #368, thanks Colin Bonner)
  • v2.0.0 Changes

    • πŸ›  Fixed Deprecation warnings in Ruby 2.7/3.0 due to double splat operator
    • πŸ›  Fixed Ruby warnings due to unused variables e in exception handling
    • βž• Added Ruby 3.1 support
    • βž• Added Rails 7.0 support
    • βœ‚ Removed Ruby <= 2.4 support
    • βœ‚ Removed Rails <= 4.2 support
  • v1.6.4 Changes

    September 30, 2019
    • πŸ›  Fixed exception when not using MySQL or Postgres (see #335, thanks to Roland Netzsch)
    • βž• Added create_activity! method which raises exception on failures, much like save! in ActiveRecord (see #334, thanks to Jonathan)
    • βž• Added support for ActiveRecord 6 by whitelisting it (see #332, thanks to Emre Demir)
    • βž• Added frozen_string_literal pragma to Ruby files for better performance (see #329, thanks to Krzysztof Rybka)
  • v1.6.3 Changes

    December 20, 2018

    πŸ”„ Changelog

    • πŸ›  Fixed a bug which resulted in crashes when PostgreSQL connection failed (see #328, thanks to Ken Greeff)
    • πŸ›  Fixed a bug which resulted in crashes when MySQL connection failed (see #327, thanks to Miquel SabatΓ© SolΓ )
  • v1.6.2 Changes

    August 31, 2018

    πŸ”„ Changelog

    • πŸ›  Fixed a bug which resulted in crashes when database didn't exist (see #323, thanks to Anmol Chopra)
  • v1.6.1 Changes

    July 24, 2018

    πŸ”„ Changelog

    • πŸ›  Fixed a bug with requiring not existent file in generated migrations
  • v1.6.0 Changes

    • βž• Add support for Rails 5.2
    • πŸ›  Make config settings thread safe (fixes #284)
    • πŸ›  Fix Rspec tests failing in Rails 5 due to ViewHelpers (see #271, thanks to Janusz)
    • πŸ‘Œ Support JSON, JSONB and HSTORE types for parameters column (see #285, thanks to djvs and #315 (thanks to mateusg)
  • v1.5.0 Changes

    March 19, 2016
    • πŸ”¨ Refactor PublicActivity::StoreController to rely on Thread.current instead. (see #252, thanks to Ryan McGeary)
    • βœ‚ Remove support for Ruby 1.9.3 and Ruby 2.0.0 (thanks to Ryan McGeary)
  • v1.4.2 Changes

    • πŸ›  Fix bug with migrations not having an extension in ActiveRecord >= 4.0.0