Skip to content

Releases: danieljoos/aws-sign-web

v1.5.0

04 Dec 14:01
Compare
Choose a tag to compare
  • Added support for mult-value query params
  • Updates dev dependencies and removes jshint & jscsrc stuff

v1.4.0

02 Jan 23:26
Compare
Choose a tag to compare
  • Fixed issue #9
  • Removed support for Bower.
  • Removed minified version of the script from the repository (but not from the npm package).
  • Updated dependencies

v1.3.0: Fixed code to pass most of the official test suite

19 Nov 19:47
Compare
Choose a tag to compare
* correct handling of UTF8 characters in pathname and query parameters
* configuration property `defaultAcceptType` can be specified as empty string to omit default `accept` header.
* configuration property `defaultContentType` can be specified as empty string to omit default `content-type` header.
* Bumped version to `1.3.0`

v1.2.3

18 Nov 16:08
Compare
Choose a tag to compare

URI encoding according to S3 requirements.

v1.2.2

02 Aug 05:57
Compare
Choose a tag to compare
1.2.2

v1.2.0: Changed configuration property name to be compliant with AWS names

31 Oct 10:28
Compare
Choose a tag to compare

The configuration parameter secretKey has been renamed to secretAccessKey.