May 8, 2024
New Features
Section titled “New Features”You can now define policy directly on tag names in order to control policy at the tag level without specifying each value; access is the same for all values associated with that tag. On the Create Lock page, Tag Name and Value is the default option, but you can now optionally select Tag Name only. Learn more.
Resolved Issues
Section titled “Resolved Issues”The columnName in the clientScatteredFields table, which stores the governed columns, was set to varchar(45) so any columnName with more than 45 characters was truncated. This name truncation caused errors, including a failure to disconnect columns. To fix this issue, the character limit on columnName was increased from 45 to 255.