Releases: public-activity/public_activity
Releases · public-activity/public_activity
v3.0.0
20 Jan 04:33
Compare
Sorry, something went wrong.
No results found
What's Changed
Fix serialize method for Rails 7.1+ compatibility by @yhru in #384
Remove Ruby <= 2.7 support
Remove Rails <= 6.0 support
New Contributors
Full Changelog : v2.0.2...v3.0.0
v2.0.2
17 Jul 20:13
Compare
Sorry, something went wrong.
No results found
What's Changed
Fixed Rescue from ActiveRecord::ConnectionNotEstablished by @gblair in #372
New Contributors
Full Changelog : v2.0.1...v2.0.2
2.0.1
30 May 00:31
Compare
Sorry, something went wrong.
No results found
2.0.0
11 May 07:01
Compare
Sorry, something went wrong.
No results found
2.0.0
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
1.6.4
30 Sep 10:26
Compare
Sorry, something went wrong.
No results found
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 )
1.6.3
20 Dec 10:42
Compare
Sorry, something went wrong.
No results found
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à )
1.6.2
31 Aug 08:41
Compare
Sorry, something went wrong.
No results found
Changelog
Fixed a bug which resulted in crashes when database didn't exist (see #323 , thanks to Anmol Chopra )
1.6.1
24 Jul 09:45
Compare
Sorry, something went wrong.
No results found
Changelog
Fixed a bug with requiring not existent file in generated migrations
1.6
20 Jul 09:48
Compare
Sorry, something went wrong.
No results found
Changelog
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 )