Skip to content

Latest commit

 

History

History
82 lines (47 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

82 lines (47 loc) · 3.06 KB

Slingshot Changelog

Version 0.7.1

Enhancements

  • Added support for dynamic content-disposition for S3 and Google Cloud (#64)

Version 0.7.0

Enhancements

  • Added Slingshot.S3Storage.TempCredentials (#95). Thanks @jossoco

Bug Fixes

  • Fixed character encoding for content-disposition for AWS-S3 based directives. Thanks @timtch.

Version 0.6.2

Removed debugging log.

Version 0.6.1

Enhancements

  • Added a way to get the server response to the uploader. (#82)

Bug Fixes

  • Fixed bad S3 download url generation where the download url would start with https:/ instead of https://. (#84)

Version 0.6.0

Bug Fixes

  • Fixed error when accounts-base is not enabled. (#65)

Enhancements

  • Allow SSL to work for when the S3 bucket name contains a dot.

Version 0.5.0

No changes. (incorrectly released)

Version 0.4.1

Bug Fixes

  • Fixed us-east-1 default bucket url for S3 (#53)

Version 0.4.0

New Features and Enhancements

  • Added region parameters to S3. The default is us-east-1. This fixes bucketUrl problems #33.
  • Upgrade to AWS4-HMAC-256 for S3 policy signing to make slingshot compatible with new AWS datacenters, such as Frankfurt. #33
  • Added Rackspace Cloud Files support #17.

Version 0.3.0

New Features and Enhancements

  • Added file-restriction sharing with client (#32)
  • Use blob object url instead of base64 encoded files for latency compensation (#6)
  • Added .param() method to Slingshot.Upload (#11)
  • Added image pre-loading for smoother, flicker-less latency compensation (#4)
  • Added support for uploading Blob objects instead of Files. (#22) file.name is no longer a required property for uploads.
  • Removed code duplication in Gougle Cloud and AWS S3 service implementation (they have a lot in common)
  • Added the cdn directive parameter.
  • Removed domain directive parameter.
  • Added bucketUrl directive parameter to Google Cloud and AWS S3.

Bug Fixes

  • Fixed uploads for undetectable mime-type (#34)

Version 0.2.0

Fixes #3: Providing 0 or null for maxSize means that there will be no file size limit exposed.