v7.2.0-preview.5
Pre-release
Pre-release
·
2371 commits
to master
since this release
-
Core
- Improved Configuration implementation.
- Renamed namespace Kephas.Services.Transitioning to Kephas.Services.Transitions
- Added IContextFactory.CreateContext(Type, args) extension method.
-
Kephas.Extensions.*
- Various improvements.
- Retargeted Kephas.Extensions* packages only for .net standard 2.0.
- NEW: Added skeleton for Kephas.Extensions.Hosting.
- Extensions.DependencyInjection: Added CompositionServiceProviderFactory.
- Extensions.Hosting: Added HostAppBase.
-
Messaging
- Added the possibility to indicate a receiver match provider for message routers, which, based on the initialization context, will provide the receiver match.
- The message broker does not allow multiple recipients for two-way requests.
- The MessageRouterBase will redirect the input for other apps/app instances to the output.
-
Data.MongoDB
- Upgrade MongoDB references to 2.9.2.1
-
Scripting.CSharp
- Upgraded Scripting CSharp to 3.3.1 for .NET Standard 2.0
-
Other
- Removed project Kephas.Messaging.Azure.ServiceBus.