Skip to content

Conversation

GarrettBeatty
Copy link
Contributor

Description

  • DOTNET-8029
  • Update v4 preview to version 11

Motivation and Context

Testing

CI tests pass

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have read the README document
  • I have added tests to cover my changes
  • All new and existing tests passed

License

  • I confirm that this pull request can be released under the Apache 2 license

@GarrettBeatty GarrettBeatty marked this pull request as ready for review March 27, 2025 13:53
@GarrettBeatty GarrettBeatty requested a review from philasmar March 27, 2025 13:54
Copy link
Contributor

@philasmar philasmar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we consider dropping net6.0 for this library?

@GarrettBeatty
Copy link
Contributor Author

Should we consider dropping net6.0 for this library?

i dropped it in latest commit

"Projects": [
{
"Name": "Amazon.Extensions.Configuration.SystemsManager",
"Type": "Patch",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to double check if this should be minor or patch

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we are removing targets which is potentially a breaking change we consider that a major change in our HLL.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated changelog to be major

<PropertyGroup>
<!-- Included netstandard2.0 support for a .NET Framework use-case, see: https://github.com/aws/aws-dotnet-extensions-configuration/pull/150 -->
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net8.0</TargetFrameworks>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we removed .NET 6 we should also remove netcoreapp3.1.

{
if (args.Headers.ContainsKey(UserAgentHeader) &&
#if NETCOREAPP3_1_OR_GREATER
#if NET8_0_OR_GREATER
Copy link
Contributor Author

@GarrettBeatty GarrettBeatty Apr 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GarrettBeatty GarrettBeatty requested a review from normj April 1, 2025 03:37
@GarrettBeatty GarrettBeatty merged commit 71da84a into v4sdk-development Apr 1, 2025
3 checks passed
@GarrettBeatty GarrettBeatty deleted the gcbeatty/11 branch April 1, 2025 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants