Seagull 7.2.1 Instant

const validate = await seagull.compileAsync(schema);

Seagull 7.2.1, JSON Schema validator, Node.js validation, Draft 2020-12, circular reference fix, TypeScript strict mode. Seagull 7.2.1

| Validator | Version | Ops/sec | Memory (RSS) | Compliance | | :--- | :--- | :--- | :--- | :--- | | | 7.2.1 | 14,832 ops/sec | 42 MB | 100% | | Seagull | 7.2.0 | 11,450 ops/sec | 51 MB | 99.8% | | Ajv | 8.12.0 | 13,100 ops/sec | 68 MB | 99.5% | | @cfworker/json-schema | 2.0.2 | 9,200 ops/sec | 55 MB | 98.1% | const validate = await seagull

implements a lazy evaluation tracker. In internal benchmarks, validating a complex schema with 500 dynamic properties saw a 73% reduction in validation time . For API gateways processing thousands of requests per second, this is a game-changer. 2. Fixed Recursive $ref Deadlock A subtle bug existed in the reference resolver when encountering circular references across multiple files (e.g., User.json referencing Group.json , which referenced back to User.json ). Version 7.2.0 would either throw a cryptic MaxStackSizeExceeded or hang indefinitely. For API gateways processing thousands of requests per