From ba809274fa99c26cdb2617d4b8ba4f59e18a5d23 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Wed, 3 Apr 2024 18:41:20 +0000 Subject: [PATCH] Releasing version 8.3.0 --- CHANGELOG.md | 7 +++++++ src/LaunchDarkly.ServerSdk/LaunchDarkly.ServerSdk.csproj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 487c3b18..dd89ca57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly .NET Server-Side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [8.3.0] - 2024-04-03 +### Added: +- This release introduces a Hooks API. Hooks are collections of user-defined callbacks that are executed by the SDK at various points of interest. You can use them to augment the SDK with metrics or tracing. + +### Changed: +- Dropped explicit support for .NET Core 3.1. + ## [8.2.0] - 2024-03-14 ### Changed: - Redact anonymous attributes within feature events diff --git a/src/LaunchDarkly.ServerSdk/LaunchDarkly.ServerSdk.csproj b/src/LaunchDarkly.ServerSdk/LaunchDarkly.ServerSdk.csproj index 104ecee9..a7eb9efd 100644 --- a/src/LaunchDarkly.ServerSdk/LaunchDarkly.ServerSdk.csproj +++ b/src/LaunchDarkly.ServerSdk/LaunchDarkly.ServerSdk.csproj @@ -1,6 +1,6 @@  - 8.2.0 + 8.3.0