Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit ba80927

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 8.3.0
1 parent 7c1c9ab commit ba80927

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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).
44

5+
## [8.3.0] - 2024-04-03
6+
### Added:
7+
- 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.
8+
9+
### Changed:
10+
- Dropped explicit support for .NET Core 3.1.
11+
512
## [8.2.0] - 2024-03-14
613
### Changed:
714
- Redact anonymous attributes within feature events

src/LaunchDarkly.ServerSdk/LaunchDarkly.ServerSdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>8.2.0</Version>
3+
<Version>8.3.0</Version>
44
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
55
single framework that we are testing; this allows us to test with older SDK
66
versions that would error out if they saw any newer target frameworks listed

0 commit comments

Comments
 (0)