Minor Changes
-
#4129
c99a0f3
Thanks @tim-smart! - replace HttpApi.empty with HttpApi.make(identifier)This ensures if you have multiple HttpApi instances, the HttpApiGroup's are
implemented correctly.import { HttpApi } from "@effect/platform" // Before class Api extends HttpApi.empty.add(...) {} // After class Api extends HttpApi.make("api").add(...) {}
Patch Changes
-
#4130
11fc401
Thanks @tim-smart! - add predefined empty errors to HttpApiError -
#4129
c99a0f3
Thanks @tim-smart! - add OpenApi annotation for exluding parts of the api from the spec -
Updated dependencies [
662d1ce
,31c62d8
]:- effect@3.11.6