Skip to content

0.213.0

Compare
Choose a tag to compare
@wbouvy wbouvy released this 22 Oct 08:39

0.213 (2024-10-22)

AssetService
  • Fixed a bug where assets with the same name were allowed in an organization.
AssignmentService
  • Added DeleteAssignment rpc to remove an assignment even if it has a time_range.
    • Added remove_time flag in a new time oneof to Unassign to efffectively do a DeleteAssignment command in the Unassign command.
  • Added override_conflicting_assignments to Assign to unassign any devices from assets that would conflict with the new assignment.
ExportService
  • Fixed an issue where CSV exports might fail occasionally.
OrganizationService
  • Added ASSETS and ASSET_DASHBOARD organization features.
  • Removed unused BI_TOOLING_BETA organization feature.
TokenService
  • Fixed a bug where a token could be created despite failing with a validation error.
UserService
  • Fixed a bug where user deletion could produce errors.
ValueService
  • Performance improvements and removed the requirement of setting a time range when selecting values.