@quobix/vacuum 0.23.8 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +22 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -133,7 +133,26 @@ come say hi!
133
133
 
134
134
  ## Documentation
135
135
 
136
- 🔥 **New in** `v0.23` 🔥: **OpenAPI Overlay Support**
136
+ 🔥 **New in** `v0.24` 🔥: **TURBO MODE**
137
+
138
+ A huge tune up of hundreds of systems across the stack has resulted in significant speed boosts and improved memory performance.
139
+
140
+ | Spec | Size | v0.23 | Turbo | Speedup |
141
+ |------|------|-------|-------|-----|
142
+ | petstore.yaml | 21KB | 0.03s | 0.02s | 33% |
143
+ | mistral.yaml | 292KB | 0.17s | 0.10s | 41% |
144
+ | neon.yaml | 370KB | 0.21s | 0.08s | 62% |
145
+ | ld.yaml | 1.9MB | 0.93s | 0.31s | 67% |
146
+ | plaid.yml | 2.9MB | 1.39s | 0.53s | 62% |
147
+ | stripe.yaml | 6.1MB | 3.11s | 0.85s | 73% |
148
+
149
+ The bigger the spec, the faster vacuum runs!
150
+
151
+ New `-T` flag will enable **turbo mode**. Go ultra-fast!
152
+
153
+ ---
154
+
155
+ `v0.23`: **OpenAPI Overlay Support**
137
156
 
138
157
  Ever needed to tweak an OpenAPI spec for different environments without maintaining multiple copies?
139
158
 
@@ -241,7 +260,7 @@ vacuum now supports both [RFC 9535](https://www.rfc-editor.org/rfc/rfc9535) JSON
241
260
  There is a new command `generate-ignorefile` that will generate an ignore file from a linting report.
242
261
 
243
262
  New rule `no-request-body` checks for incorrect request bodies in operations, and `path-item-refs` checks for
244
- $refs being used in path items.
263
+ $refs being incorrectly used on operations within path items (only the path item itself may use $ref).
245
264
 
246
265
  ---
247
266
 
@@ -311,7 +330,7 @@ rules and violations in a console, without having to scroll through thousands of
311
330
  <a href="https://quobix.com/vacuum/commands/dashboard/">
312
331
  <picture>
313
332
  <source media="(prefers-color-scheme: dark)" srcset=".github/assets/dashboard.gif">
314
- <img alt="speakeasy'" src=".github/sponsors/speakeasy-github-sponsor-light.svg">
333
+ <img alt="dashboard" src=".github/assets/dashboard.gif">
315
334
  </picture>
316
335
  </a>
317
336
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.23.8",
3
+ "version": "0.24.0",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",