Skip to content

Releases: amilochau/core-aws

Version v0.4.2

26 Jan 20:28

Choose a tag to compare

What's Changed

New features

  • Register IHttpContextAccessor and IdentityUser in the DI by @amilochau in #91

Minor changes

  • Add JsonOptions in integration host builder settings by @amilochau in #90

Full Changelog: v0.4.1...v0.4.2

Version v0.4.1

20 Jan 12:38

Choose a tag to compare

What's Changed

Minor changes

  • Add validation extensions, to get ValidationProblemDetails by @amilochau in #88
  • Add support for XRay annotations by @amilochau in #89

Full Changelog: v0.4.0...v0.4.1

Version v0.4.0

15 Jan 19:52
6c47740

Choose a tag to compare

What's Changed

Breaking Changes

  • Add support for ASP.NET Core with AWS Lambda functions by @amilochau in #87

Use the new ASP.NET based model to implement your HTTP-based Lambda functions - see the reference project.

New features

  • Propose extension methods to work with ASP.NET built-in OpenAPI by @amilochau in #85

Minor changes

  • Introduce performance optimizations in Core by @amilochau in #86

Full Changelog: v0.3.0...v0.4.0

Version v0.3.0

11 Nov 17:43
76eef96

Choose a tag to compare

What's Changed

Breaking Changes

Full Changelog: v0.2.23...v0.3.0

Version v0.2.23

09 Nov 13:12
947e148

Choose a tag to compare

What's Changed

Minor changes

Full Changelog: v0.2.22...v0.2.23

Version v0.2.22

04 Oct 06:09

Choose a tag to compare

What's Changed

Bug fixes

  • Fix condition for Query or Scan operation with DynamoDB by @amilochau in #82

Full Changelog: v0.2.21...v0.2.22

Version v0.2.21

04 Oct 05:59
a8eeec4

Choose a tag to compare

What's Changed

Bug fixes

  • Fix condition for Query or Scan operation with DynamoDB by @amilochau in #80

Minor changes

  • Include Swashbuckle.AspNetCore in Milochau.Core.Aws.Integration by @amilochau in #81

Full Changelog: v0.2.20...v0.2.21

Version v0.2.20

13 Aug 13:25
416d35b

Choose a tag to compare

What's Changed

Bug fixes

Full Changelog: v0.2.19...v0.2.20

Version v0.2.19

13 Aug 10:31
926b4d0

Choose a tag to compare

What's Changed

Bug fixes

Full Changelog: v0.2.18...v0.2.19

Version v0.2.18

12 Aug 13:07
559f692

Choose a tag to compare

What's Changed

New features

  • Add extensions methods for DynamoDB Query and Sync operations by @amilochau in #68
  • Support referencing external DynamoDB tables by @amilochau in #71

Minor changes

  • Expose unmanaged DynamoDB operations in IAmazonDynamoDB by @amilochau in #66
  • Introduce IDynamoDbKeyableEntity with new getters for DynamoDB keys by @amilochau in #67
  • Simplify internal AWS marshalling by @amilochau in #69
  • Send XRay segments asynchronously by @amilochau in #70
  • Add validation extensions methods for allowed values by @amilochau in #72
  • Support query string parameters in Integration by @amilochau in #73
  • Minor improvements in validation attributes by @amilochau in #75
  • Introduce dedicated models for request and response on *All DynamoDB operations by @amilochau in #77

Full Changelog: v0.2.16...v0.2.18