Minor Changes
-
#5168
2baddac
Thanks @fubhy! - Consistent naming ofClusterShardManager
options betweenBun
andNode
.If you are currently using
NodeClusterShardManagerHttp
, please renameoptions.protocol
tooptions.transport
:import * as NodeClusterShardManagerHttp from "@effect/platform-node/NodeClusterShardManagerHttp" // Before: const manager = new NodeClusterShardManagerHttp.layer({ protocol: "http" // ... }) // Before: const manager = new NodeClusterShardManagerHttp.layer({ transport: "http" // ... })
Patch Changes
- Updated dependencies [
4ce4f82
]:- @effect/platform@0.87.8
- @effect/cluster@0.41.12
- @effect/platform-node-shared@0.42.12
- @effect/rpc@0.64.9
- @effect/sql@0.40.9