Skip to content

Releases: aspnetboilerplate/aspnetboilerplate

v4.15

07 May 09:17
Compare
Choose a tag to compare
  • PR #5556: Pass cancellationToken to asynchronous methods of ORM in 4.x (by maliming)
  • ISSUE #5555: Pass cancellationToken to asynchronous methods of ORM in 4.x
  • PR #5547: Enhance the performance of GetGrantedPermissionsAsync(4.x) (by maliming)
  • PR #5487: Lack of string interpolation (by maliming)
  • ISSUE #5479: Soft deleted organization and unique index conflict.

v5.6

17 Apr 08:14
Compare
Choose a tag to compare

Features

  • ISSUE #5442: Create Object Comparator System
  • PR #5441: Implementation of Object Comparators (by demirmusa)

Enhancements

  • PR #5501: Adds send exact same data option to Webhook System (by demirmusa)
  • PR #5480: Make PredicateBuilder public (by demirmusa)
  • PR #5478: Enhanced setCookieValue method. (by maliming)
  • ISSUE #5477: abp.utils.setCookieValue add parameters for SameSite and Secure
  • ISSUE #5463: Web Tests always returning 404 status codes
  • ISSUE #5461: Exclude pdb files from generated nupkg files
  • ISSUE #5460: Webhook System options to send the exact data not WebhookPayload
  • ISSUE #5447: aspnetboilerplate.com pages have overlapping documentation and side pane on iPad

Others

  • PR #5507: Add document about nuke build. (by demirmusa)
  • PR #5503: Adds a document about Object Comparators (by demirmusa)
  • ISSUE #5502: Add a document about Object Comparators
  • ISSUE #5489: Create HubCallerContextExtensions
  • PR #5486: Lack of string interpolation (by CrazyBaran)
  • PR #5466: Update Nuke Build to version 0.24.8, fix AzurePipelines suffix breaking change (by ryancyq)
  • ISSUE #5457: Soft deleted organization and unique index conflict.
  • ISSUE #5446: Add document about nuke build.

v5.5

31 Mar 13:24
Compare
Choose a tag to compare

Enhancements

  • PR #5416: Update AdminLTE images. Add libman info (by demirmusa)
  • ISSUE #5414: Update possible NuGet packages
  • ISSUE #5413: allow AbpAntiForgeryManagerAspNetCoreExtensions use cookie options
  • PR #5412: Add Initialize method for the AbpDbContext(EF 3.x+) (by maliming)
  • ISSUE #5411: Upgrade Microsoft.* package to 3.1.2
  • ISSUE #5407: Mvc cancellation token provider http exception
  • PR #5394: Move cache type casting from cache extensions into TypedCacheWrapper (by ryancyq)

Bug Fixes

  • PR #5450: Await ToListAsync in GetAllSendAttemptsByWebhookEventIdAsync (by acjh)
  • ISSUE #5449: AbpUserStore.ReplaceClaimAsync has bug
  • ISSUE #5427: Mismatch between paths in bundleconfig.json and _Layout.cshtml

Others

  • ISSUE #5433: Upgrade abp-ng2-module to Angular 9
  • PR #5431: Rename WebHook to Webhook case sensitively (by demirmusa)
  • PR #5426: Rename WebHook to Webhook case sensitively (by demirmusa)
  • ISSUE #5425: Rename WebHook to Webhook case sensitively
  • PR #5420: Fix Nuke Build (by ryancyq)
  • PR #5419: Obsolete client cache attribute (by ryancyq)
  • ISSUE #5417: Update and release free templates
  • PR #5409: HttpContextCancellationTokenProvider into Abp.Web namespace (by ryancyq)
  • ISSUE #5408: Mvc HttpContextCancellationTokenProvider namespace
  • ISSUE #5403: Add Sourcelink Integration to be able to debug ABP packages
  • ISSUE #5401: Cascading entities should not be deleted when soft deleting entities.
  • ISSUE #5278: Change images on documentations after we merge MVC UI migration to AdminLTE 3

v4.14

18 Mar 06:55
Compare
Choose a tag to compare
  • Released NuGet packages from correct branch

v5.4

18 Mar 05:47
Compare
Choose a tag to compare

Features

  • PR #5362: Dynamic Parameter Module (by demirmusa)
  • ISSUE #5307: Common Parameter Module Infrastructure

Enhancements

  • ISSUE #5361: PermissionManager is an internal class. Cannot extend
  • PR #5350: Improve GetLastChild of OrganizationUnitManager (by PMExtra)
  • ISSUE #5291: Allowed to override CancellationToken for a specific call
  • ISSUE #5249: Add Change Password Page

Bug Fixes

  • PR #5277: AbpCacheBase: Use the value generated by the factory method to return items. (by maliming)
  • ISSUE #5276: AbpCacheBase's factory method for multiple keys cannot return correctly.

Others

  • PR #5396: Allowed to override CancellationToken for a specific call (by gterdem)
  • PR #5381: Web client info provider http exception (by ryancyq)
  • ISSUE #5365: The repository can't work in customized providers such as NavigationProvider and Authorization Provider
  • PR #5363: Clean up intellisense warnings (by ryancyq)
  • ISSUE #5327: Publish abp-ng2-mlodule
  • ISSUE #5256: Simplify mvc ui style and script referencing in layout of module-zero-core-template

v5.3

05 Mar 08:03
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • ISSUE #5318: Error download template

Others

v4.13

05 Mar 07:31
Compare
Choose a tag to compare

Bug Fixes

  • PR #5242: 4.x Fix Entity History Retrieve the correct owner (by ryancyq)

v4.12

20 Feb 14:34
Compare
Choose a tag to compare

Features

  • PR #5137: Enhance EFPlus' extension methods to support BatchDelete & BatchUpdate. (by maliming)

Enhancements

  • PR #5167: Added RoleDisplayName property to StaticRoleDefinition class. (by maliming)

Bug Fixes

  • PR #5187: use current tenant Id in PermissionManager GetAllPermission (by demirmusa)
  • ISSUE #5185: PermissionManager GetAllPermission should set tenant id of FeatureDependencyContext #5184

Others

  • PR #5270: Entity History will not always create history record for shadow property (by ryancyq)
  • PR #5265: Add Timeout property to dapper repository. (by maliming)
  • PR #5201: Remove sync methods usage of Async queryable executer For 4.x (by ryancyq)
  • PR #5173: Added settings parameter to beforeSend method. (by maliming)
  • PR #5144: Fix localization getSource TypeScript function to allow multiple format args (by worthy7)

v5.2

18 Feb 11:28
Compare
Choose a tag to compare

Breaking changes

  • ISSUE #5183: Remove Obsolete methods deprecated before ABP 4.0

Features

  • ISSUE #1427: Implement Webhooks
  • PR #5211: Webhook Implementation (by demirmusa)
  • PR #5136: Enhance EFPlus' extension methods to support BatchDelete & BatchUpdate. (by maliming)
  • PR #5111: ICancellationTokenProvider implementation. Fixes #5102 (by gterdem)
  • ISSUE #5102: Whether to consider adding cancelationtokensource parameter to all asynchronous methods

Enhancements

  • ISSUE #5304: Update possible NuGet packages
  • PR #5289: add ipv6 support to web client info provider (by ryancyq)
  • PR #5287: Update SignalR-Integration.md (by demirmusa)
  • ISSUE #5286: Update signalr document
  • PR #5284: adds ability to change abp.signal reconnect time increase method. (by demirmusa)
  • ISSUE #5282: WebClientInfoProvider fails with IPv6 addresses
  • ISSUE #5281: Circuit Breaker in version 5.1.1 - Option to keep the loop and not increase time
  • ISSUE #5275: Make SettingDefinitionProviderContext constructor public
  • ISSUE #5260: Abp.Dapper not using UOW Query Timeout if provided
  • PR #5207: Modify Async interception logic (by ismcagdas)
  • ISSUE #5195: Upgrade the Microsoft.AspNetCore.OData package to support net core 3.1.
  • PR #5193: Add TypeScript declarations for refresh token (by acjh)
  • PR #5192: Update Redis serializer Serialize() return type (by ryancyq)
  • PR #5179: extend IAsyncQueryableExecuter with AnyAsync (by demirmusa)
  • ISSUE #5178: Replace of usage synchronous methods in AsyncQueryableExecuter
  • ISSUE #5177: Extend IAsyncQueryableExecuter for AnyAsync
  • PR #5166: Added RoleDisplayName property to StaticRoleDefinition class. (by maliming)
  • ISSUE #5162: Upgrade abp-ng2-module/localization.service.ts
  • ISSUE #4600: Upgrade to latest ABP
  • ISSUE #4587: AppVersionHelper - Release date loading from file should be cached?

Bug Fixes

  • PR #5241: Fix Entity History Retrieve the correct owner (by ryancyq)
  • PR #5231: Set EntityType to null before sending via SignalR (by acjh)
  • ISSUE #5230: Real-time notifications not working when an EntityIdentifier is set
  • PR #5186: use current tenant Id in PermissionManager.cs/GetAllPermission (by demirmusa)
  • ISSUE #5184: PermissionManager GetAllPermission should set tenant id of FeatureDependencyContext
  • PR #5151: Entity History will not always create history record for shadow property (by demirmusa)

Others

  • ISSUE #5298: Revisit NEW badges in the documentation
  • PR #5285: Initialize abp object base on window.abp (by totpero)
  • ISSUE #5283: Js abp.appPath is overridden
  • PR #5271: Update entity history test (by ryancyq)
  • PR #5261: Add Timeout property to dapper repository. (by maliming)
  • ISSUE #5234: EntityHistory doesn't support Owned Entity with Multiple FKs
  • ISSUE #5232: Incorrect JavaScript for deleteEntity SweetAlert in MultiPage .Net Core MVC Template
  • PR #5197: Remove sync methods usage of Async queryable executer (by ryancyq)
  • PR #5196: Upgrade the Microsoft.AspNetCore.OData package to support net core 3.1. (by maliming)
  • PR #5191: Resolved #5183: Remove Obsolete methods deprecated bΓǪ (by zacdirect)
  • PR #5181: Generic CacheBase interface and implementation (by ryancyq)
  • PR #5174: Change Abp.EntityFrameworkCore Package Target to .NETStandard2.0 (by iyhammad)
  • PR #5172: Added settings parameter to beforeSend method. (by maliming)
  • PR #5171: Build using NUKE (by matkoch)
  • ISSUE #5169: Change Abp.EntityFrameworkCore Package Dependency to .NETStandard 2.0
  • PR #5168: Use TimeSpan for user token expiration frequency (by ryancyq)
  • ISSUE #5165: Added RoleDisplayName property to StaticRoleDefinition class.
  • PR #5158: feat: ObjectExtentions class add Timespan support (by ly303550688)
  • PR #5153: Update image for AppVeyor to allow .NET Core 3.1 (by acjh)
  • ISSUE #5150: Build implementation
  • ISSUE #5149: Entity History shouldn't create history record for entities inherited from CreationAudited/FullAudited entities
  • PR #5146: Created an AbpWeb-ja translation (by worthy7)
  • ISSUE #5143: getSource multiple args doesn't work in typescript
  • PR #5141: Fixed ValueObject sample's constructor (by davidhenley)
  • PR #5139: Determine if the IP contains ":" (by liangshiw)
  • ISSUE #5138: StartIndex cannot be less than zero
  • ISSUE #5135: Enhance EFPlus' extension methods to support BatchDelete and BatchUpdate.
  • PR #5130: Update RedisDatabaseExtensions.cs (by mickeygo)

v5.1.0

15 Dec 18:29
Compare
Choose a tag to compare

Breaking Changes

  • PR #5070: Application will not use disabled languages by default (by demirmusa)

Enhancements

  • ISSUE #5066: Upgrade to ASP.NET Core 3.1
  • ISSUE #5063: Massive Debug log file after upgrading to 5.0
  • ISSUE #5057: Should add AbpAspNetCoreModule assembly to the application parts
  • PR #5027: Remove limitation on AppSettings table value column (by demirmusa)
  • ISSUE #5006: BackgroundJobStore executes intensive sort
  • ISSUE #5000: Incorrect UserNameOrEmailAddress max length in UserLoginAttempts
  • PR #4994: Remove read ip from header (by liangshiw)
  • ISSUE #4993: Entity inheritance (TPT) with EF6 EntityHistoryHelper
  • ISSUE #4987: The net core version of GetClientIpAddress should be consistent with net fx.
  • PR #4968: Remove non-sweetalert parameter(isHtml) (by maliming)
  • ISSUE #4966: Remove non-sweetalert parameter(isHtml).
  • PR #4947: entity history selectors and ignored types tests (by ryancyq)
  • ISSUE #4944: Add Circuit-Breaker for SignalR reconnect loop
  • ISSUE #4693: The UpdateChangeSet method of EntityHistoryHelper needs to process the audit field.
  • ISSUE #1220: Client IP with port in [X-Forwarded-For] will cause audit problem

Others

  • PR #5121: Introducing AbpLocalizationController. (by maliming)
  • ISSUE #5119: No explaination on when Abp.Localization.CultureName cookie is set in docs
  • ISSUE #5117: Get culture priority is wrong
  • PR #5108: EntityHistoryHelper relational changes unit tests for 5.1 (by demirmusa)
  • PR #5107: Add [ContractAnnotation] for null check. (by PMExtra)
  • ISSUE #5106: Contract Annotations of IsNullOrEmpty
  • ISSUE #5104: Document SignalR circuit breaker
  • PR #5101: Do not store IHttpContextAccessor.HttpContext in a field. (by maliming)
  • ISSUE #5099: Roles menu item definition
  • ISSUE #5098: Both EventBus.TriggerAsync and IAsyncEventHandler will throw IFeatureCollection has been disposed exception
  • PR #5084: Remove debug logging in entity change creation (by ryancyq)
  • PR #5083: Add reschedule/unschedule to Quartz Schedule Job Manager (by RobertHajbok)
  • ISSUE #5081: Formatting issue with JSON in abp.swagger.js
  • PR #5058: new romanian translation (by totpero)
  • PR #5046: Upgrade the Z.EntityFramework.Plus.EFCore package(EF Core 3.x) (by maliming)
  • ISSUE #5044: Abp.EntityFrameworkCore.EFPlus need to be updated
  • PR #5023: Normalize simple types of DateTime(asp net core 3.x) (by maliming)
  • PR #5007: Update the length of the UserNameOrEmailAddress property of UserLoginAttempt. (by maliming)
  • ISSUE #5004: Swagger 400 Undocumented. Error: Bad Request
  • PR #4995: EntityHistoryHelper is compatible with TPH entities. (by maliming)
  • ISSUE #4992: Get issues while adding new tenant using Aps.net MVC 5 with jquery template
  • PR #4988: Fixed #4987 net core version of GetClientIpAddress consistent with net fx. (by liangshiw)
  • PR #4975: Update abp.signalr-client.js (by demirmusa)
  • PR #4962: Cancel the table name for the derived type. (by maliming)
  • ISSUE #4959: postgresql - EF core 3.0 migration compatibility
  • PR #4958: Disable the tenant filter when deleting expired tokens. (by maliming)
  • ISSUE #4957: UserTokenExpirationWorker should disable the tenant filter when deleting data.
  • PR #4956: Use the aspnet core built-in GetDisplayUrl method. (by maliming)
  • PR #4953: Fix entity history selectors configuration (by ryancyq)
  • ISSUE #4948: Entity history selectors were ignored.
  • ISSUE #4899: SignalR does not work for .net core - react template
  • ISSUE #4886: Should disable its localization feature when an application language is disabled?
  • ISSUE #4857: Angular error