Skip to content

v6.1.0

Compare
Choose a tag to compare
@ismcagdas ismcagdas released this 18 Dec 06:40
· 774 commits to master since this release

Features

  • ISSUE #5821: Redis Cache: Do not get the same key more than once per request

Enhancements

  • PR #5902: adds ondisconnected and reconnected events to signalr (by demirmusa)
  • ISSUE #5886: Upgrade to Angular version 11
  • ISSUE #5826: Is the primary key(int) of DynamicEntityPropertyValue too small?
  • ISSUE #5667: Extend SignalR Functionality

Bug Fixes

Others

  • PR #5941: Change HangfireBackgroundJobManager public methods to virtual (by ryancyq)
  • ISSUE #5939: HangfireBackgroundJobManager change methods to virtual
  • PR #5937: Use dotnet nuget options name. (by maliming)
  • PR #5924: Fix Performance problem when using transactional UnitOfWork (by ismcagdas)
  • PR #5914: replace DynamicPropertyValue and DynamicEntityPropertyValue's ids with long (by demirmusa)
  • ISSUE #5913: Update abp-ng2-module to support angular ^11
  • PR #5910: AbpPerRequestRedisCache implementation (by demirmusa)
  • PR #5907: Add WebhookSubscription delete method (by GameBelial)
  • PR #5903: Ignore property with NotMappedAttribute.(fix #5885) (by GameBelial)
  • PR #5896: Handle directory starting with a digit. (by maliming)
  • ISSUE #5895: Update documents according to current version.
  • ISSUE #5889: EmbeddedResourcePathHelper.EncodeAsResourcesPath method may cause bugs
  • PR #5887: Update Nuke.Common package for .NET 5 (by acjh)
  • ISSUE #5884: Performance problem using transactional unitOfWork
  • ISSUE #5883: publish abp-web-resources 5.4.0
  • ISSUE #5882: publish abp-ng2-module 6.3.0
  • PR #5879: Do not recursively validate for primitive objects. (by maliming)
  • ISSUE #5878: Upgrade templates to ABP 6.0 and release
  • PR #5877: Issue #5876 Migration failing (by ercharanjit)
  • ISSUE #5875: Does ABP dependency injection affect the efficiency of parameter transfer?
  • ISSUE #5866: Not possible to add attributes to Role that is set on static roles?
  • ISSUE #5630: EntityHistory Collection property's OriginalValue that always equal CurrentValue after modification
  • ISSUE #5403: Add Sourcelink Integration to be able to debug ABP packages