Skip to content

Releases: dherault/serverless-offline

v2.2.7

04 Apr 08:51
Compare
Choose a tag to compare

Fix minor bug concerning how jsonpath-plus (dependency) handles arrays. See #25

v2.2.6

02 Apr 08:01
Compare
Choose a tag to compare

In velocity context: context.authorizer.principalId: process.env.PRINCIPAL_ID || 'offlineContext_authorizer_principalId'
See #24

v2.2.5

01 Apr 18:05
Compare
Choose a tag to compare

Regex for choosing response on failure now ends with $ (just like APIG).
Added getRemainingTimeInMillis in Lambda context object.
Velocity context's headers are now capitalized. See #23

v2.2.4

31 Mar 12:16
Compare
Choose a tag to compare

Added global shared state (!) between methods to determine wether a request completed or not. Improvement over 2.2.3

v2.2.3

31 Mar 11:30
Compare
Choose a tag to compare

Added warning if context.done called twice. See #21

v2.2.2

31 Mar 09:30
Compare
Choose a tag to compare

Major bug fix concerning timeouts and babel runtime. See #21
In 2016 shared mutable state is still the root of all evil...

v2.2.1

30 Mar 13:02
Compare
Choose a tag to compare

Fixed minor bug regarding babel runtime support

v2.2.0

30 Mar 12:44
Compare
Choose a tag to compare

Added support for Babel runtime! 🎉 See #18
Removed 2 'one-liner' dependencies

v2.1.1

26 Mar 09:16
Compare
Choose a tag to compare

Added sanity check on environnement variables declared in s-function.json

v2.1.0

26 Mar 09:14
Compare
Choose a tag to compare

Your env variables are now loaded from your s-function.json file. See #19