Releases: swagger-api/swagger-core
Releases · swagger-api/swagger-core
Swagger-core 2.2.44 released!
- fix: add empty default value (#4838) (#5063)
- fix: null values in examples, example and default (#4339, #4229) (#5060)
- fix: do not set schema.nullable for OAS 3.1 (#5059)
- fix: calculate sibling properties based upon whether the schema is the array or the item in the array (#5055)
- fix: OAS 3.1 schema generation for raw Object properties (#5034)
- feat: Multiple SecurityRequirement annotations with AND condition #3556 (#5025)
- bug fix propertyNames schema is not removed as unreferenced by SpecFilter #5017 (#5020)
- 5001: Add support for @nullable annotations in OpenAPI 3.1 schemas (#5018)
Swagger-core 2.2.43 released!
- fix: add missing @ArraysSchema.arraySchema properties (#5049)
- refactor: introduce class responsible for how bean validation annotations affect schemas (#5047)
- fix: treat example values starting with numbers as strings (#5046)
- refactor: add an overloaded method for resolving required so that the field type can be utilized (#5042)
- test: Add test showing how @JsonSubTypes can be used with @Schema-oneOf annotations (#5030)
- chore: update commons-lang3 to 3.20 (#5026)
Swagger-core 2.2.42 released!
Swagger-core 2.2.41 released!
- Fix/annotated type caching 5003 (#5005)
- #4852 Unit test and fix to allow recursive models to process without StackOverflow (#5004)
- fix: Refactor JsonAssert and apply to json/yaml assertions (#5002)
- fix: use arraySchema when deciding required of an array (#4998)
- fix: NotBlank and NotEmpty annotations follow NotNull behavior (#4968)
Swagger-core 2.2.40 released!
Swagger-core 2.2.39 released!
- chore: remove System.out and printStackTrace to align with Sonar rules S106 and S1148 (#4988)
- fix: adjust docs about RequiredMode.AUTO + small refactor (#4982)
- Fix a non-deterministic assertion in ServletUtilsTest (#4981)
- Fix(core): Prevent redundant schema resolution by fixing AnnotatedType equality (#4975)
Swagger-core 2.2.38 released!
- honor array schema description when generating OpenAPI 3.1 (#4942)
Swagger-core 2.2.37 released!
Swagger-core 2.2.36 released!
- fix: Fix ClassCastException on resolving JsonSchema. This solves issu… (#4950)
Swagger-core 2.2.35 released!
- chore: bump jackson versions to 2.19.2 (#4943)
- Bump github classgraph version to 4.8.181 (#4940)
- chore: update common lang3 to 3.18 (#4938)
- chore: add GitHub issue and pull request templates (#4934)
- docs: provide a better formatting for README (#4930)
- Revert temp workarounds for sonatype 502 (#4922)
- Ticket-4910 | Added FailedApiResponse.java (#4911)