From 6fa0b2cdb4a9cae154e23a6b905265404cacd8b6 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 10 Aug 2026 12:01:20 -0400 Subject: [PATCH] docs: adds the release notes for overlay 1.2 --- releases/v1.2.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releases/v1.2.md diff --git a/releases/v1.2.md b/releases/v1.2.md new file mode 100644 index 0000000..8937990 --- /dev/null +++ b/releases/v1.2.md @@ -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).