Skip to content

Releases: jukra/jr-paperclip

7.3.1

17 Dec 06:35

Choose a tag to compare

What's Changed

  • Relax Ruby requirement to 3.0 and optimize CI matrix by @jukra in #3
  • Exclude tmp folder from rubocop by @jukra in #4

Full Changelog: v7.3.0...v7.3.1

Note: If you are coming from kt-paperclip, please read the release note for 7.3.0 https://github.com/jukra/jr-paperclip/releases/tag/v7.3.0

7.3.0

16 Dec 14:37

Choose a tag to compare

What's Changed

  • Breaking: Require Ruby >= 3.2.0 and Rails >= 7.0.0
  • Feature: Add support for Rails 7.0, 7.1, 7.2, 8.0, and 8.1
  • Improvement: Support aws-sdk-s3 >= 1.196.1 with TransferManager for multipart uploads/downloads
  • Improvement: Fix S3 TransferManager to use configured client for region and credentials
  • Improvement: Fix fog storage Pathname handling in credentials
  • Improvement: Replace FakeWeb with WebMock for tests
  • Improvement: Replace Travis CI with GitHub Actions
  • Improvement: Fix Rails 8.x compatibility (ActiveSupport::Deprecation, schema migrations)
  • Improvement: Fix MIME::Type deprecation warnings
  • Improvement: Loosen marcel dependency to allow newer versions (>= 1.0.1)
  • Stability: Update RuboCop configuration for latest version
  • Bugfix: Remove BOM character from locale file

Full Changelog: v7.2.2...v7.3.0