Skip to content

Releases: kreeti/kt-paperclip

Release v7.2.2

19 Jan 06:35
Compare
Choose a tag to compare
  • Allow for terrapin 1.x (#130)
  • include migration statements on ActiveRecord::Migration (#125)

Release v7.2.1

09 Sep 16:58
Compare
Choose a tag to compare
  • Use ActiveModel for file size validation (#122)
  • Add exception message to avoid exposing class (#115)
  • Mutate I18n.load_path only the first time Paperclip::Glue is included (#117)
  • Support file extension names both as symbols and strings for :content _type_mappings (#119)
  • Fix kwargs vs options hash for Ruby 3.0 compatibility (#116)

Release v7.2.0

30 May 07:13
91923a6
Compare
Choose a tag to compare
  • Add logging about Terrapin exception (#108)
  • Use a thread local variable for recursion checking (#106)
  • Use kwarg when Psych::VERSION >= 3.1.0 (#98)
  • AWS: add option s3_acl_enabled (#92)
  • Adjust version check to restore compatibility with non-rails projects (#95)
  • Unfreeze Paperclip::Schema::COLUMNS used in migrations (#87)

Release v6.4.2

13 Oct 04:30
Compare
Choose a tag to compare
  • Fix Rails 6.1 validations by Adding ** to call (#48)

Release v5.4.0

21 Feb 09:30
Compare
Choose a tag to compare
  • Fix Ruby 2.7.1 syntax deprecation warnings
  • Upgrade mimemagic
  • Add constraints to rails related gems
  • First kt-paperclip v5 release

Release v4.4.0

21 Feb 09:34
Compare
Choose a tag to compare
  • Fix Ruby 2.7.1 syntax deprecation warnings
  • Upgrade mimemagic
  • Add constraints to rails related gems
  • First kt-paperclip v5 release

v7.1.1

09 Feb 06:30
Compare
Choose a tag to compare
  • Bugfix when type_from_marcel does not match SENSIBLE_DEFAULT (#84)

v7.1.0

04 Feb 18:03
Compare
Choose a tag to compare
  • ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2, Rails 7.0 (#73)
  • warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call (#73)
  • Utilize the filename as a hint when mimetype matches multiple types (#75)

v7.0.1

06 Oct 04:56
Compare
Choose a tag to compare
  • Issue delete calls only for unique file paths or objects

  • Fix Ruby 2.7 & Rails 6.1 deprecation messages

v7.0.0

28 May 15:07
Compare
Choose a tag to compare
  • Replace mimemagic gem with marcel due to licensing issues. (#54)
  • Fix Rails 6.1 validations by Adding ** to call (#48)
  • Remove Ruby 2.2 support