NEWS in paperclip-4.3.7 vs NEWS in paperclip-5.0.0.beta1
- old
+ new
@@ -1,42 +1,33 @@
-4.3.7 (7/1/2016):
+5.0.0.beta1
-* Add deprecation warnings
-* Improvement: Add `fog_options` configuration to send options to fog when storing files.
-* Improvement: the `URI adapter` now uses the content-disposition header to name the downloaded file.
+* Drop support to end-of-life'd ruby 2.0.
+* Drop support for end-of-life'd Rails 3.2 and 4.1
+* Drop support for AWS v1
+* Remove tests for JRuby and Rubinius from Travis CI (they were failing)
+* Improvement: Add `fog_options` configuration to send options to fog when
+ storing files.
+* Extracted repository for locales only: https://github.com/thoughtbot/paperclip-i18n
+* Bugfix: Original file could be unlinked during `post_process_style`, producing failures
+* Bugfix for image magick scaling images up
+* Memory consumption improvements
+* `url` on a unpersisted record returns `default_url` rather than `nil`
+* Improvement: aws-sdk v2 support
+ https://github.com/thoughtbot/paperclip/pull/1903
-4.3.6 (3/13/2016):
+ If your Gemfile contains aws-sdk (>= 2.0.0) and aws-sdk-v1, paperclip will use
+ aws-sdk v2. With aws-sdk v2, S3 storage requires you to set the s3_region.
+ s3_region may be nested in s3_credentials, and (if not nested in
+ s3_credentials) it may be a Proc.
-* Bug Fix: When a spoofed media type is detected, megabytes of mime-types info are added to logs. See https://cwe.mitre.org/data/definitions/779.html.
+4.3
-4.3.5 (2/8/2016):
+See patch versions in v4.3 NEWS:
+https://github.com/thoughtbot/paperclip/blob/v4.3/NEWS
-* Bug Fix: Remove deprecation warnings for v5.0 for now. Will re-add once the version has landed.
+4.3.0 (2015-06-18):
-4.3.4 (2/2/2016):
-
-* Bug Fix: Fix incompatible change from v4.3.3.
-
-4.3.3 (1/29/2016):
-
-* Improvement: Add deprecation warnings in preparation for release of v5.0
-
-4.3.2 (11/18/2015):
-
-* Performance: Reduce memory allocations (#2056)
-
-4.3.1 (9/9/2015):
-
-* Backport of bugfix to `remove_column`, so it works in Rails 3 and 4
- c740fb171fe2f88c60b999d2a1c2122f2b8f43e9
-* Fix GeometryParser regex for usage of '@>' flag
-* `url` on a unpersisted record returns default_url
-* spec deprecation warnings and failures
-* README adjustments
-
-4.3.0 (6/18/2015):
-
* Improvement: Update aws-sdk and cucumber gem versions.
* Improvement: Add `length` alias for `size` method in AbstractAdapter.
* Improvement: Removed some cruft
* Improvement: deep_merge! Attachment definitions
* Improvement: Switch to mimemagic gem for content-type detection
@@ -44,10 +35,10 @@
* Bug Fix: Don't assume we have Rails.env if we have Rails
* Performance: Decrease Memory footprint
* Ruby Versioning: Drop support for 1.9.3 (EOL'ed)
* Rails Versioning: Drop support for 4.0.0 (EOL'ed)
-4.2.4:
+4.2.4 (2015-06-05):
* Rollback backwards incompatible change, allowing paperclip to run on
Ruby >= 1.9.2.
4.2.3: