Skip to content

Commit d5a0d86

Browse files
chore(main): release LaunchDarkly.ServerSdk.DynamoDB 5.0.0 (#178)
🤖 I have created a release *beep* *boop* --- ## [5.0.0](LaunchDarkly.ServerSdk.DynamoDB-v4.0.2...LaunchDarkly.ServerSdk.DynamoDB-v5.0.0) (2025-10-22) ### ⚠ BREAKING CHANGES * Drop support for AWSSDK.DynamoDB v3 ([#173](#173)) ### Features * Support AWSSDK.DynamoDB v4 ([#173](#173)) ([05c16c1](05c16c1)) --- 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] > Release v5.0.0 of the DynamoDB integration adding support for AWSSDK.DynamoDB v4 and updating versions/manifest. > > - **Release: `LaunchDarkly.ServerSdk.DynamoDB` v5.0.0** > - ⚠ Breaking: add support for `AWSSDK.DynamoDB` v4. > - Bump package version in `pkgs/dotnet-server-sdk-dynamodb/src/LaunchDarkly.ServerSdk.DynamoDB.csproj` to `5.0.0`. > - Update `.release-please-manifest.json` entry for `pkgs/dotnet-server-sdk-dynamodb` to `5.0.0`. > - Add `5.0.0` section to `pkgs/dotnet-server-sdk-dynamodb/CHANGELOG.md`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 3799424. 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> Co-authored-by: Jason Bailey <[email protected]>
1 parent 05c16c1 commit d5a0d86

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.2",
3+
"pkgs/dotnet-server-sdk-dynamodb": "5.0.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [5.0.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.DynamoDB-v4.0.2...LaunchDarkly.ServerSdk.DynamoDB-v5.0.0) (2025-10-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Drop support for AWSSDK.DynamoDB v3 ([#173](https://github.com/launchdarkly/dotnet-core/issues/173))
11+
12+
### Features
13+
14+
* Support AWSSDK.DynamoDB v4 ([#173](https://github.com/launchdarkly/dotnet-core/issues/173)) ([05c16c1](https://github.com/launchdarkly/dotnet-core/commit/05c16c16865f6978df2cd6eb9b057bdbbacb4aad))
15+
516
## [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)
617

718

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.2</Version>
4+
<Version>5.0.0</Version>
55
<!--x-release-please-end-->
66
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
77
<PackageId>LaunchDarkly.ServerSdk.DynamoDB</PackageId>

0 commit comments

Comments
 (0)