5.21.1+923828
Tuesday, July 18th, 2017
Features
Added ability to disable computing of total items for queries, e.g. skipping the extra count call to the database
Added ability to disable implicit rights for Administrators group allowing for easier testing of rights (e.g.
<add key="Vidyano.NoImplicitAdminRights" value="True" />
)Added ability to define cidr ranges for less strict ip check by setting the Vidyano.CidrRanges app setting (e.g.
<add key="Vidyano.CidrRanges" value="192.168.0.0/16;127.0.0.0/24" />
)Added Duplicate dev action on User right and Report
Always log exceptions on Api methods
Added ability to create new users with settings directly and flag to throw exception if user already exists
Updated available type hints on attributes for Web2 client
Added .NET 4.7 detection on diagnostics page
Added some reserved words for program unit names to prevent conflicts with routes
Added new CheckDetailRules method on PersistentObjectActions that will called before trying to save a detail PO
Changes
Throw exception during OnLoad if entity is not found instead of setting notification
Don’t store new group in patches, added notifications to describe recommended behavior
Updated DocumentFormat.OpenXml NuGet dependency to 2.7.2
Updated Newtonsoft.Json NuGet dependency to 10.0.3
Made CommonMark dependency optional, if you are not using this you can remove the NuGet dependency
Fixes
Fixed issue when deleting PO that had detail queries on another PO
Fixed issue when using <= on date time
Fixed issue when using space to separate hour part
Fixed issue with invalid sort options for reports
Fixed issue when saving query filters with NoDatabase enabled
Fixed issue when a native client connects to a production environment
Fixed issue with custom query that has another entity type not using DefaultPersistentObjectActions class
Fixed issue when adding a new language and no microsoft translator key was defined
Fixed issue when renaming Persistent Object on an application with verbode model enabled
Last updated
Was this helpful?