Skip to content

Releases: rackspace/sailplane

state-storage-1.0.1

12 Aug 22:06
Compare
Choose a tag to compare

Updated and improve dependencies specifications. If you are functioning already without any warnings from NPM, there is no need to update.

lambda-utils-1.1.1

12 Aug 22:05
Compare
Choose a tag to compare

Updated and improve dependencies specifications. If you are functioning already without any warnings from NPM, there is no need to update.

injector-1.0.1

12 Aug 22:05
Compare
Choose a tag to compare

Updated and improve dependencies specifications. If you are functioning already without any warnings from NPM, there is no need to update.

elasticsearch-client-1.0.1

12 Aug 22:04
Compare
Choose a tag to compare

Updated and improve dependencies specifications. If you are functioning already without any warnings from NPM, there is no need to update.

aws-https-1.0.1

12 Aug 22:03
Compare
Choose a tag to compare

Updated and improve dependencies specifications. If you are functioning already without any warnings from NPM, there is no need to update.

logger-2.0.0

30 Jul 16:25
34d53fe
Compare
Choose a tag to compare

AWS changed the way that logging to CloudWatch works in the Node.js 10 runtime environment, while leaving the Node.js 8 runtime with the old behavior. Refactored @sailplane/logger to ensure the proper console function is called for each log level and not duplicated.

Improved environment detection to determine proper default behaviors.

Improved control by optional environment variables. This is a potential breaking change, thus the major version bump. If you used configuration options before, refer to the documentation for the new options.

lambda-utils-1.1.0

30 Jul 16:30
34d53fe
Compare
Choose a tag to compare

Added APIGatewayProxyEvent type. Simply import this from LambdaUtils instead of AWS and use it in your lambda function declarations to have the typing as it really is once the middleware is done modifying the event. This removes the need for some casting and ! use to override the AWS type. See the updated examples in the documentation.

v1.0.0

26 Mar 17:17
cf22345
Compare
Choose a tag to compare

Initial public release of all packages.