Skip to content

Add release notes for 4.1 #693

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions spec/src/main/asciidoc/release_notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@
[[release_notes]]
== Release Notes

[[release_notes_41]]
=== Release Notes for MicroProfile OpenAPI 4.1

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]

[[api_changes_41]]
==== API/SPI changes

* Model API changes
** New `OpenAPI` property `jsonSchemaDialect` (https://github.com/microprofile/microprofile-open-api/issues/660[660])
** New methods added to `Extensible`: `getExtension(String)` and `hasExtension(String)` (https://github.com/microprofile/microprofile-open-api/issues/666[666])
* Add `@Target` to `@DependentRequired`, `@DependentSchema` and `@SchemaProperty` where it was missing (https://github.com/microprofile/microprofile-open-api/issues/676)[676])

[[release_notes_40]]
=== Release Notes for MicroProfile OpenAPI 4.0

Expand Down