fix: added encoding on absolutePointer before decodeURIComponent - #2461
Conversation
🦋 Changeset detectedLatest commit: 666c5e0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1765541222 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/cli@0.0.0-snapshot.1765541222
# or
npm install @redocly/openapi-core@0.0.0-snapshot.1765541222
# or
npm install @redocly/respect-core@0.0.0-snapshot.1765541222 |
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1765561541 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/cli@0.0.0-snapshot.1765561541
# or
npm install @redocly/openapi-core@0.0.0-snapshot.1765561541
# or
npm install @redocly/respect-core@0.0.0-snapshot.1765561541 |
54cbc2e to
0452ee1
Compare
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1765888495 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/cli@0.0.0-snapshot.1765888495
# or
npm install @redocly/openapi-core@0.0.0-snapshot.1765888495
# or
npm install @redocly/respect-core@0.0.0-snapshot.1765888495 |
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1765905976 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/cli@0.0.0-snapshot.1765905976
# or
npm install @redocly/openapi-core@0.0.0-snapshot.1765905976
# or
npm install @redocly/respect-core@0.0.0-snapshot.1765905976 |
cd7edd8 to
92eb22d
Compare
9d5fb3a to
a8d6ab4
Compare
|
c10a705 to
dda67fe
Compare
ba942f5 to
18dac92
Compare
2b6f9bd to
7447189
Compare
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1766501159 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/cli@0.0.0-snapshot.1766501159
# or
npm install @redocly/openapi-core@0.0.0-snapshot.1766501159
# or
npm install @redocly/respect-core@0.0.0-snapshot.1766501159 |
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1766508919 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/cli@0.0.0-snapshot.1766508919
# or
npm install @redocly/openapi-core@0.0.0-snapshot.1766508919
# or
npm install @redocly/respect-core@0.0.0-snapshot.1766508919 |
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1766518457 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/cli@0.0.0-snapshot.1766518457
# or
npm install @redocly/openapi-core@0.0.0-snapshot.1766518457
# or
npm install @redocly/respect-core@0.0.0-snapshot.1766518457 |
What/Why/How?
Fixed an issue where JSON Pointers containing special characters (like
%) were not properly URI-encoded when used as URI identifiers, causing validation errors with properties containing percent signs or other special characters.Additionally improved performance benchmarking by unifying the pipelines, making the run faster by linting only one API, and adding more versions to compare.
Reference
Related change => #170
Testing
Tested with Redoc/Realm/Reunite => https://github.com/Redocly/redocly/pull/19833
Screenshots (optional)
Check yourself
Security