2024 - Week 48

Features:

  • Allow configuration of NTP servers used by devices
  • Adds AgentAccessRequestApproverList endpoint for creating access requests

Changes:

  • Company admins can no longer bypass access approval

2024 - Week 47

Improvements:

  • Adds action menu for component context API in Simulator
  • Adds DEVELOP_APP permission in Simulator
  • Adds confirm leave dialog on Permissions view in Simulator
  • Adds experimental support for triggering custom content dialogs
  • Improved support for rich-text input-type with form dialogs
  • Hides the RawMetric, LiveMetric and the Group inputs when needed feature is missing.
  • Fixed an issue where a generated UI Component could not be built

2024 - Week 47

Changes:

  • Add WAN2 port-forwarding support to agent templates
  • Allow updating requireAccessApproval / vpnRequireAccessApproval
  • Require APPROVE_ACCESS_REQUEST permission when connecting via VPN/WebAccess when requireAccessApproval / vpnRequireAccessApproval is enabled

2024 - Week 46

Breaking changes, removed endpoints:

  • POST PageComponentTemplateShare, use PageComponentTemplateShareList instead
  • POST BackendComponentTemplateShare, use BackendComponentTemplateShareList instead

Breaking changes, altered endpoints:

  • GET PageComponentTemplateShare returns a single result instead of all shares, to retrieve all shares use PageComponentTemplateShareList instead
  • GET BackendComponentTemplateShare returns a single result instead of all shares, to retrieve all shares use BackendComponentTemplateShareList instead

Features:

  • Update default audiences so we can have multiple with different types

2024 - Week 46

Fixes:

  • Fix issue where a template could not be created from a transferred agent
  • Remove orphaned asset specific groups when linking agent

2024 - Week 44

Features:

  • Make public_id not null for shares
  • Allow sharing with DEVELOP_APP permission
  • Allow downloading logs with DEVELOP_APP
  • Add BackendComponentTemplateShareList and PageComponentTemplateShareList

Fixes:

  • Deny resharing of components

2024 - Week 43

Features:

  • Add GET PageComponentTemplateShares and BackendComponentTemplateShares

Bugs:

  • Fix replacing agents with a different agent type.
    e.g. replace an IXrouter3 with an IXrouter5

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