Swagger-core 1.5.1 Released!
First service release for the 1.5 branch.
Notable features
- Tags are now removed if all their operations are filtered out - #977
- (BREAKING CHANGE) Default collectionFormat for query and form parameters is now multi - #1160
- Added
@ApiParam#hidden()
to hide parameters - #1188 - Changed scanning order of
@SwaggerDefinition
- #1243 - Added range support for
@ApiModelProperty#allowableValues()
- #1276 - Added support for relative references - #1229
Notable bug fixes
- Fixed NPE in some filtering cases - #1141
- Fixed inclusion of XML structure - #1143, #1292
- Fixed funky behavior when adding a body
@ApiImplictParameter
- #1150 - Fixed parsing of paths with regex expressions - #1153
- Fixed representation of
BigDecimal
andBigInteger
- #1154 - Fixed model property edge case - #1155
- Fixed processing of unwanted body parameters - #1176, #1191
- Fixed Swagger definition generation for self-referencing models - #1178
- Processing of
@Deprecated
now works - #1183, #1212 - Fixed definition generation when
FormDataBodyPart
is used in Jersey - #1187 - Proper handling of root paths - #1189
- Fixed subresource scanning - #1215
- Fixed support for
BeanConfig
in the Mule module - #1234 - Corrected MANIFEST entries for OSGi support - #1285
Notable changes
- Initial migration of tests from scala to Java based on TestNG