Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 8 additions & 1 deletion tools/spectral/ipa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [2.1.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v2.0.0...2.1.0)
#### [2.2.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v2.1.0...2.2.0)

- fix(ipa): Add ignore list for nouns in OperationID Validation [`#901`](https://github.com/mongodb/openapi/pull/901)
- feat(ipa): new rule xgen-IPA-117-get-operation-summary-starts-with [`#900`](https://github.com/mongodb/openapi/pull/900)

#### [ipa-validation-ruleset-v2.1.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v2.0.0...ipa-validation-ruleset-v2.1.0)

> 15 August 2025

- feat(ipa): new rule xgen-IPA-117-operation-summary-format [`#897`](https://github.com/mongodb/openapi/pull/897)
- fix(ipa): child path identifiers inherit parent path exceptions [`#896`](https://github.com/mongodb/openapi/pull/896)
Expand Down
4 changes: 2 additions & 2 deletions tools/spectral/ipa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/spectral/ipa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongodb-js/ipa-validation-ruleset",
"version": "2.1.0",
"version": "2.2.0",
"description": "Custom validation rules for MongoDB API Standards (IPA).",
"keywords": [
"mongodb",
Expand Down
Loading