Releases: swagger-api/swagger-core
Swagger-core 2.0.7 released!
- fix #3088 - fixes boolean @type annotation (#3125)
- Update jackson version to 2.9.8 (#3123)
- ref #3079 - update guava (#3121)
- bump jackson to 2.9.8 (#3120)
- fix #3071 - fixes empty enum in server variable (#3110)
- ref #2943 - replace reflections with classgraph (#3109)
- ref #3074 - include ModelConverter skipped classes in Reader shouldIgnoreClass (#3107)
- fix ArraySchema toString (#3105)
- fix #3094 - avoid duplicate fields in schema classes (#3102)
- fix #3098 - fix null enum item handling (#3100)
- ref #3082 - updated returnType handling (#3096)
- ref #3082 - jaxrs generic return type is abstract class (#3083)
- ref #3074 - Incorporate ModelConverters.skippedClasses before adding method return type to schema (#3078)
- ref #3073 - fix gradle plugin ext url (#3077)
- Swagger Core Rebranding in master (#3055)
- ref #3037 - SpecFilter fix filter schemas (#3039)
- ref #2971 - fix ObjectMapperProcessor scope of action (#3038)
Swagger-core 1.5.22 released!
Swagger-core 2.0.6 released!
- ref #3029 - fix ref parameter resolving (#3032)
- ref #3016 - synchronized OpenApiContextLocator (#3018)
- ref #3015 - fixed schema impl resolving as primitive, add excluded custom classes (#3017)
- ref #3013 - contextId in maven and gradle plugin (#3014)
- ref #2918 - JsonView support for RequestBody (#3010)
- ref #2972 - fixes resolving multiple map properties (#3001)
- ref #2992 - add support for LocalTime and custom system and primitive types (#2993)
- ref #2977 - fix ctxId in context, fix reader usage (#2990)
- ref #2984 - fix duplicated operationId (#2988)
- Form param bean param fix (#2986)
- Assign id to OpenApiContext correctly, to enable caching of OpenApiCo… (#2978)
- Fix for Issue #2966 (#2974)
- ref #2971 - adds modelConverterClasses and objectMapperProcessorClass to config (#2973)
- Preserve order in maps accross the OAS model (#2968)
- fix ref callback deserialization (#2963)
Swagger-core 2.0.5 released!
Swagger-core 2.0.4 released!
- make ModelResolver _isOptionalType protected (#2908)
- ref #2420 - adds propertyName to annotatedType (#2909)
- make addRequiredItem protected so that it can be used in subclasses (#2911)
- ref #2915 - fix property name (#2917)
- ref #2926 - fix extensions (de)serialization (#2931)
- ref #2846 - fix SecuritySchemePair visibility (#2932)
Swagger-core 2.0.3 released!
-
Add
ref
field to annotations with related support in Reader (#2839) -
refs #2848 - fix required resolving for arrayschema schema (#2867)
-
refs #2778 - also consider NotEmpty and NotBlank to resolve required (#2876)
-
refs #2833 - fixes and resolves Links requestBody (#2877)
IMPORTANT NOTE: this PR addresses #2833, by updatingrequestBody
member datatype of swagger-modelsLink
to beObject
instead of previousRequestBody
, as it correctly maps to OpenAPI definition https://github.com/OAI/OpenAPI-Specification/blob/3.0.1/versions/3.0.1.md#linkObject.
This is a breaking change, but it makes sense as the previous datatype was basically wrong and meaningless. An alternative would be deprecating requestBody, and introducing a newrequestBodyObject
serialized as JSONrequestBody
via mixin and jackson annotations. -
NPE on Json sub type with no name defined (#2862)
-
Add
ref
field to annotations with related support in Reader (#2839) -
supports primitives in oneOf, anyOf, allOf schema annotations (#2902)
Swagger-core 1.5.21 released!
Swagger-core 2.0.2 released!
Notable features
-
Updates master branch to Swagger 2.0 / OpenAPI 3.0 code; 1.5.X code has been moved from master to 1.5 branch where 1.5.X code development/maintenance will continue (#2787)
-
Allows custom typename resolving (#2121)
-
Matrix param support (#2799)
-
@NotNull
support in parameter (#2803) -
Avoid NPE in some scenarios involving maps (#2793)
-
Full support for ArraySchema properties via annotations (#2806)
Swagger-core 1.5.20 released!
-
Updates master branch to Swagger 2.0 / OpenAPI 3.0 code; 1.5.X code has been moved from master to 1.5 branch where 1.5.X code development/maintenance will continue (#2787)
-
Add missing properties to Model (#2768)
-
Fix security scheme name/key resolving (#2767)
-
Fix missing enum in converted response schema (#2790)
-
Allows setting operation deprecated to false (#2782)
-
Fix name resolution in enums (#2707)
-
Allows custom typename resolving (#2121)
-
Fixed override issue on property
collectionFormat
part of annotation@ApiImplicitParam
(#2800) -
Response example support (#2319)
Swagger-core 2.0.1 released!
Notable features
Mainly bug fix release implementing/fixing the following:
-
JDK 9/10 support in build (#2735)
-
Supports
OpenAPIExtension
decorateOperation
(#2748) -
Fix path building for resources without leading slashes (#2751)
-
Fix stackOverflowError for circuclar reference in jackson ModelResolver (#2740)
-
Fix CVE-2018-7489 - jackson version 2.9.5 (#2755)
-
Fix random build error (#2752)
-
Fix NPE in Reader with null config (#2736)
-
Improve support for #2635
-
Correctly resolve array schema annotations with ref schema items (#2763)
-
Fix security scheme name/key resolving (#2767)