Skip to content
Open
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
8 changes: 8 additions & 0 deletions releases/v1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Overlay 1.2 Released

## New features

- Reusable actions with a new `components.actions` section and reusable action references in the `actions` array, allowing shared action fields to be defined once and applied to different targets.
- Self-identification with a new `$self` field, clearer `extends` and base URI resolution rules, and a restriction that document-identifying fields such as `$self` and `extends` cannot contain fragments.

More information on the [upgrade documentation](https://learn.openapis.org/upgrading/overlay-v1.1-to-v1.2.html).

Check failure on line 8 in releases/v1.2.md

View workflow job for this annotation

GitHub Actions / lint

[Linkspector] reported by reviewdog 🐶 Cannot reach https://learn.openapis.org/upgrading/overlay-v1.1-to-v1.2.html Status: 404 Raw Output: message:"Cannot reach https://learn.openapis.org/upgrading/overlay-v1.1-to-v1.2.html Status: 404" location:{path:"releases/v1.2.md" range:{start:{line:8 column:25} end:{line:8 column:112}}} severity:ERROR source:{name:"linkspector" url:"https://github.com/UmbrellaDocs/linkspector"}
Loading