• changed from .NET 8 to .NET 9
• moved from SwaggerUI to ScalarUI, because under .NET 9 they removed Swagger support and provide the basic OpenAPI standard
• Bug fixes
• latest Nuget Updates
• added new Environments
• ENABLE_CONSOLE_LOG = you can disable unnecessary console logs (default: true
)
• ENABLE_SCALAR_UI = you can now disable the Endpoint page (default: true
)
Full Changelog: v1.3.0.0...v1.3.1.0