Improvements:
- Adds support for inserting a column header unit suffix to a logging data query result in the CSV output format.
- Most commands can now be ran with a
--config option, which contains a path to the configuration file (e.g., ./my-config.json)
- Updates the CDK to use UI Component instead of PageComponentTemplate in messages
- Updated resource types.
Features:
- Add clientId to MQTT broker test for Azure
Fixes:
- Add permission check to download app logs from Azure
- Fix indefinite hanging of MQTT broker test
- Delete machine-specific access when update on machine membership orphans it
Features:
- Add support for updating adding an intent while creating a page-component-template
- Add PageComponentTemplateUpdate
Fixes:
- Fixed typo in sanitizeHtml method
Features:
- Adds POST BackendComponentTemplateList
- Add user log statements to Cloud Function logs
- Add supported methods to API discovery
- Add support to add groups on agent pull
Changes:
- Now throws an error when last GroupType of a company is removed
Features:
- Adds PageComponentTemplateList POST endpoint
Features:
- Introduces a new sanitizeHtml method on component context.
- Implements support for usage of the RichText component input type.
- Updated resource types.
Fixes:
- Improved error handling for the resource data client's template rendering.
Changes:
- Require DEVELOP_APP permission to upload backend component template version
- Require DEVELOP_APP permission to upload page component template version
Features:
- Added MyAccessToken endpoint to get access token information
Features:
- Update vpnChangedOn when agent vpn connection is updated
Changes:
- Return a 400 instead of 503 when the request is regarding an offline agent
- Make group types available to users with group specific MANAGE_GROUP rights
Fixes:
- Add new input type (RichText) for component upload