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
11 changes: 10 additions & 1 deletion tools/spectral/ipa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

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

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

- fix(ipa): use rule name from function input instead of hard coded name [`#914`](https://github.com/mongodb/openapi/pull/914)
- feat(ipa): new rule xgen-IPA-117-operation-summary-single-item-wording [`#913`](https://github.com/mongodb/openapi/pull/913)
- fix(ipa): return internal errors as Spectral errors [`#912`](https://github.com/mongodb/openapi/pull/912)
- feat(ipa): new rules for operation summaries starting with specific words [`#903`](https://github.com/mongodb/openapi/pull/903)

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

> 19 August 2025

- 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)
Expand Down
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.2.0",
"version": "2.3.0",
"description": "Custom validation rules for MongoDB API Standards (IPA).",
"keywords": [
"mongodb",
Expand Down
Loading