Skip to content

v7.4

Compare
Choose a tag to compare
@ismcagdas ismcagdas released this 16 Oct 11:22
· 371 commits to master since this release

Enhancements

  • PR #6501: Introduce DefaultAbsoluteExpireTimeFactory. (by maliming)
  • ISSUE #6473: Setting defined Entity as multilingual entity blocks creating CreateMultiLingualMap context

Bug Fixes & Others

  • PR #6567: Upgraded several NuGet packages to latest version (by ismcagdas)
  • ISSUE #6566: Upgrade NuGet packages
  • PR #6548: Allow passing options to SignalR withUrl (by ismcagdas)
  • PR #6546: set AbsoluteExpiration and SlidingExpiration correctly in AbpMemoryCache (by ismcagdas)
  • PR #6545: expose withAssemblyName on AbpCacheData Serialize method (by ismcagdas)
  • PR #6544: Add max length to TargetNotifiers (by ismcagdas)
  • PR #6543: Introduced MemoryCacheOptions for ICachingConfiguration (by ismcagdas)
  • PR #6542: Soft delete fixes for NHibernate provider (by Scythale)
  • ISSUE #6538: Allow passing options to SignalR withUrl
  • ISSUE #6532: SoftDelete filter is not working properly with the NHibernate provider
  • PR #6525: Updated mappings for NHibernate (by Scythale)
  • PR #6519: Allow defining key for translation entity while using CreateMultiLingualMap (by ismcagdas)
  • PR #6511: Added sweet-alert2 implementation (by ismcagdas)
  • PR #6507: Implemented Redis online client store (by ismcagdas)
  • ISSUE #6503: Implement IOnlineClientStore for Redis
  • ISSUE #6496: Bug: NotificationInfo.TargetNotifiers needs to be virtual in order for NHibernate to proxy it
  • ISSUE #6492: Bug: The Cache DefaultAbsoluteExpireTime property work only once
  • ISSUE #6486: AbpMemoryCache slidingExpireTime not working
  • ISSUE #6485: Please support Option withAssemblyName for AbpCacheData
  • ISSUE #6482: TargetNotifiers should not use unlimited string
  • ISSUE #6480: Release
  • ISSUE #6479: Update templates to ABP 7.3.0
  • PR #6477: update nofitication system document according to pr 6466 (by demirmusa)
  • ISSUE #6475: Update document
  • ISSUE #6471: Provide ability to set cache size limits and mark entries as permanent
  • ISSUE #6361: Redis backplane with SignalR not working