Skip to content

v8.0.0-dev.37

Pre-release
Pre-release

Choose a tag to compare

@ioancrisan ioancrisan released this 13 Jun 22:03
· 1653 commits to master since this release
  • Core

    • Made DynamicTypeRegistry.AddTypeInfo protected internal.
    • Made DynamicTypeRegistry.AddTypeInfo protected internal. Simplified the flow in DynamicTypeInfo constructor.
  • Core.Endpoints

    • Added AddLicence endpoint for uploading a license to the license folder.
  • Logging.Serilog

    • Added an AppLogEventEnricher.
  • Orchestration

    • Breaking change: IProcessStarterFactory accepts for a managed executable also the runtime.
    • Breaking change: the DefaultOrchestrationManager.GetAppExecutable is renamed to GetAppExecutableInfo and returns a tuple containing also the runtime, if applicable.