Skip to content

Commit d2af183

Browse files
authored
Merge pull request #693 from Azquelt/release-notes
Add release notes for 4.1
2 parents e6dd224 + 1e12865 commit d2af183

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

spec/src/main/asciidoc/release_notes.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@
1919
[[release_notes]]
2020
== Release Notes
2121

22+
[[release_notes_41]]
23+
=== Release Notes for MicroProfile OpenAPI 4.1
24+
25+
A full list of changes delivered in the 4.1 release can be found at link:https://github.com/microprofile/microprofile-open-api/milestone/8?closed=1[MicroProfile OpenAPI 4.1 Milestone]
26+
27+
[[api_changes_41]]
28+
==== API/SPI changes
29+
30+
* Model API changes
31+
** New `OpenAPI` property `jsonSchemaDialect` (https://github.com/microprofile/microprofile-open-api/issues/660[660])
32+
** New methods added to `Extensible`: `getExtension(String)` and `hasExtension(String)` (https://github.com/microprofile/microprofile-open-api/issues/666[666])
33+
* Add `@Target` to `@DependentRequired`, `@DependentSchema` and `@SchemaProperty` where it was missing (https://github.com/microprofile/microprofile-open-api/issues/676)[676])
34+
2235
[[release_notes_40]]
2336
=== Release Notes for MicroProfile OpenAPI 4.0
2437

0 commit comments

Comments
 (0)