Releases: amilochau/core-aws
Releases · amilochau/core-aws
Version v0.4.2
What's Changed
New features
- Register IHttpContextAccessor and IdentityUser in the DI by @amilochau in #91
Minor changes
- Add
JsonOptionsin integration host builder settings by @amilochau in #90
Full Changelog: v0.4.1...v0.4.2
Version v0.4.1
What's Changed
Minor changes
- Add validation extensions, to get
ValidationProblemDetailsby @amilochau in #88 - Add support for XRay annotations by @amilochau in #89
Full Changelog: v0.4.0...v0.4.1
Version v0.4.0
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
What's Changed
Breaking Changes
- Migrate to .NET 9 by @amilochau in #84
Full Changelog: v0.2.23...v0.3.0
Version v0.2.23
What's Changed
Minor changes
- Update dependencies by @amilochau in #83
Full Changelog: v0.2.22...v0.2.23
Version v0.2.22
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
What's Changed
Bug fixes
- Fix condition for Query or Scan operation with DynamoDB by @amilochau in #80
Minor changes
- Include
Swashbuckle.AspNetCoreinMilochau.Core.Aws.Integrationby @amilochau in #81
Full Changelog: v0.2.20...v0.2.21
Version v0.2.20
What's Changed
Bug fixes
- Fix ScanAll and QueryAll enumerations by @amilochau in #79
Full Changelog: v0.2.19...v0.2.20
Version v0.2.19
What's Changed
Bug fixes
- Fix Identity claims deserialization by @amilochau in #78
Full Changelog: v0.2.18...v0.2.19
Version v0.2.18
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
IAmazonDynamoDBby @amilochau in #66 - Introduce
IDynamoDbKeyableEntitywith 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