2024 - Week 42

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.

2024 - Week 42

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

2024 - Week 41

Features:

  • Add support for updating adding an intent while creating a page-component-template
  • Add PageComponentTemplateUpdate

2024 - Week 41

Fixes:

  • Fixed typo in sanitizeHtml method

2024 - Week 40

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

2024 - Week 39

Features:

  • Adds PageComponentTemplateList POST endpoint

2024 - Week 38

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.

2024 - Week 38

Changes:

  • Require DEVELOP_APP permission to upload backend component template version
  • Require DEVELOP_APP permission to upload page component template version

2024 - Week 36

Features:

  • Added MyAccessToken endpoint to get access token information

2024 - Week 34

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