Skip to content

Releases: serverless/dashboard-plugin

Version 1.3.9

26 Aug 12:38
002a5f8
Compare
Choose a tag to compare
  • fix AWS span instrumentation by using built-in instrumentation support that the xray
  • show a different message to logged out users when in CI systems
  • fix HTTP spans in python
  • skip AWS creds flow if user is logged in and choses an deploy configuration that implies creds
  • use interactiveCli:end lifecycle hook for final messages
  • allow users to specify their own CFN role for fetching deploy logs
  • fix one errant 'tenant' copy still in output
  • fix sls dashboard command

Version 1.3.8

05 Aug 18:32
ed2c8ce
Compare
Choose a tag to compare
  • fix bug in function wrapping code when no runtime is defined bc there are no lambdas
  • fix bug in sls test

Version 1.3.7

05 Aug 12:41
594cbce
Compare
Choose a tag to compare
  • fix the overwhelming majority of wrapper cases
  • handle repos not having an origin when parsing deploy data

Version 1.3.6

01 Aug 17:01
a8d66a6
Compare
Choose a tag to compare

Fix issue with host or hostname sometimes being undefined in the http spans implementation

Version 1.3.5

31 Jul 18:38
9f9edb9
Compare
Choose a tag to compare

Fix bug in setting deploy profile on new apps when choosing from more than one

Version 1.3.4

30 Jul 20:53
f87f395
Compare
Choose a tag to compare
  • block users from using app or org containing ${self:custom.foobar} type sls variables since they don't work
  • fix bug with async handler wrapping

Version 1.3.3

26 Jul 16:51
8633830
Compare
Choose a tag to compare
  • fix issue with dql safeguard and functions that aren't configured in sls yaml
  • handle non-Error objects thrown by users
  • warnings for unsupported runtimes
  • allow users to login in addition to register in interactive flow
  • fix bug with outputs that aren't strings
  • set deploy profiles on creation of new apps

Version 1.3.2

22 Jul 19:40
8d18ac2
Compare
Choose a tag to compare
  • fix bug with org getting set to app name
  • fix bug with python handlers more than 1 directory deep
  • update links to use slss.io

Version 1.3.1

19 Jul 14:27
334109a
Compare
Choose a tag to compare
  • Fix issues with git VCS info when in strage & new git repos
  • Python 2 support for the Python SDK
  • Fix bug with inclusion of Python SDK in npm package
  • allow login outside of service directories

Version 1.3.0

18 Jul 21:57
defe2fc
Compare
Choose a tag to compare
  • Python support
  • interactive onboarding flow
  • non-fatal error capture support
  • Fix reporting failed deploys when the stack does not exist
  • remove mention of Enterprise
  • git VCS info in deploy uploads
  • HTTP spans
  • support for org instead of tenant