v2.0.0-beta.34
Pre-release
Pre-release
🚨 Breaking Changes
- Remove typesafe returned errors and the inferable flag - by @dinwwwh in #1987 (a6366)
- Migrate to @openapi-spec types and target OpenAPI 3.2 with a version option (3.0, 3.1, 3.2 support) - by @dinwwwh in #1998 (15044)
🐞 Bug Fixes
- effect: Default middlewareGen type parameters so standalone middleware works on concrete procedures - by @Mnigos in #1996 (d7f65)
- server: Vary on Origin whenever CORS headers depend on the request origin - by @dinwwwh in #1993 (d637f)
🏎 Performance
- shared: Skip defineProperty for non-inherited keys and make clone cycle-safe - by @dinwwwh in #1994 (e99ad)