Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63d9ddb

Browse files
committed
Updated release notes in preparation for 2.6.0
1 parent 2d37ff5 commit 63d9ddb

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

docs/release-notes.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
# 2.6.0 Release Notes
2+
The one spring data rest support lands!
3+
4+
#### PR's
5+
6+
Thank you for all your contributions!
7+
- (#1498) Add pathsGroupedBy configuration of Swagger2Markup @orevial
8+
- (#1492) Intermediate push @davidnewcomb
9+
- (#1486) remove duplicate enum values @apixandru
10+
- (#1483) Update common-problems.adoc @qwang1990
11+
- (#1477) Initial support for spring-data-rest @dilipkrish
12+
- (#1476) Fix mistype in documentation @mvpotter
13+
- (#1474) Merge method-level and class-level @ApiResponses annotations. @sworisbreathing
14+
- (#1470) Supporting for hidden attribute of @ApiParam and @ApiModelProperty annotations. @MaksimOrlov
15+
- (#1469) Fixing java.sql.Date to be a date in swagger instead of date-time @mtalbot
16+
- (#1463) Add 'example' in merged model @wssccc
17+
- (#1456) java.sql.Date should become a "date" in JSON Schema output, according to docs @ssevertson
18+
- (#1448) Update to use swagger2markup version 1.0+ @ssevertson
19+
- (#1445) upgrade to swagger-ui 2.2.0 @kevinchabreck
20+
- (#1388) S3 maven repo @jongo593
21+
- (#1386) #1373 - Modified how to set jsonEditor parameter @miborra
22+
- (#1350) Complex type support by @ModelAttribute @MaksimOrlov
23+
24+
#### Features
25+
26+
- (#1494) Define a reason for applying @ApiIgnore @gdrouet
27+
- (#1465) Type-level @ApiResponses are ignored looking-for-contributions @sworisbreathing
28+
- (#1444) Support for rendering parameters and model attributes when no annotations are present @tianchengbaihe
29+
- (#1412) Mixing string and Properties parameters causes display error in 2.5.0 has-workaround @rherrick
30+
- (#1395) Swagger ui dose not work when @RequestParam annotation dose not set to method parameter @azizkhani
31+
- (#1335) Ability to add custom ApiDescriptions not described via request mappings @romanwozniak
32+
- (#1294) Utilize the jackson property definition to determine additional model information @dilipkrish
33+
- (#1286) Make 'supportedSubmitMethods' configurable to enable and disable the "Try it out!" functionality @mibeumer
34+
- (#1271) @ResponseHeader description not generated in apidocs @basvanstratum
35+
- (#1137) Support VendorExtensions described as swagger schema @MinosPong
36+
- (#1021) Add @JsonFormat support for date and time @YLombardi
37+
- (#699) Integration with Spring-Data-Rest @raranzueque
38+
39+
#### Bug fixes
40+
41+
- (#1504) "infinity" in allowableValues property of @ApiModelProperty annotation @SomeoneToIgnore
42+
- (#1485) Remove duplicate values in enum displays (case insensitive) @apixandru
43+
- (#1475) Map<LocalDateTime, List<String>> not displayed correctly @jlaugesen
44+
- (#1440) Springfox expects _links to be array, while Spring hateoas return _links as object @jiangchuan1220
45+
- (#1436) Explicit value JsonProperty ignored when PropertyNamingStrategy is configured _not-reproducable_ @mborkunov
46+
- (#1420) Result of adding tags to docket in swagger configuration @ChrisHartman
47+
- (#1380) ApiResponses can not support custom status code such like 1010 @dockerlet
48+
- (#1361) Request header "Content-Type" is not being sent with request _wontfix_ @manish2aug
49+
- (#1353) RequestParam with a map crashes swagger-ui wontfix @BryceMehring
50+
- (#1346) @ApiIgnore is not respected on a method (2.5.0-SNAPSHOT) @ben
51+
152
# 2.5.0 Release Notes
253

354
#### Features

0 commit comments

Comments
 (0)