Skip to content

Releases: jamhall/s3rver

v2.2.1

08 Mar 21:06
Compare
Choose a tag to compare

Fixes:

v2.2.0

27 Feb 15:19
Compare
Choose a tag to compare

Features:

  • S3 event notification for Put, Copy, Post and Delete objects #114

Fixes:

Tooling:

  • Add eslint and prettier #126

v2.1.0

08 Feb 22:43
eb0f5b4
Compare
Choose a tag to compare

Features:

  • Support for S3 CORS configuration policies #63

Fixes:

  • Find only short common prefixes when using Delimiter and Prefix #120
  • Don't generate package-lock.json #117
  • Upgrade dependencies #116 #118

v2.0.1

31 Jan 21:40
Compare
Choose a tag to compare

Fixes:

  • Update dependencies #111 #112
  • Wait for upload writeStream file descriptor to close before creating metadata #109

v2.0.0

24 Jan 20:59
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Drop support for node versions < 6 #79
  • Remove setter functions (and option to pass in custom fs option) #104

Features:

  • Respond to requests on bucket vhost #49
  • Cleanup Option #98
  • Add support for multipart uploads #78

Fixes:

  • Update dependencies
  • Delete bucket fails after deleting all objects in the bucket #39
  • Add bucketName to getBucket response to match current AWS response #100
  • Resolve MaxListenersExceededWarning from winston instance #106

v1.0.3

22 Feb 16:20
Compare
Choose a tag to compare

Thanks to all the contributors!

v1.0.2

03 Jul 10:52
Compare
Choose a tag to compare
  • Support domain-style bucket names. Issue #44. Thanks @LegNeato !

v1.0.1

01 Jul 14:43
Compare
Choose a tag to compare

Changeset:

  • Close the write stream after the file has been written (thanks @rockmacaca )
  • Default options replaced by options passed to S3rver. Default options merge with options passed to S3rver (thanks @antklim )

v1.0.0

22 Jun 12:11
Compare
Choose a tag to compare

First stable release

Changes since last release:

  • Allow mounting of the server as an express app
  • Fix path delimeter when running under Windows
  • Listen on HTTPS when SSL certs are provided in the options
  • Add support for the ContentDisposition parameter
  • Calculate the size and MD5 using streams …
  • Added support for ranged requests
  • Use streams to read/write file contents

Thank you @rockmacaca for your contributions!

v0.0.14

26 Apr 14:17
Compare
Choose a tag to compare
Incremented to v0.0.14