File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1010 - Amazon MQ
1111
1212#### 2. General
13+ - .NET 7 support added
14+ - .NET 5 ve .NET Core 3.1 runtimes removed from Nuget pack (.netstandard2.0 remains)
1315- Tested against LocalStack v1.3.1 container.
1416- AWSSDK.Core set to 3.7.103 as the minimum version.
1517 - ** Warning** In this version, the ServiceURL property of Amazon.Runtime.ClientConfig adds a trailing ` / ` to every URL set.
1618For example, if ` http://localhost:1234 ` is set as the value, it will become ` http://localhost:1234/ `
19+ - Following depedencies updated from v3.0.0 to v3.1.32 in LocalStack.Client.Extensions for security reasons
20+ - Microsoft.Extensions.Configuration.Abstractions
21+ - Microsoft.Extensions.Configuration.Binder
22+ - Microsoft.Extensions.DependencyInjection.Abstractions
23+ - Microsoft.Extensions.Logging.Abstractions
24+ - Microsoft.Extensions.Options.ConfigurationExtensions
25+
26+ #### 3. Bug Fixes
27+ - Write a timestream record using .Net AWSSDK NuGet packages ([ #20 ] ( https://github.com/localstack-dotnet/localstack-dotnet-client/issues/20 ) )
28+ - Session does not honor UseSsl and always sets UseHttp to true ([ #16 ] ( https://github.com/localstack-dotnet/localstack-dotnet-client/issues/16 ) )
1729
1830### [ v1.3.1] ( https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.3.1 )
1931
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ application development.
3838
3939## <a name =" supported-platforms " ></a > Supported Platforms
4040
41+ - [ .NET 7.0] ( https://dotnet.microsoft.com/download/dotnet/7.0 )
4142- [ .NET 6.0] ( https://dotnet.microsoft.com/download/dotnet/6.0 )
42- - [ .NET 5.0] ( https://dotnet.microsoft.com/download/dotnet/5.0 )
4343- [ .NET Standard 2.0] ( https://docs.microsoft.com/en-us/dotnet/standard/net-standard )
4444- [ .NET 4.6.1 and Above] ( https://dotnet.microsoft.com/download/dotnet-framework )
4545
You can’t perform that action at this time.
0 commit comments