Skip to content

Releases: rackspace/sailplane

state-storage-1.1.0

26 May 18:04
Compare
Choose a tag to compare

Bug Fix:

  • Issue #50 - Missing Type Declarations

Enhancement:

  • Issue #49 - Save and Retrieve secure strings

lambda-utils-3.0.0

14 May 15:52
671f506
Compare
Choose a tag to compare

Issue #36 - Upgraded to use Middy v1.0.0

See the LambdaUtils documentation for upgrade instructions.

state-storage-1.0.2

16 Apr 18:58
Compare
Choose a tag to compare
  • Updated dependencies with latest patches.

logger-2.0.1

16 Apr 18:51
Compare
Choose a tag to compare
  • Updated to work with serverless-offline v6.x and other offline toolsets. Issue #40.
  • Added explicit override with LOG_TO_CLOUDWATCH environment variable
  • Updated injector/example to use serverless-offline v6 and test Logger.
  • Added new documentation for these new configuration options, and added missing documentation for other options.
  • Updated dependencies with latest patches.

lambda-utils-2.0.1

16 Apr 18:48
Compare
Choose a tag to compare
  • Updated types for AsyncProxyHandler to fix issue #46.
  • Updated dependencies with latest patches.
  • Fix bugs in documentation's example for LambdaUtils.

injector-1.0.2

16 Apr 18:57
Compare
Choose a tag to compare
  • Updated dependencies with latest patches.

expiring-value-1.0.1

16 Apr 18:52
Compare
Choose a tag to compare
  • Updated dependencies with latest patches.

elasticsearch-client-1.0.2

16 Apr 18:57
Compare
Choose a tag to compare
  • Updated dependencies with latest patches.

aws-https-1.1.0

16 Apr 18:56
Compare
Choose a tag to compare
  • Issue #33 - Added option to refresh AWS credentials via the constructor.
  • Issue #39 - Added option to pass in AWS credentials, to use, via the constructor.
  • Added example for these options in the documentation.
  • Updated dependencies with latest patches.

lambda-utils-2.0.0

05 Sep 15:51
Compare
Choose a tag to compare

Thanks to contributor @russell-dot-js for issue #16 updating lambda-utils:

  • The Middy dependency has been updated to latest.
  • Middy is now a peerDependency, so that you can use compatible newer versions in your project

The version was bumped to 2.0.0 because of breaking changes (type names) in Middy and the need to new npm install middy when using @sailplane/lambda-utils. There should be no functional change, other than the downstream bug fixes.

Note: Middy has not been following semver, so newer versions may not be compatible. lambda-utils is known to work with [email protected].