Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@hlaueriksson hlaueriksson released this 09 Jan 12:34
· 22 commits to master since this release

CommandQuery:

  • Bump Microsoft.Extensions.DependencyInjection to 6.0.1

CommandQuery.AspNetCore:

  • Change TargetFramework to net6.0

CommandQuery.AWSLambda:

  • Change TargetFramework to netstandard2.0
  • Bump Amazon.Lambda.Core to 2.1.0
  • Bump Amazon.Lambda.APIGatewayEvents to 2.5.0

CommandQuery.AzureFunctions:

  • Change TargetFramework to netstandard2.0
  • Drop support for in-process functions
    • Only support isolated worker process functions
  • Bump Microsoft.Azure.Functions.Worker to 1.10.0
  • Add CancellationToken parameter to HandleAsync method in CommandFunction and QueryFunction

CommandQuery.Client:

  • Bump System.Net.Http.Json to 6.0.0

CommandQuery.GoogleCloudFunctions:

  • Change TargetFramework to netstandard2.0
  • Change dependencies to:
    • Microsoft.AspNetCore.Http 2.2.2
    • Microsoft.Extensions.Logging.Abstractions 6.0.3

CommandQuery.NewtonsoftJson:

  • Delete project

CommandQuery.SystemTextJson:

  • Bump System.Text.Json to 6.0.7