Skip to content

Releases: rackspace/sailplane

injector-3.0.0

31 Jan 22:34
0336312
Compare
Choose a tag to compare

Enhancements:

New @Injectable decorator may be used to register. See documentation for details.

Breaking Changes:

Injector.register* functions now throw on invalid input, rather than returning false.

state-storage-2.0.0

16 Sep 00:26
e9d9ee8
Compare
Choose a tag to compare

Audit fixes:

Updated dependencies to resolve audit issues.

Breaking Changes:

Now requires minimum of Typescript v3.8.3.
New requires minimum of Node.js 12 or later

Other:

Now built with aws-sdk v3 (can co-exists with aws-sdk v2)

lambda-utils-4.0.0

16 Sep 00:24
e9d9ee8
Compare
Choose a tag to compare

Audit fixes:

Updated dependencies to resolve audit issues.

Breaking Changes:

Updated to middy v2.5, which involved much refactoring of types.
Experimental: Support for API Gateway v2 HTTP APIs
Now requires minimum of Typescript v3.8.3.
New requires minimum of Node.js 12 or later
Now requires @sailplane/logger v3
Now requires middy.js v2

Other:

Updated documentation and examples.

injector-2.0.1

16 Sep 00:30
e9d9ee8
Compare
Choose a tag to compare

Bug Fix:

Allow use with newer @sailplane/logger v3 without an NPM warning. (Still compatible with logger v2 as well.)

elasticsearch-client-2.0.0

16 Sep 00:15
e9d9ee8
Compare
Choose a tag to compare

Audit fixes:

Updated dependencies to resolve audit issues.

Breaking Changes:

Now requires minimum of Typescript v3.8.3.
New requires minimum of Node.js 12 or later
Now requires @sailplane/aws-https v2 and @sailplane/logger v3

logger-3.0.0

10 Aug 21:40
dd40ac5
Compare
Choose a tag to compare

Audit fixes: Updated dependencies to resolve audit issues.
Breaking Change: Now requires minimum of Typescript v3.8.3.

injector-2.0.0

10 Aug 21:45
dd40ac5
Compare
Choose a tag to compare

Audit fixes:

  • Updated dependencies to resolve audit issues.

Breaking Changes:

  • Now requires minimum of Typescript v3.8.3.
  • New requires minimum of Node.js 12 or later

See PR #103

expiring-value-2.0.0

10 Aug 21:37
dd40ac5
Compare
Choose a tag to compare

Audit fixes: Updated dependencies to resolve audit issues.
Breaking Change: Now requires minimum of Typescript v3.8.3.

aws-https-2.0.0

10 Aug 21:43
dd40ac5
Compare
Choose a tag to compare

Bug Fixes:

  • The timeout option, which works in Node 10, failed to fire in Node 12 and 14. Refactored to work in all versions.

Audit fixes:

  • Updated dependencies to resolve audit issues.

Breaking Changes:

  • Now requires minimum of Typescript v3.8.3.
  • New requires minimum of Node.js 12 or later

See PR #111

logger-2.0.3

08 Dec 00:58
08557b3
Compare
Choose a tag to compare

Bug fix:

  • Issue #64 Setting globalLogLevel to 'NONE' with environment variable is broken