Skip to content

Releases: IeuanWalker/MinimalApi.Endpoints

1.4.1

Choose a tag to compare

@IeuanWalker IeuanWalker released this 25 Jun 17:56

What's Changed

  • Fix: enable caching for authenticated responses in ServeResponseAsync by @IeuanWalker in #85

Full Changelog: 1.4.0...1.4.1

1.4.0

Choose a tag to compare

@IeuanWalker IeuanWalker released this 18 Feb 13:29

What's Changed

  • Add RequireRoles extension for RouteHandlerBuilder by @IeuanWalker in #78
  • Add output cache policy for authenticated responses by @IeuanWalker in #79

Full Changelog: 1.3.0...1.4.0

1.3.0

Choose a tag to compare

@IeuanWalker IeuanWalker released this 26 Jan 22:26
2e9f486

What's Changed

New feature

Small helper class to make it easier to return validation error manually, see wiki - https://github.com/IeuanWalker/MinimalApi.Endpoints/wiki/Manually-return-BadRequest-with-validation-errors

Full Changelog: 1.2.0...1.3.0

1.2.0

Choose a tag to compare

@IeuanWalker IeuanWalker released this 26 Jan 18:44

What's Changed

  • Add comprehensive validation documentation to OpenAPI: FluentValidation, DataAnnotations, and WithValidation manual API by @Copilot in #57
  • Type improvements by @IeuanWalker in #73
  • Refactor extension methods to new instance pattern by @IeuanWalker in #74
  • Improved testing by @IeuanWalker in #76

New Feature

Automatically document data annotation/ fluent validation rules or manually document rules to the open api spec. See wiki for more info - https://github.com/IeuanWalker/MinimalApi.Endpoints/wiki/Property-and-Validation-enhancer

Full Changelog: 1.1.1...1.2.0

1.2.0-beta.1

1.2.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@IeuanWalker IeuanWalker released this 16 Jan 09:52

What's Changed

  • Add comprehensive validation documentation to OpenAPI: FluentValidation, DataAnnotations, and WithValidation manual API by @Copilot in #57
  • Type improvements by @IeuanWalker in #73
  • Refactor extension methods to new instance pattern by @IeuanWalker in #74

Full Changelog: 1.1.1...1.2.0-beta.1

1.1.1

Choose a tag to compare

@IeuanWalker IeuanWalker released this 30 Dec 15:58
a3a6d08

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

Choose a tag to compare

@IeuanWalker IeuanWalker released this 03 Dec 20:03
24e3333

What's Changed

  • Add OpenAPI security scheme transformer functionality by @IeuanWalker in #50
  • OpenAPI: Document authorization policies and requirements by @IeuanWalker in #51

Full Changelog: 1.0.1...1.1.0

1.0.1

Choose a tag to compare

@IeuanWalker IeuanWalker released this 13 Nov 16:02
a43a5a7

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

Choose a tag to compare

@IeuanWalker IeuanWalker released this 12 Nov 20:53
e3b0b33
Use none RC .net 10 + pin version (#47)

1.0.0-beta.13

1.0.0-beta.13 Pre-release
Pre-release

Choose a tag to compare

@IeuanWalker IeuanWalker released this 27 Oct 17:16
52e4ff3
Update link reference in README.md