Skip to content

v1.16.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 May 10:55
Immutable release. Only release title and notes can be modified.
v1.16.0-beta.1
935ad48

v1.16.0-beta.1

Added

  • OpAMP extension points for plugins.
  • Configuration OTEL_DOTNET_AUTO_APP_DOMAIN_STRATEGY added with ability to
    use:
    • LoaderOptimizationSingleDomain - all non-default application domains will be forced to load with LoaderOptimization.SingleDomain, preventing their assemblies loading as domain neutral;
    • AssemblyRedirect - modify app config binding redirects to load required assembly versions;
    • None - do not use any special strategy for non-default application domains.
      See docs/netfx-appdomain-strategy.md for details.

Changed

Dependency updates

  • Following packages updated
    • OpenTelemetry.Resources.Process from 1.15.1-beta.1 to 1.15.1-beta.2.

Removed

  • instrument.sh no longer supports launching an application when the script is sourced (for example, . ./instrument.sh <command>). To launch an application, execute the script directly: ./instrument.sh <application_executable>.

Fixed

  • Fix dynamic configuration based attributes leak across calls.