All notable changes to the "serverless-console" extension will be documented in this file.
- Cleaned sume dust that piled up over the last 3 years of not working on this project
- Upgraded few dependencies
- Added support for logging to AWS via SSO
- Added support for default DynamodDb query
- Fixed issue #34
- Added ability to define "sls print" commands per stage
- Fixed issue #31
- Added ability to connect to a local DynamoDb (issue #30)
- Fixed issue #27
- Fixed issue #25
- Fixed issue #20
- Fixed issue #24
- Styling changes (stage selection is always on top, search bar is the same for all logs)
- Logs tab (dev/prod or similar) is now restored to previously used one
- Fixed bundle size from last version
- Fixed issue #17
- Add service message fixed if nothing is added
- DynamoDB service can now be used without a license
- Fix bug with "Remove" option on service context menu
- Detect DynamoDB resource for Serverless framework and Cloudformation sources
- DynamoDB: added option "Close DynamoDB Item after Save"
- Log Search: Regex characters are now escaped by default
- Log Search: Added option to "show results per log stream"
- DynamoDB: Fixed "load more" when fetching in "query" type
- DynamoDB: Fixed bug with refreshing previously updated items
- DynamoDB: Added conditional check when deleting items
- DynamoDB: Auto-close editor only when item is saved from webview
- DynamoDB: Fix delete item diff
- DynamoDB: Fix set selection on edit item
- DynamoDB: Fix tmp directory cleanup
- DynamoDB: Check if updated property was changed in the meantime
- Added awsProfile per stage option (#13)
- Fixed bug with DynamoDB property delete command
- Added DynamoDB service
- Fixed bug with missing region when using CloudWatch Insights
- Added support for AWS profiles using assumed role (issue #11)
- Fixed bug with auto refresh (ignoring request if tab is not visible)
- Fixed issue #8
- Fixed issue #7
- Added support for enviroment variables
- Fixed issue #5
- Fixed issue #4
- AWS profile file parser added (for displaying a dropdown)
- Find widget enabled for logs
- Added "Search Logs" using Cloudwatch Insights
- Fixed issue #2
- Added function icons
- Fixed bug with listing partial results from Cloudformation
- Optimised "sls print" output
- Display service error in its own tab rather than vscode notification dialog
- Added "Custom" source when adding a new service
- Fixed CloudFormation source created with AWS SAM
- Auto refresh option
- "add service" page
- support for CloudFormation
- remove service context option
- Added "group logs per request" option
- Added search in a log stream
- Added icon
- Fixed issue with displaying help page
- Initial release