Skip to content

Commit 37bda9e

Browse files
chore(main): release LaunchDarkly.ServerSdk.DynamoDB 4.0.2 (#177)
🤖 I have created a release *beep* *boop* --- ## [4.0.2](LaunchDarkly.ServerSdk.DynamoDB-v4.0.1...LaunchDarkly.ServerSdk.DynamoDB-v4.0.2) (2025-10-21) ### Bug Fixes * Fix package deployment process ([#174](#174)) ([3b2ce8b](3b2ce8b)) * Prevent using incompatible AWS version ([#171](#171)) ([5496a64](5496a64)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Bumps the DynamoDB integration to 4.0.2 and updates manifest and changelog with bug fixes. > > - **Release: `LaunchDarkly.ServerSdk.DynamoDB` 4.0.2** > - Update version in `pkgs/dotnet-server-sdk-dynamodb/src/LaunchDarkly.ServerSdk.DynamoDB.csproj` to `4.0.2`. > - Update `.release-please-manifest.json` entry for `pkgs/dotnet-server-sdk-dynamodb` to `4.0.2`. > - Add `CHANGELOG.md` entry for `4.0.2` with bug fixes: package deployment process; prevent incompatible AWS version. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 5700fda. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 356c3e6 commit 37bda9e

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)