Skip to content

Releases: ServerlessLife/serverless-spy

v2.2.4

27 Oct 15:38
1fd64fe
Compare
Choose a tag to compare

2.2.4 (2024-10-27)

v2.2.3

16 Oct 18:57
635ef27
Compare
Choose a tag to compare

2.2.3 (2024-10-16)

Bug Fixes

v2.2.2

23 May 11:34
1cedd26
Compare
Choose a tag to compare

2.2.2 (2024-05-23)

Bug Fixes

  • fix an issue that made it impossible to catch the timeout exception (905601a)

v2.2.1

17 May 10:49
0910194
Compare
Choose a tag to compare

2.2.1 (2024-05-17)

Bug Fixes

  • use credentials provider from aws-sdk to support all means of authentication toward aws (617b142)

v2.2.0

07 May 18:06
d434694
Compare
Choose a tag to compare

2.2.0 (2024-05-07)

Features

  • ignore SingletonFunction to prevent duplicate layers, circular dependencies etc. (f89df78)

v2.1.2

07 May 17:34
6104d92
Compare
Choose a tag to compare

2.1.2 (2024-05-07)

Bug Fixes

  • fix an issue where ServerlessSpy would fail for eventbridge rules that used the default eventbus (169405e)

v2.1.1

02 May 10:54
7021b07
Compare
Choose a tag to compare

2.1.1 (2024-05-02)

Bug Fixes

  • use get to avoid a KeyError when debug mode is not set (e5da393)

v2.1.0

24 Mar 09:51
aa23897
Compare
Choose a tag to compare

2.1.0 (2024-03-24)

Features

  • Support dynamodb.TableV2 (b1fd06f)

v2.0.0

14 Mar 20:47
cdb20b7
Compare
Choose a tag to compare

2.0.0 (2024-03-14)

Features

  • python lambda runtime and switch to iot for connection (e175b95)
  • Support Python lambdas (abe96e5)

Bug Fixes

  • add missing docker permissions to release workflow (beea375)
  • add scope to ServerlessSpyWsurl to reduce config needed and make it fully backward compatible (fe6b1f7)

v1.4.1

18 Dec 06:55
Compare
Choose a tag to compare

1.4.1 (2023-12-18)

Bug Fixes