Skip to content

v8.0.0-dev.40

Pre-release
Pre-release

Choose a tag to compare

@ioancrisan ioancrisan released this 18 Jun 11:16
· 1611 commits to master since this release
  • Core

    • Improved DebugLogManager and added constructor with StringBuilder.
  • Application

    • Fixed the StartupAppLifecycleBehavior.
    • Made ProcessStartResult extend OperationResult. Also ensured the state is properly set.
    • Made ProcessStarter use Task.Yield instead of Task.Run
  • Scheduling.Endpoints

    • Added the GetCompletedJobs endpoint.
    • Added the GetLiveApps endpoint.
  • Orchestration

    • RootAppLifecycleBehavior: Fix killing worker processes.
    • Added OrchestrationSettings for heartbeat interval.
    • Made IRuntimeAppInfo expando.
    • Added startup arguments for the worker processes.
  • Messaging.Pipes

    • Added more logging in PipesAppMessageRouter.
    • NEW: first working version.