3.5.0 (2023-07-06)¶ ↑
-
Migrate website to Docusaurus v2 (@janko)
-
download_endpoint– Return400 Bad Requestresponse when serialized file component is invalid (@janko) -
base– Stop using obsoleteURI.regexpinUploadedFile#extension(@y-yagi) -
s3– Add:encodingoption toS3#opento be passed toDown::ChunkedIO#initialize(@pond) -
s3– Add:max_multipart_partsoption for changing default limit of 10,000 parts (@jpl) -
s3– Don’t inherit S3 object tags when copying from temporary to permanent storage (@jrochkind) -
infer_extension– Addinfer_extensioninstance method to the uploader for convenience (@aried3r) -
derivation_endpoint– Add:signerplugin option for providing a custom URL signer (@thibaudgg) -
derivatives– Don’t leakversions_compatibility: truesetting into other uploaders (@janko) -
derivatives– Add:mutexplugin option for skipping mutex and making attacher marshallable (@janko) -
remove_attachment– Fix passing boolean values being broken in Ruby 3.2 (@janko) -
model– When duplicating a record, make the duplicated attacher reference the duplicated record (@janko)
3.4.0 (2021-06-14)¶ ↑
-
base– Fix passing options toShrine.Attachmenton Ruby 3.0 (@lucianghinda) -
determine_mime_type– Return correctimage/svg+xmlMIME type for SVGs with:fastimageanalyzer (@Bandes) -
activerecord– Fix keyword argument warning when adding errors with options (@janko) -
entity– MakeAttacher#readmethod public (@janko) -
entity– Reset attachment dirty tracking inAttacher#reload(@janko) -
activerecord– Don’t load the attacher onActiveRecord::Base#reloadif it hasn’t yet been initialized (@janko) -
sequel– Don’t load the attacher onSequel::Model#reloadif it hasn’t yet been initialized (@janko)
3.3.0 (2020-10-04)¶ ↑
-
s3- Support newAws::S3::EncryptionV2::Clientfor client-side encryption (@janko) -
derivation_endpoint– Reduce possibility of timing attacks when comparing signatures (@esparta) -
derivatives– Avoid downloading the attached file when calling default no-op processor (@janko) -
derivatives– Add:downloadprocessor setting for skipping downloading source file (@jrochkind, @janko) -
derivatives– Copy non-file source IO objects into local file before passing them to the processor (@jrochkind) -
sequel– CallAttacher#reloadinSequel::Model#reload, which keeps rest of attacher state (@janko, @jrochkind) -
activerecord– CallAttacher#reloadinActiveRecord::Base#reload, which keeps rest of attacher state (@janko, @jrochkind) -
add_metadata– Add:skip_niloption for excluding metadata keys whose values are nil (@renchap) -
store_dimensions– Add:auto_extractionoption for disabling automatically extracting dimensions on upload (@renchap) -
mirroring– Forward original upload options when mirroring upload (@corneverbruggen) -
derivation_endpoint– ApplyversionURL option in derivation endpoint (@janko) -
remove_attachment– Delete removed file if a new file was attached right after removal (@janko) -
upload_endpoint– FixShrine.upload_responsenot working in a Rails controller (@pldavid2) -
presign_endpoint– AddOPTIONSroute that newer versions of Uppy check (@janko) -
derivatives– Add:create_on_promoteoption for auto-creating derivatives on promotion (@janko) -
s3– Add back support for client-side encryption (@janko) -
memory– EnsureMemory#openreturns content in original encoding (@jrochkind)
3.2.2 (2020-08-05)¶ ↑
-
s3– FixS3#opennot working on aws-sdk-core 3.104 and above (@janko)
3.2.1 (2020-01-12)¶ ↑
-
derivation_endpoint– UseRack::Filesconstant on Rack >= 2.1 (@janko) -
Fix Ruby 2.7 warnings regarding separation of positional and keyword arguments (@janko)
-
s3– MakeS3#openhandle empty S3 objects (@janko)
3.2.0 (2019-12-17) [release notes]¶ ↑
-
validation– Run validation onAttacher#attach&Attacher#attach_cachedinstead ofAttacher#change(@janko) -
remove_invalid– Activate also whenAttacher#validateis run manually (@janko) -
remove_invalid– Fix incompatibility withderivativesplugin (@janko) -
type_predicates– Add new plugin with convenientUploadedFilepredicate methods based on MIME type (@janko) -
core– Allow assigning back current attached file data (@janko) -
derivatives– Fix:derivativevalue inconsistency when derivatives are being promoted (@janko) -
add_metadata– Add#add_metadatamethod for adding metadata to uploaded files (@janko) -
derivatives– Add:ioand:attachervalues to instrumentation event payload (@janko)
3.1.0 (2019-11-15) [release notes]¶ ↑
-
default_storage– Coerce storage key to symbol inAttacher#cache_key&Attacher#store_key(@janko) -
core– Coerce storage key to symbol inAttacher#cache_key&Attacher#store_key(@janko) -
add_metadata– Define metadata methods only for the target uploader class (@janko) -
derivatives– Add:storageoption toAttacher#create_derivatives(@janko) -
store_dimensions– Propagate exceptions on loadingruby-vipsin:vipsanalyzer (@janko) -
signature– Allow skipping rewinding by passingrewind: falsetoShrine.signature(@janko) -
derivatives– AddAttacher.derivativesalias forAttacher.derivatives_processor(@janko)
3.0.1 (2019-10-17) [release notes]¶ ↑
-
metadata_attributes– Fix exception being raised when there is no attached file (@janko) -
core– SimplifyUploadedFile#inspectoutput (@janko)
3.0.0 (2019-10-14) [release notes]¶ ↑
-
derivation_endpoint– Passaction: :derivationwhen uploading derivation results (@janko) -
core– AddShrine::Attachment[]shorthand forShrine::Attachment.new(@janko) -
core– AddStorage#delete_prefixedmethod for deleting all files in specified directory (@jrochkind) -
linter– ReturntrueinStorage::Linter#callso that it can be used withassert(@jrochkind) -
linter– AllowStorage::Linterto accept a key that will be used for testing nonexistent file (@janko) -
core– Infer file extension fromfilenamemetadata (@janko) -
pretty_location– Add:class_underscoreoption for underscoring class name (@Uysim) -
Update
downdependency to~> 5.0(@janko) -
multi_cache– Add new plugin for whitelisting additional temporary storages (@janko, @jrochkind) -
sequel– Extract callback code into attacher methods that can be overridden (@janko) -
activerecord– Extract callback code into attacher methods that can be overridden (@janko) -
derivation_endpoint– Stop re-openingFileobjects returned in derivation result (@janko) -
derivation_endpoint– Allow onlyFileorTempfileobject as derivation result (@janko) -
download_endpoint– AddShrine.download_responsefor calling in controller (@janko) -
core– Fetch storage object lazily inShrineinstance (@janko) -
mirroring– Add new plugin for replicating uploads and deletes to other storages (@janko) -
sequel– Rename:callbacksoption to:hooks(@janko) -
model– AddAttacher#set_modelfor setting model without loading attachment (@janko) -
entity– AddAttacher#set_entityfor setting entity without loading attachment (@janko) -
entity– Define#<name>_attacherclass method when includingShrine::Attachment(@janko) -
derivation_endpoint– Send only:derivationin the instrumentation event payload (@janko) -
default_storage– AddAttacher.default_cacheandAttacher.default_storefor settings (@janko) -
default_storage– Deprecaterecord&namearguments to storage block (@janko) -
default_storage– Evaluate storage block in context ofAttacherinstance (@janko) -
Unify persistence plugin interface (@janko)
-
upload_options– KeepShrine#_uploadprivate (@janko) -
infer_extension– KeepShrine#basic_locationprivate (@janko) -
model– Add#<name>_changed?method to attachment module (@janko) -
Make it easier for plugins to define entity and model attachment methods (@janko)
-
form_assign– Add new plugin for assigning attachment from form params without a form object (@janko) -
derivation_endpoint– Allow passing generic IO objects toDerivation#upload(@janko) -
derivation_endpoint– Accept additional uploader options inDerivation#upload(@janko) -
derivation_endpoint– Close the uploaded file inDerivation#upload(@janko) -
core– Stop rescuingIO#closeexceptions inShrine#upload(@janko) -
core– Add:deleteoption toShrine#uploadfor deleting uploaded file (@janko) -
s3– Stop returning:objectinDown::ChunkedIO#datainS3#open(@janko) -
s3– Eliminate#head_objectrequest inS3#open(@janko) -
download_endpoint– Remove extraStorage#exists?check (@janko) -
derivation_endpoint– AddDerivation#openedfor retrieving an opened derivation result (@janko) -
derivation_endpoint– Remove extraStorage#exists?check when:uploadis enabled but not:upload_redirect(@janko) -
derivation_endpoint- Don’t pass sourceUploadedFileobject when:downloadisfalse(@janko) -
derivation_endpoint– Remove:include_uploaded_fileoption (@janko) -
derivation_endpoint– Evaluate derivation block in context ofShrine::Derivation(@janko) -
derivation_endpoint– Remove:download_errorsoption (@janko) -
memory– RaiseShrine::FileNotFoundon nonexistent file inMemory#open(@janko) -
file_system– RaiseShrine::FileNotFoundon nonexistent file inFileSystem#open(@janko) -
s3– RaiseShrine::FileNotFoundon nonexistent object inS3#open(@janko) -
core– AddShrine::FileNotFoundexception and require storages to raise it onStorage#open(janko) -
instrumentation– Remove:metadatafrom:optionsinmetadata.shrineevent (@janko) -
instrumentation– Remove:location,:upload_optionsand:metadatafrom:optionsinupload.shrineevent (@janko) -
instrumentation– Add:metadatato theupload.shrineevent (@janko) -
download_endpoint– Drop support for legacy/:storage/:idURLs (@janko) -
core– InUploadedFile#==require files to be of the same class (@janko) -
core– Add:closeoption toShrine#uploadfor preventing closing file after upload (@janko) -
memory– AddShrine::Storage::Memoryfromshrine-memorygem (@janko) -
default_url_options– Rename to justurl_options(@janko) -
delete_raw– Deprecate plugin in favour ofderivatives(@janko) -
recache– Deprecate plugin in favour ofderivatives(@janko) -
processing– Deprecate plugin in favour ofderivatives(@janko) -
versions– Deprecate plugin in favour ofderivatives(@janko) -
derivatives– Add new plugin for storing processed files (@janko) -
derivation_endpoint– Allow using symbol and string derivation names interchangeably (@janko) -
dynamic_storage– RemoveShrine.dynamic_storagesmethod (@janko) -
core– Deep duplicateShrine.optson subclassing (@janko) -
core– AddAttacher#file!which asserts that a file is attached (@janko) -
core– ChangeShrine.uploaded_fileto raiseArgumentErroron invalid input (@janko) -
module_include– Deprecate plugin over overriding core classes directly (@janko) -
core– AddAttacher#cache_keyandAttacher#store_keywhich return storage identifiers (@janko) -
linter– CallStorage#openwith options as second argument (@janko) -
core– Allow data hash passed toUploadedFile.newto have symbol keys (@janko) -
core– Change howShrine::UploadedFilesets its state from the given data hash (@janko) -
core– DeprecateStorage#opennot accepting additional options (@janko) -
refresh_metadata– AddAttacher#refresh_metadata!method which integrates withmodelplugin (@janko) -
instrumentation– Instrument anyStorage#opencalls in a newopen.shrineevent (@janko) -
restore_cached_data– Forward options passed toAttacher#attach_cachedto metadata extraction (@janko) -
validation– Allow skipping validations on attaching by passingvalidate: false(@janko) -
validation– Add:validateoption toAttacher#assignorAttacher#attachfor passing options to validation block (@janko) -
validation– Extract validation functionality into the new plugin (@janko) -
upload_options– Upload options from the block are now merged with passed options instead of replaced (@janko) -
upload_endpoint– Stop passingRack::Requestobject to the uploader (@janko) -
remote_url– Require custom downloaders to raiseShrine::Plugins::RemoteUrl::DownloadErrorfor conversion into a validation error (@janko) -
infer_extension– Fix compatibility with thepretty_locationplugin (@janko) -
presign_endpoint– Remove deprecatedShrine::Plugins::PresignEndpoint::Appconstant (@janko) -
keep_files– Remove the ability to choose whether to keep only destroyed or only replaced files (@janko) -
infer_extension– RemoveShrine#infer_extensionmethod (@janko) -
default_url_options– Allow overriding passed URL options by deleting them inside the block (@janko) -
cached_attachment_data– RenameAttacher#read_cachedtoAttacher#cached_data(@janko) -
sequel– AddAttacher#atomic_promoteandAttacher#atomic_persist(@janko) -
sequel– Remove persistence fromAttacher#promote(@janko) -
activerecord– Remove persistence fromAttacher#promote(@janko) -
atomic_helpers– Add new plugin with helper methods for atomic promotion and persistence (@janko) -
backgrounding– AddAttacher#promote_block&Attacher#destroy_blockfor overriding class level blocks (@janko) -
backgrounding– AddAttacher.promote_block&Attacher.destroy_blockon class level (@janko) -
backgrounding– Remove overridingAttacher#swapwith atomic promotion (@janko) -
backgrounding– RemoveAttacher.promote,Attacher.delete,Attacher.dump,Attacher#dump,Attacher.load,Attacher.load_record(@janko) -
model– Allow disabling caching to temporary storage on assignment (@janko) -
model– AddAttacher.from_model,Attacher#write(@janko) -
model– Add new plugin for integrating with mutable structs (@janko) -
entity– AddAttacher.from_entity,Attacher#reload,Attacher#column_values,Attacher#attribute(@janko) -
entity– Add new plugin for integrating with immutable structs (@janko) -
column– Allow changing column serializer from defaultJSONlibrary (@janko) -
column– AddAttacher#column_dataandAttacher.from_columnmethods (@janko) -
column– Add new plugin for (de)serializing attacher data (@janko) -
attachment– Removed any default attachment methods (@janko) -
core– Require context hash passed as second argument toShrine#uploadto have symbol keys (@janko) -
core– ChangeShrine.uploaded_filenot to yield files anymore (@janko) -
core– AllowShrine.uploaded_fileto accept file data hashes with symbol keys (@janko) -
core– RemoveShrine#uploaded? -
core– RemoveShrine#delete,Shrine#_delete,Shrine#remove(@janko) -
core– RemoveShrine#store,Shrine#_store,Shrine#put,Shrine#copy(@janko) -
core– RemoveShrine#processed,Shrine#process(@janko) -
core– Don’t pass:phaseanymore on uploads (@janko) -
core– Read attachment from the record attribute only on initialization (@janko) -
core– Don’t require a temporary storage (@janko) -
core– AddAttacher#dataandAttacher.from_datafor dumping to and loading from a Hash (@janko) -
core– ChangeAttacher#assignto raise exception when non-cached file is assigned (@janko) -
core– EnableAttacher#assignto accept cached file data as a Hash (@janko) -
core– AddAttacher#filealias forAttacher#get(@janko) -
core– ChangeAttacher#attached?to return whether a file is attached (@janko) -
core– ChangeAttacher#promoteto always only save promoted file in memory (@janko) -
core– RenameAttacher#replacetoAttacher#destroy_previous(@janko) -
core– RemoveAttacher#_promoteandAttacher#_delete, addAttacher#promote_cachedandAttacher#destroy_attached(@janko) -
core– RenameAttacher#setandAttacher#_settoAttacher#changeandAttacher#set(@janko) -
core– RemoveAttacher#cache!andAttacher#store!, addAttacher#upload(@janko) -
core– RenameAttacher#validate_blocktoAttacher#_validate(@janko) -
core– AddAttacher#attach,Attacher#attach_cached, extracted fromAttacher#assign(@janko) -
core– RemoveAttacher#swap,Attacher#update,Attacher#read,Attacher#write,Attacher#data_attribute,Attacher#convert_to_data,Attacher#convert_before_write, andAttacher#convert_after_read(@janko) -
core– ChangeAttacher.newto not accept a model anymore (@janko) -
delete_promoted– Remove plugin (@janko) -
parsed_json– Remove plugin (@janko) -
parallelize– Remove plugin (@janko) -
hooks– Remove plugin (@janko) -
core– Remove deprecatedShrine::IO_METHODSconstant (@janko) -
s3– Replace source object metadata when copying a file from S3 (@janko) -
core– ChangeUploadedFile#storage_keyto return a Symbol instead of a String (@janko) -
infer_extension– Make:mini_mimethe default analyzer (@janko) -
Bring back Ruby 2.3 support (@janko)
-
versions– Remove deprecated:version_names,Shrine.version_namesandShrine.version?(@janko) -
validation_helpers– Remove support for regexes in MIME type or extension validations (@janko) -
validation_helpers– Don’t require#widthand#heightmethods to be defined onUploadedFile(@janko) -
validation_helpers– Fail dimensions validations whenwidthorheightmetadata is missing (@janko) -
upload_endpoint– Remove deprecatedShrine::Plugins::UploadEndpoint::Appconstant (@janko) -
determine_mime_type– RemoveShrine#mime_type_analyzersmethod (@janko) -
store_dimensions– RemoveShrine#extract_dimensionsandShrine#dimensions_analyzersmethods (@janko) -
rack_file– Remove deprecatedShrine::Plugins::RackFile::UploadedFileconstant (@janko) -
rack_file– Drop support for passing file hash toShrine#uploadandShrine#store(@janko) -
download_endpoint– MoveShrine::Plugins::DownloadEndpoint::AppintoShrine::DownloadEndpoint(@janko) -
download_endpoint– Remove deprecatedShrine::DownloadEndpointconstant (@janko) -
download_endpoint– Remove deprecated:storagesoption (@janko) -
determine_mime_type– Remove deprecated:defaultanalyzer alias (@janko) -
default_url– Remove deprecated block argument when loading the plugin (@janko) -
data_uri– Remove deprecatedShrine::Plugins::DataUri::DataFileconstant (@janko) -
data_uri– Remove deprecated:filenameplugin option (@janko) -
cached_attachment_data– Remove deprecated model setter (@janko) -
file_system– Remove deprecated:older_thanoption inFileSystem#clear!(@janko) -
file_system– Don’t accept a block anymore inFileSystem#open(@janko) -
file_system– Remove deprecatedFileSystem#downloadmethod (@janko) -
file_system– MakeFileSystem#movable?andFileSystem#movemethods private (@janko) -
file_system– Remove deprecation warning on unrecognized options inFileSystem#upload(@janko) -
file_system– Remove deprecated:hostoption forFileSystem#initialize(@janko) -
moving– Remove deprecated plugin (@janko) -
multi_delete– Remove deprecated plugin (@janko) -
direct_upload– Remove deprecated plugin (@janko) -
backup– Remove deprecated plugin (@janko) -
background_helpers– Remove deprecated plugin (@janko) -
migration_helpers– Remove deprecated plugin (@janko) -
copy– Remove deprecated plugin (@janko) -
logging– Remove deprecated plugin (@janko) -
s3– Remove deprecatedS3#downloadmethod (@janko) -
s3– Remove deprecatedS3#streammethod (@janko) -
presign_endpoint– Drop support for presign objects that don’t respond to#to_h(@janko) -
s3– Return a Hash inS3#presignwhen method is POST (@janko) -
s3– Remove:downloadoption inS3#url(@janko) -
s3– Remove support for non URI-escaped content disposition values (@janko) -
s3– RemoveS3#s3method (@janko) -
s3– Remove support for specifying:multipart_thresholdas an integer (@janko) -
s3– Remove:hostoption onS3#initialize(@janko) -
s3– Drop support foraws-sdk-s3versions lower than 1.14 (@janko) -
s3– Drop support foraws-sdk2.x (@janko)
2.19.0 (2019-07-18) [release notes]¶ ↑
-
pretty_location– Allow specifying a different identifier fromid(@00dav00) -
data_uri– Soft-moveShrine::Plugins::DataUri::DataFiletoShrine::DataFile(@janko) -
rack_file– Soft-moveShrine::Plugins::RackFile::UploadedFiletoShrine::RackFile(@janko) -
backup– Deprecate the plugin over mirroring uploads via theinstrumentationplugin (@janko) -
moving– Deprecate the plugin in favor of the:moveoption forFileSystem#upload(@janko) -
file_system– Add:moveoption forFileSystem#upload(@janko) -
file_system– Don’t fillsizemetadata if missing inFileSystem#upload(@janko) -
logging– Deprecate plugin in favour ofinstrumentation(@janko) -
instrumentation– Add plugin which sends events viaActiveSupport::Notificationsordry-monitor(@janko) -
core– AddUploadedFile#[]shorthand for accessing metadata (@janko) -
add_metadata– Allow callingsuperwhen overriding dynamically definedUploadedFilemethods (@janko) -
store_dimensions– Add:on_erroroption for specifying the exception strategy (@janko) -
store_dimensions– Print warnings when exception occurred while extracting dimensions (@janko) -
core– AddShrine.loggerand make any warnings go through it (@janko) -
copy– Deprecate the plugin (@janko) -
core– Add ability to force metadata extraction by passingmetadata: truetoShrine#upload(@janko) -
core– Add ability to skip metadata extraction by passingmetadata: falsetoShrine#upload(@janko) -
file_system– Deprecate:older_thanoption forFileSystem#clear!in favour of a block (@janko) -
file_system– Add the ability forFileSystem#clear!to take a block (@janko) -
signature– AddShrine.signaturealias forShrine.calculcate_signature(@janko) -
store_dimensions– AddShrine.dimensionsalias forShrine.extract_dimensions(@janko) -
determine_mime_type– AddShrine.mime_typealias forShrine.determine_mime_type(@janko) -
validation_helpers– Add#validate_max_dimensions,#validate_min_dimensions, and#validate_dimensions(@janko) -
validation_helpers- Add#validate_size,#validate_width, and#validate_heightshorthands (@janko) -
validation_helpers– Add#validate_mime_typeand#validate_extensionaliases for inclusion (@janko) -
validation_helpers– Simplify default validation error messages (@janko) -
core– Allow registering storage objects under string keys (@janko)
2.18.0 (2019-06-24) [release notes]¶ ↑
-
core– AddShrine.uploadmethod as a shorthand forShrine.new(...).upload(...)(@janko) -
upload_endpoint– Accept file uploads from Uppy’s defaultfiles[]array (@janko) -
core– AddShrine::Attachment()shorthand forShrine::Attachment.new(@janko) -
upload_endpoint– Add:urloption for adding uploaded file URL to response body (@janko) -
s3– Deprecate:downloadURL option over:response_content_disposition(@janko) -
s3– Remove backfillingsizemetadata when uploading IO objects of unknown size (@janko) -
s3– Deprecateaws-sdk-s3version less than 1.14.0 (@janko) -
presign_endpoint– AddShrine.presign_responsefor handling presigns inside a custom controller (@janko) -
upload_endpoint– AddShrine.upload_responsefor handling uploads inside a custom controller (@janko) -
rack_file– Fix overridenAttacher#assignnot accepting second argument (@janko) -
parsed_json– Fix overridenAttacher#assignnot accepting second argument (@janko)
2.17.0 (2019-05-06) [release notes]¶ ↑
-
data_uri– AddAttacher#assign_data_uriwhich accepts additionalShrine#uploadoptions (@janko) -
remote_url– Accept additionalShrine#uploadoptions inAttacher#assign_remote_url(@janko) -
download_endpoint– Allow passing options toShrine.download_endpoint(@janko) -
download_endpoint– FixShrine.download_endpointnot being accepted by Rails’#mount(@janko) -
download_endpoint– Remove Roda dependency (@janko) -
presign_endpoint– Soft-renameShrine::Plugins::PresignEndpoint::Appclass toShrine::PresignEndpoint(@janko) -
upload_endpoint– Soft-renameShrine::Plugins::UploadEndpoint::Appclass toShrine::UploadEndpoint(@janko) -
processing– Fix defining process blocks being applied toShrinesuperclasses (@ksol) -
derivation_endpoint– AddETagheader to preventRack::ETagfrom buffering file content (@janko) -
rack_response– AddETagheader to preventRack::ETagfrom buffering file content (@janko) -
download_endpoint– AddETagheader to preventRack::ETagfrom buffering file content (@janko) -
default_url– Add:hostfor specifying the URL host (@janko) -
versions– Fix uploaded versions being deleted when string version names are used (@janko) -
versions– AllowAttacher#urlto accept version name indifferently (@FunkyloverOne) -
Improve performance of cleaning empty directories on deletion in
FileSystemstorage (@adamniedzielski) -
Drop MRI 2.3 support (@janko)
-
metadata_attributes– FixAttacher#assignnot accepting additional options anymore (@janko) -
derivation_endpoint– Add support for Rack < 2 (@Antsiscool) -
derivation_endpoint– Fix:uploadoption being incompatible withmovingplugin (@speedo-spin) -
determine_mime_type– Allow passing options to analzyers (Marcel accepts:filename_fallbackoption) (@hmistry) -
determine_mime_type– Revert “Extended determine MIME type with Marcel” (@hmistry) -
rack_response– improve performance for upper boundedRangeheader values (@zarqman) -
rack_response– prevent response body from yieldingnil-chunks (@zarqman) -
parsed_json– Accepts hashes with symbols keys (@aglushkov)
2.16.0 (2019-02-18) [release notes]¶ ↑
-
derivation_endpoint– Add:upload_open_optionsfor download option for derivation result (@janko) -
derivation_endpoint– Fix:uploadoption being incompatible withdelete_rawplugin (@janko) -
derivation_endpoint– Require input file inDerivation#uploadto respond to#path(@janko) -
derivation_endpoint– Delete generated derivation result after uploading inDerivation#upload(@janko) -
derivation_endpoint– FixDerivation#processedbreaking when derivation result is aFileobject (@janko) -
derivation_endpoint– Don’t close input file onDerivation#upload(@janko) -
Add
:deleteparameter for skipping delete whendelete_rawplugin is loaded (@janko) -
Don't return
Content-Typewhen it couldn't be determined from file extension inderivation_endpoint(@janko) -
Add
:download_optionsoption todownload_endpointplugin for specifying options forStorage#open(@janko) -
Don't return
Content-Typeheader inrack_responsewhen MIME type could not be determined (@janko) -
Open the
UploadedFileobject in#to_rack_responseinrack_responseplugin (@janko) -
Fix
store_dimensionsplugin making second argument inShrine#extract_metadatamandatory (@jrochkind)
2.15.0 (2019-02-08) [release notes]¶ ↑
-
Add
derivation_endpointplugin for processing uploaded files on-the-fly (@janko) -
Allow Marcel to fall back to the file extension in
determine_mime_typeplugin (@skarlcf) -
Don't return cached app instance in
Shrine.download_endpointindownload_endpointplugin (@janko) -
Yield a new File object on
Shrine.with_filewhentempfileplugin is loaded (@janko)
2.14.0 (2018-12-27) [release notes]¶ ↑
-
Add
tempfileplugin for easier reusing of the same uploaded file copy on disk (@janko) -
Don't re-open the uploaded file if it's already open in
refresh_metadataplugin (@janko) -
Drop support for MRI 2.1 and 2.2 (@janko)
-
Fix
backgroundingnot working when default storage was changed withAttachment.new(@janko) -
Don't clear existing metadata definitions when loading
add_metadataplugin (@janko) -
Don't clear existing processing blocks when loading
processingplugin (@janko) -
Deprecate automatic escaping of
:content_dispositioninShrine::Storage::S3(@janko) -
Use
content_dispositiongem inShrine::Storage::S3andrack_responseplugin (@janko) -
Make
FileSystem#clear!work correctly when the storage directory is a symlink (@janko) -
Don't abort promotion in
backgroundingplugin when original metadata was updated (@janko) -
Don't mutate the
UploadedFiledata hash inrefresh_metadataplugin (@janko) -
Deprecate
Storage::S3#download(@janko) -
Stop using
Storage#downloadinUploadedFile#downloadfor peformance (@janko) -
Remove
#downloadfrom theShrinestorage specification (@janko) -
Keep
contextargument in#extract_metadataoptional after loadingadd_metadataplugin (@janko) -
Include metadata key with
nilvalue whennilis returned inadd_metadatablock (@janko) -
Strip query params in upload location when re-uploading from
shrine-urlstorage (@jrochkind) -
Inline Base plugin into core classes, extract them to separate files (@printercu)
-
Make
rack_responseplugin work withRack::SendfileforFileSystemstorage (@janko) -
Add
:filenameand:typeoptions torack_responseplugin (@janko) -
Add
:hostoption toUploadedFile#download_urlindownload_endpointplugin (@janko) -
Add support for client-side encryption to S3 storage (@janko)
-
Don't look up the attachment class in each new model instance (@printercu)
-
Allow
Attacher#cached?andAttacher#stored?to take anUploadedFileobject (@jrochkind) -
Allow assigning a filename to the
DataFileobject inShrine.data_uri(@janko) -
Don't strip media type parameters for the
DataFileobject indata_uriplugin (@janko) -
Add
:content_typeanalyzer toShrine.mime_type_analyzersindetermine_mime_typeplugin (@janko) -
Rename
:defaultanalyzer to:content_typeindetermine_mime_typeplugin (@janko) -
Don't display a warning when
determine_mime_typeplugin is loaded with:defaultanalyzer (@janko) -
Exclude media type parameters when copying
IO#content_typeintomime_typemetadata (@janko) -
Remove superfluous
#head_objectS3 API call inS3#download(@janko) -
Make
S3#downloadandS3#openwork with server side encryption options (@janko) -
Make previously extracted metadata available under
:metadatainadd_metadataplugin (@jrochkind) -
Use a guard raise cause for
bucketargument in S3 for an appropriate error message (@ardecvz)
2.13.0 (2018-11-04) [release notes]¶ ↑
-
Specify UTF-8 charset in
Content-Typeresponse header inpresign_endpointplugin (@janko) -
Specify UTF-8 charset in
Content-Typeresponse header inupload_endpointplugin (@janko) -
Force UTF-8 encoding on filenames coming from Rack's multipart request params in
rack_fileplugin (@janko) -
Raise
Shrine::Erroriffilecommand returns error in stdout indetermine_mime_typeplugin (@janko) -
Allow
:hostinS3#urlto specify a host URL with an additional path prefix (@janko) -
Revert adding bucket name to URL path in
S3#urlwhen:hostis used with:force_path_style(@janko) -
In
upload_endpointerror with “Upload Not Valid” whenfileparameter is present but not a file (@janko) -
Allow
Attacher#assignto accept options forShrine#upload(@janko) -
Add
:metadataoption toShrine#uploadfor manually overriding extracted metadata (@janko) -
Add
:forceoption toinfer_extensionplugin for always replacing the current extension (@jrochkind) -
Add
:publicoption toS3#initializefor enabling public uploads (@janko) -
Add ability to specify a custom
:signerforShrine::Storage::S3#url(@janko) -
In
S3#uploaddo multipart upload for large non-file IO objects (@janko) -
In
S3#uploadswitch toAws::S3::Object#upload_streamfor multipart uploads of IO objects of unknown size (@janko) -
In
S3#uploaddeprecate using aws-sdk-s3 lower than 1.14 when uploading IO objects of unknown size (@janko)
2.12.0 (2018-08-22) [release notes]¶ ↑
-
Ignore nil values when assigning files from a remote URL (@janko)
-
Ignore nil values when assigning files from a data URI (@GeekOnCoffee)
-
Raise
Shrine::Errorwhen child process failed to be spawned in:fileMIME type analyzer (@hmistry) -
Use the appropriate unit in error messages of filesize validators in
validation_helpersplugin (@hmistry) -
Fix subclassing not inheriting storage resolvers from superclass in
dynamic_storageplugin (@janko) -
Un-deprecate assigning cached versions (@janko)
-
Add
Attacher#assign_remote_urlwhich allows dynamically passing downloader options (@janko) -
Deprecate
:storagesoption indownload_endpointplugin in favour ofUploadedFile#download_url(@janko) -
Add
:redirectoption todownload_endpointplugin for redirecting to the uploaded file (@janko) -
Fix encoding issues when uploading IO object with unknown size to S3 (@janko)
-
Accept additional
File.openarguments inFileSystem#open(@janko) -
Add
:rewindableoption toS3#openfor disabling caching of read content to disk (@janko) -
Make
UploadedFile#openalways open a new IO object and close the previous one (@janko)
2.11.0 (2018-04-28) [release notes]¶ ↑
-
Add
Shrine.with_filefor temporarily converting an IO-like object into a file (@janko) -
Add
:methodvalue to theS3#presignresult indicating the HTTP verb that should be used (@janko) -
Add ability to specify
method: :putinS3#presignto generate data for PUT upload (@janko) -
Return a
Structinstead of aAws::S3::PresignedPostobject inS3#presign(@janko) -
Deprecate
Storage#presignreturning a custom object inpresign_endpoint(@janko) -
Allow
Storage#presignto return a Hash inpresign_endpoint(@janko) -
Add ability to specify upload checksum in
upload_endpointplugin (@janko) -
Don't raise exception in
:mini_magickand:ruby_vipsdimensions analyzers when image is invalid (@janko) -
Don't remove bucket name from S3 URL path with
:hostwhen:force_path_styleis set (@janko) -
Correctly determine MIME type from extension of empty files (@janko)
-
Modify
UploadedFile#downloadnot to reopen the uploaded file if it's already open (@janko) -
Add
UploadedFile#streamfor streaming content into a writable object (@janko) -
Deprecate
direct_uploadplugin in favor ofupload_endpointandpresign_endpointplugins (@janko)
2.10.0 (2018-03-28) [release notes]¶ ↑
-
Add
:fastimageanalyzer todetermine_mime_typeplugin (@mokolabs) -
Keep download endpoint URL the same regardless of metadata ordering (@MSchmidt)
-
Remove
:rack_mimeextension inferrer from theinfer_extensionplugin (@janko) -
Allow
UploadedFile#downloadto accept a block for temporary file download (@janko) -
Add
:ruby_vipsanalyzer tostore_dimensionsplugin (@janko) -
Add
:mini_magickanalyzer tostore_dimensionsplugin (@janko) -
Soft-rename
:herokulogging format to:logfmt(@janko) -
Deprecate
Shrine::IO_METHODSconstant (@janko) -
Don't require IO size to be known on upload (@janko)
-
Inherit the logger on subclassing
Shrineand make it shared across subclasses (@hmistry)
2.9.0 (2018-01-27) [release notes]¶ ↑
-
Support arrays of files in
versionsplugin (@janko) -
Added
:marcelanalyzer todetermine_mime_typeplugin (@janko) -
Deprecate
:filenameoption of thedata_uriplugin in favour of the newinfer_extensionplugin (@janko) -
Add
infer_extensionplugin for automatically deducing upload location extension from MIME type (@janko) -
Apply default storage options passed via
Attachment.newinbackgroundingplugin (@janko) -
Fix S3 storage replacing spaces in filename with “+” symbols (@ndbroadbent)
-
Deprecate the
multi_deleteplugin (@janko) -
Allow calling
UploadedFile#openwithout passing a block (@hmistry) -
Delete tempfiles in case of errors in
UploadedFile#downloadandStorage::S3#download(@hmistry) -
Freeze all string literals (@hmistry)
-
Allow passing options to
Model#<attachment>_attacherfor overridingAttacheroptions (@janko)
2.8.0 (2017-10-11) [release notes]¶ ↑
-
Expand relative directory paths when initializing
Storage::FileSystem(@janko) -
Fix
loggingplugin erroring on:jsonformat when ActiveSupport is loaded (@janko) -
Allow
Storage::S3#clear!to take a block for specifying which objects to delete (@janko) -
Make
:filemagicanalyzer close the FileMagic descriptor even in case of exceptions (@janko) -
Make
:fileanalyzer work for potential file types which have magic bytes farther than 256 KB (@janko) -
Deprecate
aws-sdk2.x in favour of the newaws-sdk-s3gem (@janko) -
Modify
UploadedFile#extensionto always return the extension in lowercase format (@janko) -
Downcase the original file extension when generating an upload location (@janko)
-
Allow specifying the full record attribute name in
metadata_attributesplugin (@janko) -
Allow specifying metadata mappings on
metadata_attributesplugin initialization (@janko) -
Add support for ranged requests in
download_endpointandrack_responseplugins (@janko) -
Allow
Storage::S3#openandStorage::S3#downloadto accept additional options (@janko) -
Forward any options given to
UploadedFile#openorUploadedFile#downloadto the storage (@janko) -
Update
direct_uploadplugin to support Roda 3 (@janko)
2.7.0 (2017-09-11) [release notes]¶ ↑
-
Deprecate the
Shrine::DownloadEndpointconstant overShrine.download_endpoint(@janko) -
Allow an additional
#headersattribute on presigns and return it inpresign_endpoint(@janko) -
Allow overriding
upload_endpointandpresign_endpointoptions per-endpoint (@janko) -
Add
:presignand:rack_responseoptions topresign_endpoint(@janko) -
Add
:upload,:upload_contextand:rack_responseoptions toupload_endpoint(@janko) -
Modify
upload_endpointandpresign_endpointto returntext/plainerror responses (@janko) -
Add
:requestupload context parameter inupload_endpoint(@janko) -
Change
:actionupload context parameter to:uploadinupload_endpoint(@janko) -
Return
405 Method Not Allowedon invalid HTTP verb inupload_endpointandpresign_endpoint(@janko) -
Modify
upload_endpointandpresign_endpointto handle requests on the root URL (@janko) -
Allow creating Rack apps dynamically in
upload_endpointandpresign_endpoint(@janko) -
Remove Roda dependency from
upload_endpointandpresign_endpointplugins (@janko) -
Split
direct_uploadplugin intoupload_endpointandpresign_endpointplugins (@janko) -
Support the new
aws-sdk-s3gem inShrine::Storage::S3(@lizdeika) -
Return
Cache-Controlheader indownload_endpointto permanently cache responses (@janko) -
Return
404 Not Foundwhen uploaded file doesn’t exist indownload_endpoint(@janko) -
Utilize uploaded file metadata when generating response in
download_endpoint(@janko) -
Fix deprecation warning when generating fake presign with query parameters (@janko)
-
Don't raise error in
fileandfilemagicMIME type analyzer on empty IO (@ypresto) -
Require
downinremote_urlplugin even when a custom downloader is given (@janko) -
Require
timelibrary inloggingplugin to fixundefined method #iso8601 for Time(@janko) -
Allow validations defined on a superclass to be reused in a subclass (@printercu)
-
Allow validation error messages to be an array of arguments for ActiveRecord (@janko)
-
Allow model subclasses to override the attachment with a different uploader (@janko)
-
Accept
Attacher.newoptions likestore:andcache:viaAttachment.new(@ypresto) -
Raise
ArgumentErrorwhen:bucketoption is nil inShrine::Storage::S3#initialize(@janko) -
Don't wrap base64-encoded content into 60 columns in
UploadedFile#base64and#data_uri(@janko) -
Add
:mini_mimeoption todetermine_mime_typeplugin for using the mini_mime gem (@janko) -
Fix
data_uriplugin raising an exception on Ruby 2.4.1 when using raw data URIs (@janko) -
Implement
Shrine::Storage::S3#openusing the aws-sdk gem instead ofDown.open(@janko) -
Un-deprecate
Shrine.uploaded_fileaccepting file data as JSON string (@janko) -
Don't wrap base64-formatted signatures to 60 columns (@janko)
-
Don't add a newline at the end of the base64-formatted signature (@janko)
2.6.1 (2017-04-12) [release notes]¶ ↑
-
Fix
download_endpointreturning incorrect reponse body in some cases (@janko)
2.6.0 (2017-04-04) [release notes]¶ ↑
-
Make
Shrine::Storage::FileSystem#pathpublic which returns path to the file as aPathnameobject (@janko) -
Add
Shrine.rack_filetorack_fileplugin for converting Rack uploaded file hash into an IO (@janko) -
Deprecate passing a Rack file hash to
Shrine#upload(@janko) -
Expose
Shrine.extract_dimensionsandShrine.dimensions_analyzersinstore_dimensionsplugin (@janko) -
Add
metadata_attributesplugin for syncing attachment metadata with additional record attributes (@janko) -
Remove the undocumented
:magic_headeroption fromdetermine_mime_typeplugin (@janko) -
Expose
Shrine.determine_mime_typeandShrine.mime_type_analyzersindetermine_mime_typeplugin (@janko) -
Add
signatureplugin for calculating a SHA{1,256,384,512}/MD5/CRC32 hash of a file (@janko) -
Return the resolved plugin module when calling
Shrine.plugin(@janko) -
Accept hash of metadata with symbol keys as well in
add_metadatablock (@janko) -
Add
refresh_metadataplugin for re-extracting metadata from an uploaded file (@janko) -
Allow S3 storage to use parallelized multipart upload for files from FileSystem storage as well (@janko)
-
Improve default multipart copy threshold for S3 storage (@janko)
-
Allow specifying multipart upload and copy thresholds separately in
Shrine::Storage::S3(@janko) -
Fix
Storage::FileSystem#clear!not deleting old files if there are newer files in the same directory (@janko) -
Allow media type in the data URI to have additional parameters (@janko)
-
URI-decode non-base64 data URIs, as such data URIs are URI-encoded according to the specification (@janko)
-
Improve performance of parsing data URIs by 10x switching from a regex to StringScanner (@janko)
-
Reduce memory usage of
Shrine.data_uriandUploadedFile#base64by at least 2x (@janko) -
Add
Shrine.data_uritodata_uriplugin which parses and converts the given data URI to an IO object (@janko) -
Make
rack_fileplugin work with HashWithIndifferentAccess-like objects such as Hashie::Mash (@janko) -
Expose
Aws::S3::ClientviaShrine::Storage::S3#client, and deprecateShrine::Strorage::S3#s3(@janko) -
Modify
delete_rawplugin to delete any IOs that respond to#path(@janko) -
Require the Tempfile standard library in lib/shrine.rb (@janko)
-
Deprecate dimensions validations passing when a dimension is nil (@janko)
-
Deprecate passing regexes to type/extension whitelists/blacklists in
validation_helpers(@janko) -
Don't include list of blacklisted types and extensions in default
validation_helpersmessages (@janko) -
Improve default error messages in
validation_helpersplugin (@janko) -
Don't require the
benchmarkstandard library inloggingplugin (@janko) -
Don't dirty the attacher in
Attacher#setwhen attachment hasn't changed (@janko) -
Rename
Attacher#attached?to a more accurateAttacher#changed?(@janko) -
Allow calling
Attacher#finalizeif attachment hasn’t changed, instead of raising an error (@janko) -
Make
Shrine::Storage::S3#objectmethod public (@janko) -
Prevent autoloading race conditions in aws-sdk gem by eager loading the S3 service (@janko)
-
Raise
Shrine::ErrorwhenShrine#generate_locationreturns nil (@janko)
2.5.0 (2016-11-11) [release notes]¶ ↑
-
Add
Attacher.default_urlas the idiomatic way of declaring default URLs (@janko) -
Allow uploaders themselves to accept Rack uploaded files when
rack_fileis loaded (@janko) -
Raise a descriptive error when two versions are pointing to the same IO object (@janko)
-
Make
backgroundingplugin work with plain model instances (@janko) -
Make validation methods in
validation_helpersplugin return whether validation succeeded (@janko) -
Make extension matching case insensitive in
validation_helpersplugin (@jonasheinrich) -
Make
remove_invalidplugin remove dirty state on attacher after removing invalid file (@janko) -
Raise error if
Shrine::UploadedFileisn’t initialized with valid data (@janko) -
Accept
extensionparameter without the dot in presign endpoint ofdirect_uploadplugin (@jonasheinrich) -
Add
:fallback_to_originaloption toversionsplugin for disabling fallback to original file (@janko) -
Add
#dimensionsmethod toUploadedFilewhen loadingstore_dimensionsplugin (@janko) -
Make it possible to extract multiple metadata values at once with the
add_metadataplugin (@janko)
2.4.1 (2016-10-17) [release notes]¶ ↑
-
Move back JSON serialization from
Attacher#writetoAttacher#_set(@janko) -
Make
remove_invalidplugin assign back a previous attachment if was there (@janko) -
Deprecate
Storage::FileSystem#download(@janko) -
In
UploadedFile#downloaduse extension from#original_filenameif#iddoesn’t have it (@janko)
2.4.0 (2016-10-11) [release notes]¶ ↑
-
Add
#convert_before_writeand#convert_after_readon the Attacher for data attribute conversion (@janko) -
Extract the
<attachment>_dataattribute name intoAttacher#data_attribute(@janko) -
Support JSON and JSONB PostgreSQL columns with ActiveRecord (@janko)
-
Fix S3 storage not handling filenames with double quotes in Content-Disposition header (@janko)
-
Work around aws-sdk failing with non-ASCII characters in Content-Disposition header (@janko)
-
Allow dynamically generating URL options in
default_url_optionsplugin (@janko) -
Don't run file validations when duplicating the record in
copyplugin (@janko) -
Don't use
Storage#streamin download_endpoint plugin anymore, rely onStorage#open(@janko) -
Remove explicitly unlinking Tempfiles returned by
Storage#open(@janko) -
Move
:hostfrom first-class storage option to#urloption on FileSystem and S3 storage (@janko) -
Don't fail in FileSystem storage when attempting to delete a file that doesn't exist (@janko)
-
In
UploadedFile#openhandle the case whenStorage#openraises an error (@janko) -
Make the
sequelplugin use less memory during transactions (@janko) -
Use Roda’s streaming plugin in
download_endpointfor better EventMachine integration (@janko) -
Deprecate accepting a JSON string in
Shrine.uploaded_file(@janko) -
In S3 storage automatically write original filename to
Content-Dispositionheader (@janko) -
Override
#to_sinShrine::Attachmentfor better introspection withputs(@janko)
2.3.1 (2016-09-01) [release notes]¶ ↑
-
Don’t change permissions of existing directories in FileSystem storage (@janko)
2.3.0 (2016-08-27) [release notes]¶ ↑
-
Prevent client from caching the presign response in direct_upload plugin (@janko)
-
Make Sequel update only the attachment in background job (@janko)
-
Add copy plugin for copying files from one record to another (@janko)
-
Disable moving when uploading stored file to backup storage (@janko)
-
Make
Attacher#recachefrom the recache plugin public for standalone usage (@janko) -
Allow changing
Shrine::Attacher#contextonce the attacher is instantiated (@janko) -
Make
Attacher#readfor reading the attachment column public (@janko) -
Don't rely on the
#idwriter on a model instance in backgrounding plugin (@janko) -
Don't make
Attacher#swapprivate in sequel and activerecord plugins (@janko) -
Set default UNIX permissions to 0644 for files and 0755 for directories (@janko)
-
Apply directory permissions to all subfolders inside the main folder (@janko)
-
Add
:directory_permissionstoStorage::FileSystem(@janko)
2.2.0 (2016-07-29) [release notes]¶ ↑
-
Soft deprecate
:phaseover:actionincontext(@janko) -
Add ability to sequel and activerecord plugins to disable callbacks and validations (@janko)
-
The direct_upload endpoint now always includes both upload and presign routes (@janko)
-
Don't let the combination for delete_raw and moving plugins trigger any errors (@janko)
-
Add
UploadedFile#openthat mimicsFile.openwith a block (@janko) -
In the storage linter don’t require
#clear!to be implemented (@janko) -
In backgrounding plugin don’t require model to have attachment module included (@janko)
-
Add add_metadata plugin for defining additional metadata values to be extracted (@janko)
-
In determine_mime_type plugin raise error when file command wasn’t found or errored (@janko)
-
Add processing plugin for simpler and more declarative definition of processing (@janko)
-
Storage classes don't need to implement the
#readmethod anymore (@janko) -
Use aws-sdk in
S3#download, which will automatically retry failed downloads (@janko) -
Add
:multipart_thresholdfor when S3 storage should use parallelized multipart copy/upload (@janko) -
Automatically use optimized multipart S3 upload for files larger than 15MB (@janko)
-
Avoid an additional HEAD request to determine content length in multipart S3 copy (@janko)
2.1.1 (2016-07-14) [release notes]¶ ↑
-
Fix
S3#openthrowing a NameError ifnet/httpisn’t required (@janko)
2.1.0 (2016-06-27) [release notes]¶ ↑
-
Remove
:namesfrom versions plugin, and deprecate generating versions in :cache phase (@janko) -
Pass a
Shrine::UploadedFilein restore_cached_data instead of the raw IO (@janko) -
Increase magic header length in determine_mime_type and make it configurable (@janko)
-
Execute
filecommand in determine_mime_type the same way for files as for general IOs (@janko) -
Make logging and parallelize plugins work properly when loaded in this order (@janko)
-
Don't assert arity of IO methods, so that objects like
Rack::Test::UploadedFileare allowed (@janko) -
Deprecate
#cached_<attachment>_data=over using<attachment>for the hidden field (@janko)
2.0.1 (2016-05-30) [release notes]¶ ↑
-
Don’t override previously set default_url in versions plugin (@janko)
2.0.0 (2016-05-19) [release notes]¶ ↑
-
Include query parameters in CDN-ed S3 URLs, making them work for private objects (@janko)
-
Remove the
:include_erroroption from remote_url plugin (@janko) -
Make previous plugin options persist when reapplying the plugin (@janko)
-
Improve how upload options and metadata are passed to storage's
#uploadand#move(@janko) -
Remove
Shrine::Confirmand confirmingStorage#clear!in general (@janko) -
Allow implementing a custom dimensions analyzer using built-in ones (@janko)
-
Don't error in determine_mime_type when MimeMagic cannot determine the MIME (@janko)
-
Allow implementing a custom MIME type analyzer using built-in ones (@janko)
-
Don't check that the cached file exists in restore_cached_data plugin (@janko)
-
Deprecate migration_helpers plugin and move
Attacher#cached?andAttacher#stored?to base (@janko) -
Don't trigger restore_cached_data plugin functionality when assigning the same cached attachment (@janko)
-
Give
Attacher#_promoteandAttacher#promotethe same method signature (@janko) -
Add
Attacher#_deletewhich now spawns a background job instead ofAttacher#delete!(@janko) -
Make
Attacher#cache!,Attacher#store!, andAttacher#delete!public (@janko) -
Don't cache storages in dynamic_storage plugin (@janko)
-
Make only one HTTP request in download_endpoint plugin (@janko)
-
Print secuity warning when not using determine_mime_type plugin (@janko)
-
Support Mongoid in backgrounding plugin (@janko)
-
Allow including attachment module to non-
Sequel::Modelobjects in sequel plugin (@janko) -
Handle paths that start with "-" in determine_mime_type plugin when
:fileanalyzer is used (@zaeleus) -
Allow including attachment module to non-
ActiveRecord::Baseobjects in activerecord plugin (@janko) -
Remove deprecated “restore_cached” alias for restore_cached_data plugin (@janko)
-
Remove deprecated “delete_uploaded” alias for delete_raw plugin (@janko)
-
Make the default generated unique location shorter (@janko)
-
Make the
:delegateoption in migration_helpers default tofalse(@janko) -
Don't require
:storagesoption anymore in moving plugin (@janko) -
Don't delete uploaded IO if storage doesn't support moving in moving plugin (@janko)
-
Rename delete phases to be shorter and consistent in naming with upload phases (@janko)
-
Remove deprecated
Shrine#default_url(@janko) -
Remove deprecated
:subdirectoryon FileSystem storage (@janko) -
Don't return the uploaded file in
Attacher#setandAttacher#assign(@janko) -
Return the attacher instance in
Attacher.promoteandAttacher.deletein backgrounding plugin (@janko) -
Rename “attachment” to “name”, and “uploaded_file” to “attachment” in backgrounding plugin (@janko)
-
Remove using
:presignfor presign options instead of:presign_options(@janko) -
Remove deprecated
Shrine.direct_endpointfrom direct_upload plugin (@janko) -
Remove deprecated keep_location plugin (@janko)
-
Make
Shrine#extract_dimensionsa private method in store_dimensions plugin (@janko) -
Keep
Shrine#extract_mime_typea private method when loading determine_mime_type plugin (@janko) -
Deprecate loading the backgrounding plugin through the old “background_helpers” alias (@janko)
1.4.2 (2016-04-19) [release notes]¶ ↑
-
Removed ActiveRecord’s automatic support for optimistic locking as it wasn’t stable (@janko)
-
Fixed record's dataset being modified after promoting preventing further updates with the same instance (@janko)
1.4.1 (2016-04-18) [release notes]¶ ↑
-
Bring back triggering callbacks on promote in ORM plugins, and add support for optimistic locking (@janko)
1.4.0 (2016-04-15) [release notes]¶ ↑
-
Return “Content-Length” response header in download_endpoint plugin (@janko)
-
Make determine_mime_type and store_dimensions automatically rewind IO with custom analyzer (@janko)
-
Make
before_*andafter_*hooks happen before and afteraround_*hooks (@janko) -
Rename restore_cached plugin to more accurate “restore_cached_data” (@janko)
-
Prevent errors when attempting to validate dimensions when they are absent (@janko)
-
Remove “thread” gem dependency in parallelize plugin (@janko)
-
Add
:filenameto data_uri plugin for generating filenames based on content type (@janko) -
Make user-defined hooks always happen around logging (@janko)
-
Add
:presign_locationto direct_upload for generating the key (@janko) -
Add separate
:presign_optionsoption for receiving presign options in direct_upload plugin (@janko) -
Add ability to generate fake presigns for storages which don’t support them for testing (@janko)
-
Change the
/:storage/:nameroute to/:storage/uploadin direct_upload plugin (@janko) -
Fix logger not being inherited in the logging plugin (@janko)
-
Add delete_promoted plugin for deleting promoted files after record has been updated (@janko)
-
Allow passing phase to
Attacher#promoteand generalize promoting background job (@janko) -
Close the cached file after extracting its metadata in restore_cached plugin (@janko)
-
Rename delete_uploaded plugin to “delete_raw” to better explain its functionality (@janko)
-
Pass the SSL CA bundle to open-uri when downloading an S3 file (@janko)
-
Add
Attacher.dumpandAttacher.loadfor writing custom background jobs with custom functionality (@janko) -
Fix S3 URL erroring due to not being URL-encoded when
:hostoption is used (@janko) -
Remove a tiny possibility of a race condition with backgrounding on subsequent updates (@janko)
-
Add
:delegateoption to migration_helpers for opting out of defining methods on the model (@janko) -
Make logging plugin log number of both input and output files for processing (@janko)
-
Make deleting backup work with backgrounding plugin (@janko)
-
Make storing backup happen after promoting instead of before (@janko)
-
Add
:fallbacksto versions plugin for fallback URLs for versions which haven’t finished processing (@janko) -
Fix keep_files not to spawn a background job when file will not be deleted (@janko)
1.3.0 (2016-03-12) [release notes]¶ ↑
-
Add
<attachment>_cached?and<attachment>_stored?to migration_helpers plugin (@janko) -
Fix
Attacher#backup_filefrom backup plugin not to modify the given uploaded file (@janko) -
Allow modifying UploadedFile’s data hash after it’s instantiated to change the UploadedFile (@janko)
-
Deprecate the keep_location plugin (@janko)
-
Don't mutate context hash inside the uploader (@janko)
-
Make extracted metadata accessible in
#generate_locationthrough:metadatain context hash (@janko) -
Don't require the "metadata" key when instantiating a
Shrine::UploadedFile(@janko) -
Add
:include_erroroption to remote_url for accessing download error in:error_messageblock (@janko) -
Give different error message when file wasn't found or was too large in remote_url (@janko)
-
Rewind the IO after extracting MIME type with MimeMagic (@janko)
-
Rewind the IO after extracting image dimensions even when extraction failed (@kaapa)
-
Correctly infer the extension in
#generate_locationwhen uploading anUploadedFile(@janko) -
Fix ability for errors to accumulate in data_uri and remote_url plugins when assigning mutliples to same record instance (@janko)
-
Bump Down dependency to 2.0.0 in order to fix downloading URLs with "[]" characters (@janko)
-
Add
:namespaceoption to pretty_location for including class namespace in location (@janko) -
Don't include the namespace of the class in the location with the pretty_location plugin (@janko)
-
Remove aws-sdk deprecation warning when storage isn’t instantiated with credentials (@reidab)
-
Don't make uploaded file's metadata methods error when the corresponding key-value pair is missing (@janko)
-
Close the
UploadedFileon upload only if it was previously opened, which doesn’t happen on S3 COPY (@reidab) -
Fix
NameErrorwhen silencing “missing record” errors in backgrounding (@janko)
1.2.0 (2016-01-26) [release notes]¶ ↑
-
Make
Shrine::Attacher.promoteandShrine::Attacher.deletereturn the record in backgrounding plugin (@janko) -
Close the IO on upload even if the upload errors (@janko)
-
Use a transaction when checking if attachment has changed after storing during promotion (@janko)
-
Don't attempt to start promoting in background if attachment has already changed (@janko)
-
Don't error in backgrounding when record is missing (@janko)
-
Prevent multiline content type spoof attempts in validation_helpers (@xzo)
-
Make custom metadata inherited from uploaded files and make
#extract_metadatacalled only on caching (@janko)
1.1.0 (2015-12-26) [release notes]¶ ↑
-
Rename the “background_helpers” plugin to “backgrounding” (@janko)
-
Rename the
:subdirectoryoption to:prefixon FileSystem storage (@janko) -
Add download_endpoint plugin for downloading files uploaded to database storages and for securing downloads (@janko)
-
Make
around_*hooks return the result of the corresponding action (@janko) -
Make the direct upload endpoint customizable, inheritable and inspectable (@janko)
-
Add upload_options plugin for dynamically generating storage-specific upload options (@janko)
-
Allow the context hash to be modified (@janko)
-
Fix extension not being returned for storages which remove it from ID (Flickr, SQL, GridFS) (@janko)
-
Delete underlying Tempfiles when closing an
UploadedFile(@janko) -
Fix background_helpers plugin not working with ActiveJob (@janko)
-
Add
UploadedFile#base64to the data_uri plugin (@janko) -
Optimize
UploadedData#data_urito not download the file and instantiate file contents string only once (@janko) -
Allow adding S3 upload options dynamically per upload (@janko)
-
Add delete_uploaded plugin for automatically deleting files after they’re uploaded (@janko)
-
Close an open file descriptor left after downloading a FileSystem file (@janko)
-
Make
FileSystem#urlWindows compatible (@janko) -
Add
UploadedFile#content_typealias to#mime_typefor better integration with upload libraries (@janko) -
Add a
UploadedFile#data_urimethod to the data_uri plugin (@janko) -
Allow the data_uri plugin to accept “+” symbols in MIME type names (@janko)
-
Make the data_uri plugin accept data URIs which aren’t base64 encoded (@janko)
-
Close all IOs after uploading them (@janko)
-
Allow passing a custom IO object to the Linter (@janko)
-
Add remove_invalid plugin for automatically deleting and deassigning invalid cached files (@janko)
-
Add
:max_sizeoption to the direct_upload plugin (@janko) -
Move
Shrine#default_urlto default_url plugin (@janko) -
Enable
S3#multi_deleteto delete more than 1000 objects by batching deletes (@janko) -
Add the keep_location plugin for easier debugging or backups (@janko)
-
Add the backup plugin for backing up stored files (@janko)
-
Storages don't need to rewind the files after upload anymore (@janko)
-
Make S3 presigns work when the
:endpointoption is given (@NetsoftHoldings) -
Fix parallelize plugin to always work with the moving plugin (@janko)
-
Fix S3 storage to handle copying files that are larger than 5GB (@janko)
-
Add
:upload_optionsto S3 storage for applying additional options on upload (@janko) -
Reduce length of URLs generated with pretty_location plugin (@gshaw)
1.0.0 (2015-11-27) [release notes]¶ ↑
-
Improve Windows compatibility in the FileSystem storage (@janko)
-
Remove the ability for FileSystem storage to accept IDs starting with a slash (@janko)
-
Fix keep_files plugin requiring context for deleting files (@janko)
-
Extract assigning cached files by parsed JSON into a parsed_json plugin (@janko)
-
Add
(before|around|after)_uploadto the hooks plugin (@janko) -
Fix
S3#multi_deleteandS3#clear!not using the prefix (@janko) -
Add ability to pass presign options to storages in the direct_upload plugin (@janko)
-
Remove
Shrine.io!because it was actually meant to be only for internal use (@janko) -
Remove
Shrine.deletebecause of redundancy (@janko) -
Add default_url_options plugin for specifiying default URL options for uploaded files (@janko)
-
Add module_include plugin for easily extending core classes for given uploader (@janko)
-
Add support for Sequel’s Postgres JSON column support (@janko)
-
Fix migration_helpers plugin not detecting when column changed (@janko)
-
Add the
:publicoption to S3 storage for retrieving public URLs which aren’t signed (@janko) -
Remove the delete_invalid plugin, as it could cause lame errors (@janko)
-
Don't delete cached files anymore, as it can cause errors with backgrounding (@janko)
-
Add a
:hostoption to the S3 storage for specifying CDNs (@janko) -
Don't allow same attachment to be promoted multiple times with backgrounding (@janko)
-
Fix recache plugin causing an infinite loop (@janko)
-
Fix an encoding error in determine_mime_type when using
:filewith non-files (@janko) -
Make
UploadedFileactually delete itself only once (@janko) -
Make
UploadedFile#inspectcleaner by showing only the data hash (@janko) -
Make determine_mime_type able to accept non-files when using :file (@janko)
-
Make logging plugin accept PORO instance which don’t have an id (@janko)
-
Add rack_file plugin for attaching Rack file hashes to models (@janko)