acm-statistics
acm-statistics copied to clipboard
chore(*): Update dependency Swashbuckle.AspNetCore to 6.9.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| Swashbuckle.AspNetCore | 6.5.0 -> 6.9.0 |
Release Notes
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
v6.9.0
What's Changed
- Generate Properties whenever there are objects without schema(Not onl… by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3095
- fix: Pass props to multi targeting by @xC0dex in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107
- Types with TryParse must be set with type string by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3108
- Add native AoT support for ReDoc by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3088
New Contributors
- @xC0dex made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.1...v6.9.0
v6.8.1
What's Changed
- Fix issue when applying filters for WithOpenApi extension by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3085
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.0...v6.8.1
v6.8.0
What's Changed
- Added dependency injection/easy registration for async filters by @tofi92 in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030
- Improve IncludeXmlComments performance (2) by @mus65 in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044
- Apply ParameterFilters and RequestBodyFilters for WithOpenApi endpoints by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3059
- Swagger plugins support by @jvmlet in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056
- Add benchmarks project by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3050
- Fix NuGet badge by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3064
- SwaggerGen - Improved handling of dictionaries with enum key by @flarestudiopl in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068
- Fix typo by @tom-star119 in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073
- Do not fill the RequestBody description with the first parameter of a… by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3076
New Contributors
- @tofi92 made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030
- @mus65 made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044
- @jvmlet made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056
- @flarestudiopl made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068
- @tom-star119 made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0
v6.7.3
What's Changed
- Fix nested types nullable context check by @VladimirTyrin in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043
- Use NullabilityInfoContext to determine if member is nullable by @patrikwlund in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3046
New Contributors
- @VladimirTyrin made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.2...v6.7.3
v6.7.2
What's Changed
- Use NullabilityInfoContext to determine dictionary value nullability by @patrikwlund in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3041
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.1...v6.7.2
v6.7.1
What's Changed
- docs: Update README.md by @WeihanLi in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3002
- Support
[DataMember]IsRequiredinNewtonsoftDataContractResolverby @ouvreboite in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644 - Add API analysers by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3003
- Update README by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3004
- docs: fix example code formatting by @WeihanLi in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3010
- Fixes nullability problems with dictionaries by @ozziepeeps in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3023
- Fix handling of nullable structs by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3015
- Fix missing form parameter XML documentation by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3020
New Contributors
- @ouvreboite made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.0...v6.7.1
v6.7.0
What's Changed
- Allow Swagger UI CSS and JS paths to be configurable by @mag1art in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2908
- Add
IncludeXmlCommentsForAssembly()convience overload by @leotsarev in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2909 - Add snapshot tests using Verify by @keahpeters in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2929
- Add posibility to ignore properties in
[FromForm]with[SwaggerIgnore]by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928 - Adding check for existing directory and creating if doesn't exist by @matt-lethargic in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2927
- Default null value on nullable types caused errors by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2941
- Add additional Verify tests by @keahpeters in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2950
- Only apply a SchemaFilter to create the description on SwaggerUI by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2943
- Add support for async filters by @mauve in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2938
- Fix package validation by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2926
- Adding support for .NET 8 Model State attributes by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2958
- Only set Exclusive Range when they are by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2960
[AsParameters]throwing error on cast when showing the description withEnableAnnotations()by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2962- Fix
RequestBodyFilterAnnotationandMultipleFromFormfor Minimal APIs by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2963 - Swagger UI refactoring by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2942
- Add help wanted badge by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2911
- Move inline css and js to external files for SwaggerUI and ReDoc by @junior-santana in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2965
- Missing properties section when generating
IFomFile/IFormFileCollectionby @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2972 - Missing Encoding and RequiredProperties when
IFormFilewith OpenAPI by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2979 - Use
ApiParameter.Typeby @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2980 - Document arrays of generic parameters with XML comments and support overload methods by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2982
- Take into account [JsonRequired] for System.Text.Json by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2988
- Configure non-nullable types as required by @AntiGuideAkquinet in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2803
- Use
HttpMethods.IsGet()by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2971
New Contributors
- @mag1art made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2908
- @jgarciadelanoceda made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928
- @matt-lethargic made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2927
- @mauve made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2938
- @junior-santana made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2965
- @AntiGuideAkquinet made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2803
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.0
v6.6.2
What's Changed
- Fix to make required and nullable properties nullable in schema by @keahpeters in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2879
- Update Swagger UI section in README by @cremor in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2883
- Add support for the
[Length]attribute. by @satma0745 in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2882 - Existing output file should be deleted/overwritten by @patrikwlund in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2886
- Fix libraries being handled as test projects by @patrikwlund in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2898
- Avoid competing swagger generation during test build by @patrikwlund in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2897
- Replace
<br />,<br/>, and<br>in XML comments withEnvironment.Newlineby @mburumaxwell in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2899 - Fix schema generation for c#9 positional record with param tag without example property creating unexpected empty example by @stb-co in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2901
- Fix serialization of
AdditionalItemsby @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2890 - Disable parallel build by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2894
- Do not run
IHostedServiceimplementations by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2880 - Fix interceptor JSON casing by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2907
- Fix generation when
[DefaultValue]'s type differs by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2895
New Contributors
- @satma0745 made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2882
- @patrikwlund made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2886
- @stb-co made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2901
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.1...v6.6.2
v6.6.1
What's Changed
- Modernise build and migrate to GitHub Actions for CI by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2775
- Update Redoc spelling in docs by @Quppa in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2568
- C# 9 Record - Read example/summary from positional record by @pixellos in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2546
- Grammatical correction of some comments by @mokarchi in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2768
- Update README.md for nested types custom schemaId support by @antmeehan in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2746
- Add support for
WithSummaryandWithDescriptionmetadata by @hwoodiwiss in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2414 - Update README.md - Fix
Add Security Definitions and Requirements for Bearer authURL by @Saibamen in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2705 - Replace
text with Markdown link format by @mburumaxwell in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2392 - Add support for required keyword by @keahpeters in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2810
- Resolves #2717 by @MerickOWA in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2718
- Observe the route template constraints in the Swagger middleware by @0xced in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2418
- Added Swashbuckle.AspNetCore.Annotations.SwaggerIgnoreAttribute by @jcracknell in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2610
- Fix schema generation with allOf inheritance by @bkoelman in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2815
- avoid triple enumeration of formParameters by @SimonCropp in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2823
- reduce some linq allocation by @SimonCropp in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2819
- remove some duplicate dictionary lookups by @SimonCropp in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2822
- remove redundant any check in InferRequestContentTypes by @SimonCropp in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2824
- Correctly respect interfaces in
GetInheritanceChainby @angelaki in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2826 - Generate Enum-Dictionary-Keys (analogous to Newtonsoft) by @angelaki in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2825
- Fix build badge by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2782
- Fix preview package versions by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2783
- Handle Stream and PipeReader content types correctly by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2784
- Add NuGet package READMEs by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2808
- Bump redoc to 2.1.3 by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2807
- Sort system usings first by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2790
- Throw if unsupported HTTP method used by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2797
- Fix configuration properties not being copied by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2796
- Add security policy by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2785
- Bump Microsoft.OpenApi by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2795
- Update to Swagger UI v5 by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2806
- Add customized document serialization support by @remcolam in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2677
- Added documentation for ISwaggerDocumentSerializer by @remcolam in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2837
- Fix flaky tests by locking on the statup type by @remcolam in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2838
- #2765 Allow Filter instance reuse by @remcolam in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2839
- Throw an error when a user uses FromForm attribute with IFormFile in … by @nikunjbhargava in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2840
- Filter illegal header fields by @keahpeters in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2842
- Fix handling of FileResult's with content types by @IGx89 in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2841
- Adding additional responses when 5XX errors are thrown. by @say25 in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2852
- Fix that XML comment examples do not show up if the type is string and the example contains quotation marks by @dldl-cmd in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2727
- Exclude unused Swagger-UI files by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2851
- Fix RequestBodyFilters not being deep copied by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2850
- Avoid GitHub step summary file write conflicts by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2848
- Extend built-in supported types by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2804
- Update compatibility table by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2856
- Add GitHub issue and PR templates by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2788
- Fix stale permissions by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2855
- Add .NET 8 support by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2799
- Release automation workflows by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2809
- Support native AoT with SwaggerUI by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2800
- Bump some NuGet packages by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2868
- Fix stale permissions by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2863
- Attestation by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2869
- Add descriptions for more HTTP status codes by @cremor in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2872
- Only attest packages by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2870
- Fix tag version by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2875
New Contributors
- @mokarchi made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2768
- @hwoodiwiss made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2414
- @Saibamen made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2705
- @keahpeters made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2810
- @MerickOWA made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2718
- @0xced made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2418
- @jcracknell made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2610
- @bkoelman made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2815
- @angelaki made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2826
- @remcolam made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2677
- @nikunjbhargava made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2840
- @IGx89 made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2841
- @dldl-cmd made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2727
- @cremor made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2872
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.5.0...v6.6.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
acm-statistics
Run #7785
Run Properties:
Passed #7785 •
24d9b882a3: null
| Project |
acm-statistics
|
| Branch Review |
refs/heads/renovate/swashbuckle-aspnetcore-monorepo
|
| Run status |
|
| Run duration | 06m 33s |
| Commit |
|
| Committer | null |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
1
|
|
|
0
|
|
|
54
|
| View all changes introduced in this branch ↗︎ | |
@Mergifyio rebase
rebase