Releases: middleapi/orpc
Releases · middleapi/orpc
v1.13.13
v1.13.12
🐞 Bug Fixes
- Serialize undefined array elements as null - by @treehill05 in #1505 (89acf)
View changes on GitHub
v1.13.11
🐞 Bug Fixes
- standard-server: Invalid content-disposition with non-ASCII filenames - by @dinwwwh in #1500 (67219)
View changes on GitHub
v1.13.10
🐞 Bug Fixes
View changes on GitHub
v1.13.9
🐞 Bug Fixes
- openapi: Stored XSS in OpenAPI Reference Plugin via unescaped JSON.stringify (GHSA-7f6v-3gx7-27q8)
View changes on GitHub
v1.13.8
🐞 Bug Fixes
- zod: Improve json schema compatibility by add
typefield and fix native enum - by @Sigmabrogz in #1478 (3816d)
View changes on GitHub
v1.13.7
v1.13.6
🐞 Bug Fixes
- client, server: Prototype Pollution via
StandardRPCJsonSerializerDeserialization (GHSA-m272-9rp6-32mc)