diff --git a/CHANGELOG.md b/CHANGELOG.md index 3037159..7c3d5d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [2026.1] + - added support for `openapi-processor-spring` mapping.yaml identifier (for `openapi-processor-spring` 2026.3). - try to find a _merged_ JSON schema (i.e. no external `$ref`) and if available use it for the editor support. IntelliJ does not handle the external `$ref` to the base mapping JSON schema. - updated the minimum platform to 2025.3. @@ -176,11 +178,12 @@ - auto-detect the `mapping.yaml` file and set the json schema for editing support (autocompletion & validation) - add openapi-processor icon for `mapping.yaml` -[Unreleased]: https://github.com/openapi-processor/openapi-processor-intellij/compare/2026.1-SNAPSHOT.3...HEAD +[Unreleased]: https://github.com/openapi-processor/openapi-processor-intellij/compare/2026.1...HEAD [2022.2.1]: https://github.com/openapi-processor/openapi-processor-intellij/compare/2022.1...2022.2.1 [2026.1-SNAPSHOT.3]: https://github.com/openapi-processor/openapi-processor-intellij/compare/2026.1-SNAPSHOT.2...2026.1-SNAPSHOT.3 [2026.1-SNAPSHOT.2]: https://github.com/openapi-processor/openapi-processor-intellij/compare/2026.1-SNAPSHOT.1...2026.1-SNAPSHOT.2 [2026.1-SNAPSHOT.1]: https://github.com/openapi-processor/openapi-processor-intellij/compare/2025.2...2026.1-SNAPSHOT.1 +[2026.1]: https://github.com/openapi-processor/openapi-processor-intellij/compare/2026.1-SNAPSHOT.3...2026.1 [2025.2-SNAPSHOT.4]: https://github.com/openapi-processor/openapi-processor-intellij/compare/2025.2-SNAPSHOT.3...2025.2-SNAPSHOT.4 [2025.2-SNAPSHOT.3]: https://github.com/openapi-processor/openapi-processor-intellij/compare/2025.2-SNAPSHOT.2...2025.2-SNAPSHOT.3 [2025.2-SNAPSHOT.2]: https://github.com/openapi-processor/openapi-processor-intellij/compare/2025.2-SNAPSHOT.1...2025.2-SNAPSHOT.2