Skip to content

v6.3

Compare
Choose a tag to compare
@ismcagdas ismcagdas released this 23 Mar 07:28
· 764 commits to master since this release

v6.3

Features

  • ISSUE #6013: Allow to send webhook to multiple tenant
  • ISSUE #4497: Feature request: Disable Audit for UnitOfWork

Enhancements

  • PR #6065: Reduce usages of AsyncHelper (by ismcagdas)
  • ISSUE #6046: Upgrade NuGet packages
  • ISSUE #5979: DynamicEntityProperty EntityFullName field
  • ISSUE #3673: Why is /GetScripts not cachable and/or cached?

Bug Fixes & Others

  • PR #6068: Correctly calculate attemptCount when sending webHooks (by ismcagdas)
  • PR #6067: fixed #6066 - removed unnecessary string allocation when converting GUID to 32 dig… (by RickyLin)
  • ISSUE #6061: WebhookSend:Incorrect of "attemptNumber"
  • PR #6056: AddRazorRuntimeCompilation for AbpAspNetCoreDemo. (by maliming)
  • PR #6041: Handle lazy loading proxies for Entity History (by acjh)
  • PR #6028: Introduce UnitOfWorkAuditingConfiguration to disable auditing fields (by ismcagdas)
  • PR #6024: Add StringLength to DynamicEntityProperty.EntityFullName and DynamicProperty.PropertyName (by ismcagdas)
  • PR #6022: Fix abp.localization.values typing (by Zshazz)
  • ISSUE #6021: The global abp.localization.values has the wrong type
  • PR #6019: Update Organization-Units.md (by demirmusa)
  • PR #6016: Implement CachedUniqueKeyPerUser (by demirmusa)
  • ISSUE #6015: Review #6003
  • PR #6014: Allow to send webhook to multiple tenant (by demirmusa)
  • PR #6003: Implement caching mechanism for GetScripts (by demirmusa)
  • PR #5998: Implements MimeTypeMap (by demirmusa)
  • PR #5997: Fixed typo on class name (by ekinbarut)
  • ISSUE #5996: Entity History && EF Lazy loading not detecting update (properly)
  • PR #5991: Fixed a spelling typo in documents (by multinerd)
  • ISSUE #5988: Upgrade templates to ABP 6.2
  • ISSUE #5987: ChangePassword problem on module zero template
  • ISSUE #5983: React template contains mvc's docker and build files.
  • PR #5982: Add the ExceptionMessage field for AuditLog. (by real-zony)
  • PR #5981: Add return values to the Add and Update methods of DynamicPropertyManager. (by real-zony)
  • PR #5972: Update DefaultDbContextResolver.cs (by demirmusa)
  • ISSUE #5971: [Docs] No info about meaning of "change type"
  • PR #5956: remove subscription when user deleted (by demirmusa)
  • ISSUE #5951: Notifications being sent to deleted user accounts
  • ISSUE #5943: Review module-zero-core-template
  • ISSUE #5938: DefaultDbContextResolver does not invoke UseApplicationServiceProvider on DBContextOptions
  • ISSUE #4089: Test EF6.x with .NET 5 templates