Breaking Changes
- #812 Reduce IdentityServer table field max lengths since they cause errors on MySQL
- #787 Replace ValueObject implementation.
Notice that this release requires to add db migration for projects using EF Core.
Features
- #729 Create a sample microservice demo solution (https://abp.io/documents/abp/latest/Samples/Microservice-Demo).
- #738 Implement CorrelationId system (integrated to audit logs and service-to-service calls).
- #728 Allow to set client based permissions like roles/users.
- #826 Implement IdentityServer Cors Policy Service
- #739 Introduce ISettingProvider to separate setting management from obtaining setting values.
- #762 Distributed Cache should be fault tolerant.
Enhancements
- #830 Menu items more than one level deep.
- #833 Blog module authorization revision & refactor.
- #810 Blog Module's FilesController should support N-tier deployment.
- #804 Add option to skip external lookup where local user does exists.
- #820 Remove logger factory configuration from Startup.
- #829 Add navigation to project list from document reading page.
- #838 Potential memory leak because of ef core query cache.
- #788 Add "ApplicationName" to Audit logs.