ASP.NET Boilerplate v5.10 Release Notes

Release Date: 2020-07-02 // almost 4 years ago
  • โœจ Enhancements

    • ISSUE #5669: The return value of the dynamic method getNotification is Task
    • ๐Ÿ”จ PR #5655: Refactor the HardDelete function to ensure that there is a unit of work in the current context. (by maliming)
    • PR #5643: Filter undefined settings in the ConvertSettingInfosToDictionary method. (by maliming)
    • ๐Ÿ‘ป ISSUE #5642: Encrypted settings feature might throw an exception
    • ISSUE #5612: AbpCommonHub - OnlineClient.Properties: populate it from QueryString

    Others

    • PR #5688: Create a new unit of work for TransactionScopeOption.Suppress. (by maliming)
    • ๐ŸŽ PR #5685: Optimize the cache performance of the GetUserSettingConfig method. (by maliming)
    • ISSUE #5683: Create a new unit of work for TransactionScopeOption.Suppress.
    • PR #5673: Use await in the SendNotificationsAsync method. (by maliming)
    • โšก๏ธ PR #5670: Update MultiTenantLocalizationDictionaryProvider.cs (by demirmusa)
    • ๐Ÿš€ ISSUE #5636: Update and release free templates
    • ISSUE #5631: Convert Ldap password setting to encrypted setting
    • PR #5613: Populate OnlineClient.Properties from HttpContext.Query (by fncap)
    • ISSUE #5194: localization not work when disable one of languages