Skip to content

Releases: CulturalMe/meteor-slingshot

Version 0.7.1

20 May 18:17
Compare
Choose a tag to compare

Enhancements

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

Version 0.7.0

18 May 18:49
Compare
Choose a tag to compare

Enhancements

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

Bug Fixes

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

Version 0.6.2

23 Apr 20:41
Compare
Choose a tag to compare

Removed debugging logs.

Version 0.6.1

29 Mar 13:10
Compare
Choose a tag to compare

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

22 Mar 19:30
Compare
Choose a tag to compare

Bug Fixes

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

Enhancements

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

Version 0.4.1

20 Jan 01:17
Compare
Choose a tag to compare

Bug Fixes

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

Version 0.4.0

20 Jan 01:13
Compare
Choose a tag to compare

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

11 Jan 02:18
Compare
Choose a tag to compare

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

01 Dec 15:00
Compare
Choose a tag to compare

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