5.37.1+3fd7ebea

Wednesday, July 11th, 2018

Features

  • Added explicit UnabletToLoadEntityException (requires the System.ServiceModel namespace, latest Visual Studio extension will add it for new projects)

  • New Feature - Improved initial cold-start verbose model loading by reading them as parallel (can be disabled by setting the Vidyano.ModelLoaderMaxDegreeOfParallelism appSetting to 1)

  • New Feature - Added in-preview UserNotifications (repository version has been increased to 59)

  • New Feature - Added extra security layer for entities using an int/long PK by using hashids using per entity salt

  • New Feature - Added implementation for a custom IStorageProvider named FolderStorageProvider

  • New Feature - Added support for Azure Application Insights by adding extra information to the operation names (can be disabled using the Vidyano.DisableApplicationInsights appSetting)

  • New Feature - Added support for providing extra search parameter when getting column distincts

  • New Feature - Added helper method on Manager.LogEntry to hide sensitive information from urls (i.e. token passed to api)

  • New Feature - Made repository schema forward compatible allowing versions starting from this version to connect to repository that are using a newer version

  • New Feature - Added support for using “master” as Web2 version which will use the latest commit as web2 client (for testing purposes, not supported for production environments)

  • New Feature - Added throttling when too many UnableToLoadEntityExceptions are thrown by a single user

Changes

  • Expose Manager.UserCultureInfo

  • Expose PersistentObjectAttribute.DisplaySum getter

  • Include original stacktrace when logging EF exceptions

  • Always show DisableTwoFactor action in management for users with Two-factor enabled (can be used to reset two-factor token)

  • Expose Query.GroupedBy

  • Expose PersistentObjectActions.CheckDetailRules in reference implementation

  • Return false when ValidateAuthToken is called with empty userName (instead of exception)

  • Added ServiceWorker flag as possible ClientEnvironment

  • Expose hook for custom paths during scim patch user operation

  • Show New feedback as dialog

  • Try to use browser acceptlanguage for Sign-in screen (during GetClientData)

  • Support AccountSAS for AzureStorageConnecto

  • Export ExecuteAction’s parameters on ChartArgs

  • Renamed AzureAD authentication provider to SAML2

  • Skip “EntityFramework: “ prefix for generic log-id message

  • Skip total/count/chart for Report/Excel/Word

  • Extended scim support to provide more correct information ($ref/location)

  • Updated Azure Blob Service REST api version to 2017-11-09

Fixes

  • Fixed AmbigiousException on viSearch

  • Fixed issue with web2 cdn proxy on Owin hosting

  • Fixed issue when multiple instance tried to update the same repository (load-balancer first run for new version)

  • Fixed issue when invalid Web2 version was used in settings by validating version before saving

  • Fixed issue when getting SAS for a blobName with special characters

  • Fixed issue with invalid custom query methods being suggested

  • Fixed entropy issue when using Hashids

Last updated

Was this helpful?