Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Releases: Nike-Inc/cerberus-node-client

v2.2.1

17 Jun 00:29
5bbd4ac
Compare
Choose a tag to compare
  • Use correct Travis credentials

v2.2.0

16 Jun 21:58
c650e30
Compare
Choose a tag to compare

[2.2.0] - 2020-06-16

Added

  • Typescript declaration

v2.0.1

20 Jun 16:36
03adc18
Compare
Choose a tag to compare
  • Use Client ctor token option

v2.0.0

21 Dec 19:34
d3ea6d8
Compare
Choose a tag to compare
  • Removed all non-sts authentication logic
  • Added support for STS Authentication, which works in all AWS environments and doesn't require a special IAM Policy.
  • Removed support for under Node 8 (Moved 1.x code to 1.X_kms_client so we can do security updates until April of 2019 when Node 6 is EOL)
  • Refactored client to be an jsdoc annotated ES6 Class and use the async await promise pattern.
  • Made docs generated from code annotation and publish to http://engineering.nike.com/cerberus-node-client/

Add Cerberus Header

07 Jun 22:51
Compare
Choose a tag to compare
v1.1.0

change coverage tool to istanbul

1.0.0

19 May 19:36
Compare
Choose a tag to compare

The AWS-SDK use has been removed! Communication with AWS is now done with manually-signed requests, drastically shrinking the runtime size of the library. This should reduce lambda-cold start times for packages significantly.

The internals have also been rewritten to use co/promises. This means Node 4.x is now required for use.

Patch: increase token expiration padding from 10 to 60 seconds

08 May 21:19
Compare
Choose a tag to compare

[FIX] setLambdaContext Bug

05 Apr 22:26
Compare
Choose a tag to compare

[UNPUBLISHED] MFA Support added to local prompt flow

05 Apr 21:36
Compare
Choose a tag to compare

This release was unpublished due to a bug in setLambdaContext introduced in this release

FIX: Error handling when cerberus fails to auth

31 Mar 18:11
Compare
Choose a tag to compare