You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -78,15 +79,51 @@ See the License for the specific language governing permissions and
78
79
limitations under the License.
79
80
```
80
81
81
-
## v2.0.0-rc1 Notable Features:
82
+
## v2.0.0-rc2
83
+
84
+
### Notable Features:
85
+
86
+
- See also [rc1 release notes](https://github.com/swagger-api/swagger-core/releases/tag/v2.0.0-rc1)
87
+
- Second official release candidate of OpenAPI 3.0 support. swagger-core now produces OpenAPI 3.0 specs only. swagger-core 2.0 version is not backward compatible with previous 1.x versions.
88
+
- Available on Maven central, and the sources are in the 2.0 branch. PRs should be submitted against the 2.0 branch.
89
+
-`Example/Examples` support (#2416)
90
+
- New [2.0 Wiki](https://github.com/swagger-api/swagger-core/wiki)
91
+
- Enhanced security support (#2450)
92
+
- Enhanced request body support (#2401)
93
+
- Response header support (#2427)
94
+
- Enhanced support for Parameter, Schema and Content (#2404)
95
+
- Specification Filter (#2452)
96
+
- Reader listener support (#2464)
97
+
- Encoding support (#2463)
98
+
- Consumes/Produces full support(#2404)
99
+
- Annotation javadocs (#2394)
100
+
- Full sample code for [jersey2](https://github.com/swagger-api/swagger-samples/tree/2.0/java/java-jersey2) and [dropwizard](https://github.com/swagger-api/swagger-samples/tree/2.0/java/java-dropwizard)
101
+
- Updated dependencies
102
+
- Various bug fixes
103
+
104
+
### Limitations
105
+
106
+
- Resolve resource operations also when not annotated with `@Operation`_(swagger-jaxrs2)_
107
+
- Implement `subtypes` field in `Schema` annotation, with related resolver processing _(swagger-annotations / core)_
108
+
- Overriding full support _(swagger-core)_
109
+
* Schema annotation `type` + `format` full support _(swagger-core)_
110
+
- Reader sub-resources support _(swagger-jaxrs2)_
111
+
- Reader extensions full support _(swagger-jaxrs2)_
- First official release candidate of OpenApi 3.0 support. swagger-core now produces OpenAPI 3.0 specs only. swagger-core 2.0 version is not backward compatible with previous 1.x versions.
84
121
- Available on Maven central, and the sources are in the 2.0 branch. PRs should be submitted against the 2.0 branch.
85
122
- Swagger JAX-RS 2 support
86
123
- Java 8
87
124
- Consistent integration mechanism
88
125
89
-
##v2.0.0-rc1 Limitations
126
+
###Limitations
90
127
91
128
- Resolve resource operations also when not annotated with `@Operation`_(swagger-jaxrs2)_
92
129
- Implement `subtypes` field in `Schema` annotation, with related resolver processing _(swagger-annotations / core)_
0 commit comments