Releases: wemogy/libs-aspnet
Releases · wemogy/libs-aspnet
Version 4.0.1
What's Changed
- Add option to not publish swagger files by @robinmanuelthiel in #42
Full Changelog: v4.0.0...v4.0.1
Version 4.0.0
What's Changed
- [BREAKING] Change Swagger to default path /swagger/index.html by @robinmanuelthiel in #41
Migration
For ASP.NET
Change the Properties/launchSettings.json
:
"launchUrl": "swagger/index.html",
For Visual Studio Code
Add this to the launch.json
file:
"serverReadyAction": {
"action": "openExternally",
"pattern": "\\bNow listening on:\\s+(https?://\\S+)",
"uriFormat": "%s/swagger" // <-- this
},
Full Changelog: v3.1.1...v4.0.0
Version 3.1.1
What's Changed
- Adds support for SuppressImplicitRequiredAttributeForNonNullableReferenceTypes by @robinmanuelthiel in #39
Full Changelog: v3.1.0...v3.1.1
Version 3.1.0
What's Changed
- Add Middlewares to Startup Options by @robinmanuelthiel in #36
Full Changelog: v3.0.2...v3.1.0
Version 3.0.2
What's Changed
- [BREAKING] Add OpenTelemetry by @robinmanuelthiel in #30
Full Changelog: v3.0.1...v3.0.2
Version 3.0.1
What's Changed
- Improved ApiGateway - added missing content by @SebastianKuesters in #33
Full Changelog: v3.0.0...v3.0.1
Version 3.0.0
What's Changed
- Fixed #31 AuthorizationError should be 403 not 401 by @SebastianKuesters in #32
Full Changelog: v2.0.0...v3.0.0
Version 2.0.0
What's Changed
- Fix #27 kebab-case routes by @SebastianKuesters in #28
Full Changelog: v1.2.0...v2.0.0
Version 1.2.0
What's Changed
- Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.3 to 5.0.9 in /src/Wemogy.AspNet by @dependabot in #12
- Bump @braintree/sanitize-url from 6.0.0 to 6.0.2 in /docs/public by @dependabot in #2
- Update README.md by @robinmanuelthiel in #23
- [FEAT] Add Dapr Environments for Startup by @robinmanuelthiel in #24
New Contributors
- @dependabot made their first contribution in #12
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
What's Changed
- Add StyleCop by @robinmanuelthiel in #17
- Added Support for FluentValidation Exception to ErrorHandlerMiddleware by @SebastianKuesters in #19
- Added Nugetizer by @SebastianKuesters in #20
Full Changelog: v1.0.2...v1.1.0