X.Extensions.Logging.Telegram
X.Extensions.Logging.Telegram copied to clipboard
Bump Swashbuckle.AspNetCore from 6.5.0 to 6.6.1
Bumps Swashbuckle.AspNetCore from 6.5.0 to 6.6.1.
Release notes
Sourced from Swashbuckle.AspNetCore's releases.
v6.6.1
What's Changed
- Modernise build and migrate to GitHub Actions for CI by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2775- Update Redoc spelling in docs by
@Quppain domaindrivendev/Swashbuckle.AspNetCore#2568- C# 9 Record - Read example/summary from positional record by
@pixellosin domaindrivendev/Swashbuckle.AspNetCore#2546- Grammatical correction of some comments by
@mokarchiin domaindrivendev/Swashbuckle.AspNetCore#2768- Update README.md for nested types custom schemaId support by
@antmeehanin domaindrivendev/Swashbuckle.AspNetCore#2746- Add support for
WithSummaryandWithDescriptionmetadata by@hwoodiwissin domaindrivendev/Swashbuckle.AspNetCore#2414- Update README.md - Fix
Add Security Definitions and Requirements for Bearer authURL by@Saibamenin domaindrivendev/Swashbuckle.AspNetCore#2705- Replace text with Markdown link format by
@mburumaxwellin domaindrivendev/Swashbuckle.AspNetCore#2392- Add support for required keyword by
@keahpetersin domaindrivendev/Swashbuckle.AspNetCore#2810- Resolves #2717 by
@MerickOWAin domaindrivendev/Swashbuckle.AspNetCore#2718- Observe the route template constraints in the Swagger middleware by
@0xcedin domaindrivendev/Swashbuckle.AspNetCore#2418- Added Swashbuckle.AspNetCore.Annotations.SwaggerIgnoreAttribute by
@jcracknellin domaindrivendev/Swashbuckle.AspNetCore#2610- Fix schema generation with allOf inheritance by
@bkoelmanin domaindrivendev/Swashbuckle.AspNetCore#2815- avoid triple enumeration of formParameters by
@SimonCroppin domaindrivendev/Swashbuckle.AspNetCore#2823- reduce some linq allocation by
@SimonCroppin domaindrivendev/Swashbuckle.AspNetCore#2819- remove some duplicate dictionary lookups by
@SimonCroppin domaindrivendev/Swashbuckle.AspNetCore#2822- remove redundant any check in InferRequestContentTypes by
@SimonCroppin domaindrivendev/Swashbuckle.AspNetCore#2824- Correctly respect interfaces in
GetInheritanceChainby@angelakiin domaindrivendev/Swashbuckle.AspNetCore#2826- Generate Enum-Dictionary-Keys (analogous to Newtonsoft) by
@angelakiin domaindrivendev/Swashbuckle.AspNetCore#2825- Fix build badge by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2782- Fix preview package versions by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2783- Handle Stream and PipeReader content types correctly by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2784- Add NuGet package READMEs by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2808- Bump redoc to 2.1.3 by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2807- Sort system usings first by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2790- Throw if unsupported HTTP method used by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2797- Fix configuration properties not being copied by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2796- Add security policy by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2785- Bump Microsoft.OpenApi by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2795- Update to Swagger UI v5 by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2806- Add customized document serialization support by
@remcolamin domaindrivendev/Swashbuckle.AspNetCore#2677- Added documentation for ISwaggerDocumentSerializer by
@remcolamin domaindrivendev/Swashbuckle.AspNetCore#2837- Fix flaky tests by locking on the statup type by
@remcolamin domaindrivendev/Swashbuckle.AspNetCore#2838- #2765 Allow Filter instance reuse by
@remcolamin domaindrivendev/Swashbuckle.AspNetCore#2839- Throw an error when a user uses FromForm attribute with IFormFile in … by
@nikunjbhargavain domaindrivendev/Swashbuckle.AspNetCore#2840- Filter illegal header fields by
@keahpetersin domaindrivendev/Swashbuckle.AspNetCore#2842- Fix handling of FileResult's with content types by
@IGx89in domaindrivendev/Swashbuckle.AspNetCore#2841- Adding additional responses when 5XX errors are thrown. by
@say25in domaindrivendev/Swashbuckle.AspNetCore#2852- Fix that XML comment examples do not show up if the type is string and the example contains quotation marks by
@dldl-cmdin domaindrivendev/Swashbuckle.AspNetCore#2727- Exclude unused Swagger-UI files by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2851- Fix RequestBodyFilters not being deep copied by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2850- Avoid GitHub step summary file write conflicts by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2848- Extend built-in supported types by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2804- Update compatibility table by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2856- Add GitHub issue and PR templates by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2788- Fix stale permissions by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2855- Add .NET 8 support by
@martincostelloin domaindrivendev/Swashbuckle.AspNetCore#2799
... (truncated)
Commits
f1c38cdBump version and fix stable versioning (#2875)e189b42Bump swagger-ui-dist in /src/Swashbuckle.AspNetCore.SwaggerUI (#2874)86963e1Bump github/codeql-action from 3.25.4 to 3.25.5 (#2873)eb79926Only attest packagescad47fbAdd descriptions for more HTTP status codes (#2872)ae3078fUpdate .gitignore6205d33Artifact attestatione4c6a7aFix stale permissions12ad627Use simple using statement7bb8e16Bump Mvc.Testing and TestHost- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)