Releases: adobe/wskdebug
Releases · adobe/wskdebug
v1.1.2
Bug fixes:
- #48 fix segfault issues with fsevents
- #47 update license headers
v1.1.1
Bug fixes:
- #46 fix path issues on Windows
v1.1.0
New features:
- #23 [nodejs] support local src mounting with subpaths
- #17 faster time to vs code debug
- can now be used programmatically as node module (from #29)
Bug fixes:
- #19 [nodejs] source mounting fails if last line of code is a comment
- #27 [nodejs] load local sources using require() even if action is not zip/binary
- #4 and #29 add unit tests and fixed some issues found
v1.0.10
Bug fix:
- #18 -p/--port argument is ignored
v1.0.9
Bug fix:
- #16 wskdebug fails if action name includes chars not allowed in docker container names such as
@
v1.0.8
Bug fix:
- #15 wskdebug fails if path argument is missing
v1.0.7
New features:
- #10: hit conditions set via
-c / --condition
- if they don't match, invocations will not be forwarded to the local debugger but run the original action
- #14: support ngrok as faster forwarding option for non-concurrency openwhisks:
--ngrok
and --ngrok-region
. Some more details in the how it works section
v1.0.6
--on-build Shell command for custom action build step [string]
--build-path Path to built action, result of --on-build command [string]
1.0.5
- fetch runtimes for kinds dynamically from OW API
- vscode debug times out after 10 seconds, not enough for initial docker pull
- wskdebug fails if only action name argument is given