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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down