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
Copy file name to clipboardExpand all lines: spec/src/main/asciidoc/release_notes.asciidoc
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,19 @@
19
19
[[release_notes]]
20
20
== Release Notes
21
21
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])
0 commit comments