v7.2.0-preview.8
Pre-release
Pre-release
·
2358 commits
to master
since this release
-
Core
- Made some Loggable classes independent on the Loggable.DefaultLogManager.
- Added possibility to provide the application instance ID in AppRuntime instances.
-
Messaging
- Added route tracing to BrokeredMessage.
-
Orchestration
- The DefaultOrchestrationManager will not wait for an answer on StopAppMessage, instead of an AppStoppedEvent.
- Stopping an application should provide also the right impersonation in optionsConfig.
-
Data
- Refactored IDataContext.Query() to accept a query configuration instead of a context.
- Added IQueryOperationContext extension methods for easier configuration.
-
Messaging.Redis
- RedisAppMessageBroker: Change the name of the InProcess root channel name.
-
Redis
- Renamed RedisClientInitializedSignal to RedisClientStartedSignal, paired with RedisClientStoppingSignal.