Skip to content

Commit 54dc8d1

Browse files
chore(main): release LaunchDarkly.ServerSdk.DynamoDB 4.0.2
1 parent 3b2ce8b commit 54dc8d1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"pkgs/dotnet-server-sdk-consul": "5.0.0",
3-
"pkgs/dotnet-server-sdk-dynamodb": "4.0.1",
3+
"pkgs/dotnet-server-sdk-dynamodb": "4.0.2",
44
"pkgs/dotnet-server-sdk-redis": "5.1.0",
55
"pkgs/sdk/server": "8.10.3",
66
"pkgs/sdk/client": "5.5.4",

pkgs/dotnet-server-sdk-dynamodb/CHANGELOG.md

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

33
All notable changes to the LaunchDarkly .NET SDK DynamoDB integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [4.0.2](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.DynamoDB-v4.0.1...LaunchDarkly.ServerSdk.DynamoDB-v4.0.2) (2025-10-21)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix package deployment process ([#174](https://github.com/launchdarkly/dotnet-core/issues/174)) ([3b2ce8b](https://github.com/launchdarkly/dotnet-core/commit/3b2ce8b88610f12b94d79c815eeba6a49f9cbeed))
11+
* Prevent using incompatible AWS version ([#171](https://github.com/launchdarkly/dotnet-core/issues/171)) ([5496a64](https://github.com/launchdarkly/dotnet-core/commit/5496a64bedc2bc25fdf8ca9757345de25b67f38f))
12+
513
## [4.0.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.DynamoDb-v4.0.0...LaunchDarkly.ServerSdk.DynamoDb-v4.0.1) (2025-10-21)
614

715

pkgs/dotnet-server-sdk-dynamodb/src/LaunchDarkly.ServerSdk.DynamoDB.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<!--x-release-please-start-version-->
4-
<Version>4.0.1</Version>
4+
<Version>4.0.2</Version>
55
<!--x-release-please-end-->
66
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
77
<PackageId>LaunchDarkly.ServerSdk.DynamoDB</PackageId>

0 commit comments

Comments
 (0)