@effect-app/infra 4.0.0-beta.2 → 4.0.0-beta.200
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1514 -0
- package/_check.sh +1 -1
- package/dist/CUPS.d.ts +15 -7
- package/dist/CUPS.d.ts.map +1 -1
- package/dist/CUPS.js +10 -12
- package/dist/Emailer/Sendgrid.d.ts +14 -14
- package/dist/Emailer/Sendgrid.d.ts.map +1 -1
- package/dist/Emailer/Sendgrid.js +16 -15
- package/dist/Emailer/fake.d.ts +1 -1
- package/dist/Emailer/service.d.ts +11 -5
- package/dist/Emailer/service.d.ts.map +1 -1
- package/dist/Emailer/service.js +3 -3
- package/dist/Emailer.d.ts +1 -1
- package/dist/MainFiberSet.d.ts +9 -9
- package/dist/MainFiberSet.d.ts.map +1 -1
- package/dist/MainFiberSet.js +3 -3
- package/dist/Model/Repository/Registry.d.ts +20 -0
- package/dist/Model/Repository/Registry.d.ts.map +1 -0
- package/dist/Model/Repository/Registry.js +17 -0
- package/dist/Model/Repository/ext.d.ts +33 -15
- package/dist/Model/Repository/ext.d.ts.map +1 -1
- package/dist/Model/Repository/ext.js +54 -2
- package/dist/Model/Repository/internal/internal.d.ts +6 -6
- package/dist/Model/Repository/internal/internal.d.ts.map +1 -1
- package/dist/Model/Repository/internal/internal.js +43 -32
- package/dist/Model/Repository/legacy.d.ts +1 -1
- package/dist/Model/Repository/makeRepo.d.ts +7 -6
- package/dist/Model/Repository/makeRepo.d.ts.map +1 -1
- package/dist/Model/Repository/makeRepo.js +5 -1
- package/dist/Model/Repository/service.d.ts +28 -23
- package/dist/Model/Repository/service.d.ts.map +1 -1
- package/dist/Model/Repository/validation.d.ts +142 -17
- package/dist/Model/Repository/validation.d.ts.map +1 -1
- package/dist/Model/Repository/validation.js +5 -5
- package/dist/Model/Repository.d.ts +2 -1
- package/dist/Model/Repository.d.ts.map +1 -1
- package/dist/Model/Repository.js +2 -1
- package/dist/Model/dsl.d.ts +4 -4
- package/dist/Model/dsl.d.ts.map +1 -1
- package/dist/Model/filter/filterApi.d.ts +5 -5
- package/dist/Model/filter/filterApi.d.ts.map +1 -1
- package/dist/Model/filter/types/errors.d.ts +1 -1
- package/dist/Model/filter/types/fields.d.ts +1 -1
- package/dist/Model/filter/types/path/common.d.ts +1 -1
- package/dist/Model/filter/types/path/eager.d.ts +1 -1
- package/dist/Model/filter/types/path/eager.d.ts.map +1 -1
- package/dist/Model/filter/types/path/eager.js +1 -1
- package/dist/Model/filter/types/path/index.d.ts +1 -1
- package/dist/Model/filter/types/utils.d.ts +1 -1
- package/dist/Model/filter/types/validator.d.ts +1 -1
- package/dist/Model/filter/types.d.ts +1 -1
- package/dist/Model/query/dsl.d.ts +25 -25
- package/dist/Model/query/dsl.d.ts.map +1 -1
- package/dist/Model/query/new-kid-interpreter.d.ts +6 -6
- package/dist/Model/query/new-kid-interpreter.d.ts.map +1 -1
- package/dist/Model/query/new-kid-interpreter.js +3 -3
- package/dist/Model/query.d.ts +1 -1
- package/dist/Model.d.ts +2 -1
- package/dist/Model.d.ts.map +1 -1
- package/dist/Model.js +2 -1
- package/dist/QueueMaker/SQLQueue.d.ts +6 -8
- package/dist/QueueMaker/SQLQueue.d.ts.map +1 -1
- package/dist/QueueMaker/SQLQueue.js +106 -115
- package/dist/QueueMaker/errors.d.ts +2 -2
- package/dist/QueueMaker/errors.d.ts.map +1 -1
- package/dist/QueueMaker/memQueue.d.ts +7 -4
- package/dist/QueueMaker/memQueue.d.ts.map +1 -1
- package/dist/QueueMaker/memQueue.js +52 -62
- package/dist/QueueMaker/sbqueue.d.ts +6 -3
- package/dist/QueueMaker/sbqueue.d.ts.map +1 -1
- package/dist/QueueMaker/sbqueue.js +39 -53
- package/dist/QueueMaker/service.d.ts +1 -1
- package/dist/RequestContext.d.ts +117 -31
- package/dist/RequestContext.d.ts.map +1 -1
- package/dist/RequestContext.js +7 -8
- package/dist/RequestFiberSet.d.ts +7 -7
- package/dist/RequestFiberSet.d.ts.map +1 -1
- package/dist/RequestFiberSet.js +5 -5
- package/dist/Store/ContextMapContainer.d.ts +20 -4
- package/dist/Store/ContextMapContainer.d.ts.map +1 -1
- package/dist/Store/ContextMapContainer.js +13 -3
- package/dist/Store/Cosmos/query.d.ts +1 -1
- package/dist/Store/Cosmos/query.d.ts.map +1 -1
- package/dist/Store/Cosmos/query.js +10 -12
- package/dist/Store/Cosmos.d.ts +1 -1
- package/dist/Store/Cosmos.d.ts.map +1 -1
- package/dist/Store/Cosmos.js +318 -240
- package/dist/Store/Disk.d.ts +2 -2
- package/dist/Store/Disk.d.ts.map +1 -1
- package/dist/Store/Disk.js +25 -22
- package/dist/Store/Memory.d.ts +4 -4
- package/dist/Store/Memory.d.ts.map +1 -1
- package/dist/Store/Memory.js +27 -22
- package/dist/Store/SQL/Pg.d.ts +4 -0
- package/dist/Store/SQL/Pg.d.ts.map +1 -0
- package/dist/Store/SQL/Pg.js +189 -0
- package/dist/Store/SQL/query.d.ts +38 -0
- package/dist/Store/SQL/query.d.ts.map +1 -0
- package/dist/Store/SQL/query.js +367 -0
- package/dist/Store/SQL.d.ts +20 -0
- package/dist/Store/SQL.d.ts.map +1 -0
- package/dist/Store/SQL.js +381 -0
- package/dist/Store/codeFilter.d.ts +1 -1
- package/dist/Store/codeFilter.d.ts.map +1 -1
- package/dist/Store/codeFilter.js +2 -1
- package/dist/Store/index.d.ts +5 -2
- package/dist/Store/index.d.ts.map +1 -1
- package/dist/Store/index.js +15 -3
- package/dist/Store/service.d.ts +18 -7
- package/dist/Store/service.d.ts.map +1 -1
- package/dist/Store/service.js +24 -6
- package/dist/Store/utils.d.ts +1 -1
- package/dist/Store/utils.d.ts.map +1 -1
- package/dist/Store/utils.js +3 -4
- package/dist/Store.d.ts +1 -1
- package/dist/adapters/SQL/Model.d.ts +30 -47
- package/dist/adapters/SQL/Model.d.ts.map +1 -1
- package/dist/adapters/SQL/Model.js +22 -14
- package/dist/adapters/SQL.d.ts +1 -1
- package/dist/adapters/ServiceBus.d.ts +11 -11
- package/dist/adapters/ServiceBus.d.ts.map +1 -1
- package/dist/adapters/ServiceBus.js +15 -17
- package/dist/adapters/cosmos-client.d.ts +3 -3
- package/dist/adapters/cosmos-client.d.ts.map +1 -1
- package/dist/adapters/cosmos-client.js +3 -3
- package/dist/adapters/index.d.ts +8 -2
- package/dist/adapters/index.d.ts.map +1 -1
- package/dist/adapters/index.js +8 -2
- package/dist/adapters/logger.d.ts +2 -2
- package/dist/adapters/logger.d.ts.map +1 -1
- package/dist/adapters/memQueue.d.ts +3 -3
- package/dist/adapters/memQueue.d.ts.map +1 -1
- package/dist/adapters/memQueue.js +3 -3
- package/dist/adapters/mongo-client.d.ts +3 -3
- package/dist/adapters/mongo-client.d.ts.map +1 -1
- package/dist/adapters/mongo-client.js +3 -3
- package/dist/adapters/redis-client.d.ts +4 -4
- package/dist/adapters/redis-client.d.ts.map +1 -1
- package/dist/adapters/redis-client.js +3 -3
- package/dist/api/ContextProvider.d.ts +8 -8
- package/dist/api/ContextProvider.d.ts.map +1 -1
- package/dist/api/ContextProvider.js +6 -6
- package/dist/api/codec.d.ts +1 -1
- package/dist/api/internal/RequestContextMiddleware.d.ts +2 -2
- package/dist/api/internal/RequestContextMiddleware.d.ts.map +1 -1
- package/dist/api/internal/RequestContextMiddleware.js +2 -2
- package/dist/api/internal/auth.d.ts +45 -7
- package/dist/api/internal/auth.d.ts.map +1 -1
- package/dist/api/internal/auth.js +160 -29
- package/dist/api/internal/events.d.ts +3 -3
- package/dist/api/internal/events.d.ts.map +1 -1
- package/dist/api/internal/events.js +12 -8
- package/dist/api/internal/health.d.ts +1 -1
- package/dist/api/layerUtils.d.ts +6 -6
- package/dist/api/layerUtils.d.ts.map +1 -1
- package/dist/api/layerUtils.js +5 -5
- package/dist/api/middlewares.d.ts +1 -1
- package/dist/api/reportError.d.ts +1 -1
- package/dist/api/routing/middleware/RouterMiddleware.d.ts +4 -4
- package/dist/api/routing/middleware/RouterMiddleware.d.ts.map +1 -1
- package/dist/api/routing/middleware/middleware.d.ts +50 -4
- package/dist/api/routing/middleware/middleware.d.ts.map +1 -1
- package/dist/api/routing/middleware/middleware.js +79 -17
- package/dist/api/routing/middleware.d.ts +1 -2
- package/dist/api/routing/middleware.d.ts.map +1 -1
- package/dist/api/routing/middleware.js +1 -2
- package/dist/api/routing/schema/jwt.d.ts +2 -2
- package/dist/api/routing/schema/jwt.d.ts.map +1 -1
- package/dist/api/routing/schema/jwt.js +1 -1
- package/dist/api/routing/tsort.d.ts +1 -1
- package/dist/api/routing/tsort.d.ts.map +1 -1
- package/dist/api/routing/utils.d.ts +3 -3
- package/dist/api/routing/utils.d.ts.map +1 -1
- package/dist/api/routing.d.ts +32 -35
- package/dist/api/routing.d.ts.map +1 -1
- package/dist/api/routing.js +84 -36
- package/dist/api/setupRequest.d.ts +8 -5
- package/dist/api/setupRequest.d.ts.map +1 -1
- package/dist/api/setupRequest.js +14 -9
- package/dist/api/util.d.ts +1 -1
- package/dist/arbs.d.ts +1 -1
- package/dist/arbs.d.ts.map +1 -1
- package/dist/arbs.js +5 -3
- package/dist/errorReporter.d.ts +5 -5
- package/dist/errorReporter.d.ts.map +1 -1
- package/dist/errorReporter.js +20 -25
- package/dist/errors.d.ts +1 -1
- package/dist/fileUtil.d.ts +1 -1
- package/dist/fileUtil.d.ts.map +1 -1
- package/dist/fileUtil.js +3 -2
- package/dist/index.d.ts +1 -1
- package/dist/logger/jsonLogger.d.ts +1 -1
- package/dist/logger/logFmtLogger.d.ts +1 -1
- package/dist/logger/shared.d.ts +1 -1
- package/dist/logger/shared.js +2 -2
- package/dist/logger.d.ts +1 -1
- package/dist/logger.d.ts.map +1 -1
- package/dist/rateLimit.d.ts +9 -3
- package/dist/rateLimit.d.ts.map +1 -1
- package/dist/rateLimit.js +5 -11
- package/dist/test.d.ts +2 -2
- package/dist/test.d.ts.map +1 -1
- package/dist/test.js +1 -1
- package/dist/vitest.d.ts +1 -1
- package/examples/query.ts +39 -35
- package/package.json +41 -37
- package/src/CUPS.ts +9 -11
- package/src/Emailer/Sendgrid.ts +18 -15
- package/src/Emailer/service.ts +9 -3
- package/src/MainFiberSet.ts +5 -6
- package/src/Model/Repository/Registry.ts +33 -0
- package/src/Model/Repository/ext.ts +96 -10
- package/src/Model/Repository/internal/internal.ts +97 -88
- package/src/Model/Repository/makeRepo.ts +12 -10
- package/src/Model/Repository/service.ts +31 -22
- package/src/Model/Repository/validation.ts +4 -4
- package/src/Model/Repository.ts +1 -0
- package/src/Model/dsl.ts +3 -3
- package/src/Model/filter/types/path/eager.ts +1 -2
- package/src/Model/query/dsl.ts +18 -18
- package/src/Model/query/new-kid-interpreter.ts +2 -2
- package/src/Model.ts +1 -0
- package/src/QueueMaker/SQLQueue.ts +123 -154
- package/src/QueueMaker/memQueue.ts +85 -107
- package/src/QueueMaker/sbqueue.ts +54 -81
- package/src/RequestContext.ts +8 -10
- package/src/RequestFiberSet.ts +4 -4
- package/src/Store/ContextMapContainer.ts +41 -2
- package/src/Store/Cosmos/query.ts +16 -20
- package/src/Store/Cosmos.ts +452 -342
- package/src/Store/Disk.ts +52 -49
- package/src/Store/Memory.ts +55 -51
- package/src/Store/SQL/Pg.ts +318 -0
- package/src/Store/SQL/query.ts +409 -0
- package/src/Store/SQL.ts +668 -0
- package/src/Store/codeFilter.ts +1 -0
- package/src/Store/index.ts +17 -2
- package/src/Store/service.ts +32 -8
- package/src/Store/utils.ts +23 -22
- package/src/adapters/SQL/Model.ts +83 -72
- package/src/adapters/ServiceBus.ts +114 -118
- package/src/adapters/cosmos-client.ts +2 -2
- package/src/adapters/index.ts +7 -0
- package/src/adapters/memQueue.ts +2 -2
- package/src/adapters/mongo-client.ts +2 -2
- package/src/adapters/redis-client.ts +2 -2
- package/src/api/ContextProvider.ts +12 -13
- package/src/api/internal/RequestContextMiddleware.ts +1 -1
- package/src/api/internal/auth.ts +246 -44
- package/src/api/internal/events.ts +15 -10
- package/src/api/layerUtils.ts +8 -8
- package/src/api/routing/middleware/RouterMiddleware.ts +4 -4
- package/src/api/routing/middleware/middleware.ts +112 -15
- package/src/api/routing/middleware.ts +0 -2
- package/src/api/routing/schema/jwt.ts +2 -3
- package/src/api/routing.ts +153 -79
- package/src/api/setupRequest.ts +30 -10
- package/src/arbs.ts +4 -2
- package/src/errorReporter.ts +63 -75
- package/src/fileUtil.ts +2 -1
- package/src/logger/shared.ts +1 -1
- package/src/rateLimit.ts +30 -22
- package/src/test.ts +1 -1
- package/test/auth.test.ts +101 -0
- package/test/contextProvider.test.ts +11 -11
- package/test/controller.test.ts +27 -21
- package/test/dist/auth.test.d.ts.map +1 -0
- package/test/dist/contextProvider.test.d.ts.map +1 -1
- package/test/dist/controller.test.d.ts.map +1 -1
- package/test/dist/fixtures.d.ts +26 -12
- package/test/dist/fixtures.d.ts.map +1 -1
- package/test/dist/fixtures.js +12 -10
- package/test/dist/query.test.d.ts.map +1 -1
- package/test/dist/rawQuery.test.d.ts.map +1 -1
- package/test/dist/repository-ext.test.d.ts.map +1 -0
- package/test/dist/requires.test.d.ts.map +1 -1
- package/test/dist/router-generator.test.d.ts.map +1 -0
- package/test/dist/routing-interruptibility.test.d.ts.map +1 -0
- package/test/dist/rpc-e2e-invalidation.test.d.ts.map +1 -0
- package/test/dist/rpc-multi-middleware.test.d.ts.map +1 -1
- package/test/dist/rpc-stream-fullstack.test.d.ts.map +1 -0
- package/test/dist/sql-store.test.d.ts.map +1 -0
- package/test/fixtures.ts +11 -9
- package/test/query.test.ts +216 -36
- package/test/rawQuery.test.ts +23 -19
- package/test/repository-ext.test.ts +60 -0
- package/test/requires.test.ts +6 -6
- package/test/router-generator.test.ts +180 -0
- package/test/routing-interruptibility.test.ts +63 -0
- package/test/rpc-e2e-invalidation.test.ts +507 -0
- package/test/rpc-multi-middleware.test.ts +79 -10
- package/test/rpc-stream-fullstack.test.ts +325 -0
- package/test/sql-store.test.ts +1064 -0
- package/test/validateSample.test.ts +15 -12
- package/tsconfig.examples.json +1 -1
- package/tsconfig.json +0 -1
- package/tsconfig.json.bak +2 -2
- package/tsconfig.src.json +35 -35
- package/tsconfig.test.json +2 -2
- package/dist/Operations.d.ts +0 -55
- package/dist/Operations.d.ts.map +0 -1
- package/dist/Operations.js +0 -102
- package/dist/OperationsRepo.d.ts +0 -41
- package/dist/OperationsRepo.d.ts.map +0 -1
- package/dist/OperationsRepo.js +0 -14
- package/eslint.config.mjs +0 -24
- package/src/Operations.ts +0 -235
- package/src/OperationsRepo.ts +0 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,1519 @@
|
|
|
1
1
|
# @effect-app/infra
|
|
2
2
|
|
|
3
|
+
## 4.0.0-beta.200
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0cff7c1: workaround middleware error issue
|
|
8
|
+
- Updated dependencies [8f1cf6a]
|
|
9
|
+
- Updated dependencies [0cff7c1]
|
|
10
|
+
- effect-app@4.0.0-beta.200
|
|
11
|
+
|
|
12
|
+
## 4.0.0-beta.199
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- de9fb83: Annotate Cosmos read spans with response size, resource count, and request charge.
|
|
17
|
+
|
|
18
|
+
`Cosmos.queryRaw`, `Cosmos.all`, `Cosmos.filter`, and `Cosmos.find` now set `db.cosmos.request_charge`, `db.cosmos.response_bytes`, and (where applicable) `db.cosmos.resource_count` on the active span. Bytes are sourced from `diagnostics.clientSideRequestStatistics.totalResponsePayloadLengthInBytes` — no payload stringification.
|
|
19
|
+
|
|
20
|
+
- effect-app@4.0.0-beta.199
|
|
21
|
+
|
|
22
|
+
## 4.0.0-beta.198
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- 32dbc54: fix stream type when no success specified
|
|
27
|
+
- Updated dependencies [32dbc54]
|
|
28
|
+
- effect-app@4.0.0-beta.198
|
|
29
|
+
|
|
30
|
+
## 4.0.0-beta.197
|
|
31
|
+
|
|
32
|
+
### Minor Changes
|
|
33
|
+
|
|
34
|
+
- 3dc0d2a: Add streaming as a `stream: true` config option on `Query` / `Command` instead of a separate request type.
|
|
35
|
+
|
|
36
|
+
`TaggedRequestFor` now exposes only `Query` and `Command` factories — the standalone `Stream` factory is removed. To produce a Stream of `success` values, pass `stream: true` in the request config. The request `type` field stays `"command" | "query"`; a new `stream: boolean` field carries the streaming flag (stripped from the stored handler config).
|
|
37
|
+
|
|
38
|
+
```ts
|
|
39
|
+
// Query that streams results
|
|
40
|
+
Req.Query<T>()("Tag", {}, { stream: true, success: ... })
|
|
41
|
+
|
|
42
|
+
// Command that streams results
|
|
43
|
+
Req.Command<T>()("Tag", {}, { stream: true, success: ... })
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
Vue client mapping (per-handler properties mirror the non-stream API — `.query`, `.fn`, `.mutate`):
|
|
47
|
+
|
|
48
|
+
- `query` + `stream: true` → exposes `.query` (read-only streaming, tracked Vue Query). Helper map key: `${name}Query`.
|
|
49
|
+
- `command` + `stream: true` → exposes `.fn` and `.mutate` (mutating streaming).
|
|
50
|
+
- Plain `query` / `command` unchanged.
|
|
51
|
+
|
|
52
|
+
Server routing dispatches via the new `stream` flag (`makeStreamRpc` for streaming commands/queries, `makeCommandRpc` / `Rpc.make` otherwise).
|
|
53
|
+
|
|
54
|
+
Also lifts the `Struct` / `TaggedStruct` and `Opaque` definitions in `effect-app/Schema` to use `S.Bottom` / `S.Opaque` directly, exposing `fields`, `mapFields`, and a `MakeIn` that allows `void` when all fields are optional. `TaggedRequestFor` request classes now use `Opaque(TaggedStruct(...))` instead of `TaggedClass`, and decoding/encoding services are derived from `success` / `error` rather than stored on the request.
|
|
55
|
+
|
|
56
|
+
**Migration**: replace `Req.Stream` with `Req.Query` or `Req.Command` and add `stream: true` to the config — `Query` for read-only streams, `Command` for mutating streams.
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- Updated dependencies [3dc0d2a]
|
|
61
|
+
- effect-app@4.0.0-beta.197
|
|
62
|
+
|
|
63
|
+
## 4.0.0-beta.196
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- effect-app@4.0.0-beta.196
|
|
68
|
+
|
|
69
|
+
## 4.0.0-beta.195
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- 774a9b3: `MiddlewareMaker.makeMiddlewareBasic` now derives each middleware's effective error from both the static `error` field on the tag AND the `rcm` config entry referenced by `dynamic.key`, rather than relying on the static field alone.
|
|
74
|
+
|
|
75
|
+
Middlewares declared with `dynamic: RequestContextMap.get("foo")` (instead of an explicit static `error: ...`) end up with `tag.error = Schema.Never` at runtime — `RpcMiddleware.Tag` defaults the static error to `Never` when not provided. The composite `MiddlewareMaker.Tag(...).middleware(...)` walked `make[*].error` to build its own error union, collapsing to `Union<Never, ...> ≡ Never`.
|
|
76
|
+
|
|
77
|
+
`Rpc.exitSchema` walks `rpc.middlewares[*].error` when building the wire-level failure union for every rpc kind. Empty-union meant middleware-thrown errors (`NotLoggedInError`, `UnauthorizedError`, etc.) never reached the wire schema. Query/command happened to work because their wire `errorSchema = resource.error` already covered the merge from `makeRpcClient`. Stream rpcs have `errorSchema` force-set to `Schema.Never` by effect-rpc, so the resource-level merge never reached the wire — middleware errors decoded as "Expected never, got X".
|
|
78
|
+
|
|
79
|
+
Per middleware, the new logic pushes both the static `_.error` (if non-`Never`) and `rcm[_.dynamic.key].error` (if non-`Never`) into the composite's failure union.
|
|
80
|
+
|
|
81
|
+
- Updated dependencies [774a9b3]
|
|
82
|
+
- effect-app@4.0.0-beta.195
|
|
83
|
+
|
|
84
|
+
## 4.0.0-beta.194
|
|
85
|
+
|
|
86
|
+
### Patch Changes
|
|
87
|
+
|
|
88
|
+
- effect-app@4.0.0-beta.194
|
|
89
|
+
|
|
90
|
+
## 4.0.0-beta.193
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
- 9569911: Stream resources accept `Effect.fail(...)` (and `Effect<Stream>`) from controller handlers — previously only `Stream.fail(...)` / a returned `Stream` worked. The router now lifts an Effect result to a Stream via `Stream.unwrap`, so failures from an `Effect` propagate as a failing Stream on the client, matching `Stream.fail(...)` behavior. Also removes the need for manual `.pipe(Stream.unwrap)` on generator handlers that return a `Stream`.
|
|
95
|
+
- effect-app@4.0.0-beta.193
|
|
96
|
+
|
|
97
|
+
## 4.0.0-beta.192
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- dba5779: namespaces
|
|
102
|
+
- effect-app@4.0.0-beta.192
|
|
103
|
+
|
|
104
|
+
## 4.0.0-beta.191
|
|
105
|
+
|
|
106
|
+
### Patch Changes
|
|
107
|
+
|
|
108
|
+
- 50ce7e6: Replace typescript-eslint with oxlint-tsgolint for type-aware lint. Drop ESLint entirely from non-vue packages (cli, effect-app, infra) — they now use only `oxlint --type-aware`. Vue packages keep ESLint to run `@effect-app/no-await-effect` (no tsgolint equivalent) via `@typescript-eslint/parser` + `vue-eslint-parser`.
|
|
109
|
+
- Updated dependencies [50ce7e6]
|
|
110
|
+
- effect-app@4.0.0-beta.191
|
|
111
|
+
|
|
112
|
+
## 4.0.0-beta.190
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- Updated dependencies [985176b]
|
|
117
|
+
- effect-app@4.0.0-beta.190
|
|
118
|
+
|
|
119
|
+
## 4.0.0-beta.189
|
|
120
|
+
|
|
121
|
+
### Patch Changes
|
|
122
|
+
|
|
123
|
+
- ea32222: Update to effect 4.0.0-beta.60 and use native `Rpc.custom` constructors (`makeCommandRpc`, `makeStreamRpc`) for metadata-wrapped RPC schemas instead of manually wrapping/unwrapping schemas inline.
|
|
124
|
+
- Updated dependencies [ea32222]
|
|
125
|
+
- effect-app@4.0.0-beta.189
|
|
126
|
+
|
|
127
|
+
## 4.0.0-beta.188
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- b2e438f: Remove Operations service and repo
|
|
132
|
+
- Updated dependencies [b2e438f]
|
|
133
|
+
- effect-app@4.0.0-beta.188
|
|
134
|
+
|
|
135
|
+
## 4.0.0-beta.187
|
|
136
|
+
|
|
137
|
+
### Patch Changes
|
|
138
|
+
|
|
139
|
+
- Updated dependencies [0d4e0b8]
|
|
140
|
+
- effect-app@4.0.0-beta.187
|
|
141
|
+
|
|
142
|
+
## 4.0.0-beta.186
|
|
143
|
+
|
|
144
|
+
### Patch Changes
|
|
145
|
+
|
|
146
|
+
- effect-app@4.0.0-beta.186
|
|
147
|
+
|
|
148
|
+
## 4.0.0-beta.185
|
|
149
|
+
|
|
150
|
+
### Patch Changes
|
|
151
|
+
|
|
152
|
+
- effect-app@4.0.0-beta.185
|
|
153
|
+
|
|
154
|
+
## 4.0.0-beta.184
|
|
155
|
+
|
|
156
|
+
### Patch Changes
|
|
157
|
+
|
|
158
|
+
- effect-app@4.0.0-beta.184
|
|
159
|
+
|
|
160
|
+
## 4.0.0-beta.183
|
|
161
|
+
|
|
162
|
+
### Patch Changes
|
|
163
|
+
|
|
164
|
+
- effect-app@4.0.0-beta.183
|
|
165
|
+
|
|
166
|
+
## 4.0.0-beta.182
|
|
167
|
+
|
|
168
|
+
### Patch Changes
|
|
169
|
+
|
|
170
|
+
- effect-app@4.0.0-beta.182
|
|
171
|
+
|
|
172
|
+
## 4.0.0-beta.181
|
|
173
|
+
|
|
174
|
+
### Patch Changes
|
|
175
|
+
|
|
176
|
+
- Updated dependencies [583393f]
|
|
177
|
+
- effect-app@4.0.0-beta.181
|
|
178
|
+
|
|
179
|
+
## 4.0.0-beta.180
|
|
180
|
+
|
|
181
|
+
### Minor Changes
|
|
182
|
+
|
|
183
|
+
- 7fa3045: V1/V2/V3: stream and command requests carry invalidation metadata
|
|
184
|
+
|
|
185
|
+
**V1** – stream final response includes metadata
|
|
186
|
+
|
|
187
|
+
- `Invalidation.StreamResponseChunk` wraps each stream item as `{ _tag: "value", value }` and appends `{ _tag: "done", metadata }` at the end carrying all accumulated invalidation keys.
|
|
188
|
+
|
|
189
|
+
**V2** – invalidation keys included in failures
|
|
190
|
+
|
|
191
|
+
- `Invalidation.CommandFailureWithMetaData` and `Invalidation.StreamFailureChunk` carry keys accumulated up to the point of failure, so clients can invalidate queries even when a command or stream errors.
|
|
192
|
+
- `InvalidationMiddlewareLive` wraps command failures; `routing.ts` wraps stream failures.
|
|
193
|
+
- `apiClientFactory.ts` unwraps both on the client side, forwarding keys before re-failing with the original error.
|
|
194
|
+
|
|
195
|
+
**V3** – mid-stream metadata chunks
|
|
196
|
+
|
|
197
|
+
- `Invalidation.StreamResponseChunk` now also includes `{ _tag: "metadata", metadata }` for mid-stream invalidation.
|
|
198
|
+
- After each emitted value, the server drains accumulated keys and emits a "metadata" chunk if any keys were collected since the last drain (bucket reset via `InvalidationSet.drain`).
|
|
199
|
+
- `apiClientFactory.ts` processes "metadata" chunks the same as "done" chunks, forwarding keys to `InvalidationKeysFromServer` immediately.
|
|
200
|
+
- `makeInvalidationKeysService` accepts an optional `onAdded` callback that fires after each key addition, enabling `mutate.ts` to trigger query invalidation mid-stream without waiting for the stream to complete.
|
|
201
|
+
|
|
202
|
+
### Patch Changes
|
|
203
|
+
|
|
204
|
+
- Updated dependencies [7fa3045]
|
|
205
|
+
- effect-app@4.0.0-beta.180
|
|
206
|
+
|
|
207
|
+
## 4.0.0-beta.179
|
|
208
|
+
|
|
209
|
+
### Patch Changes
|
|
210
|
+
|
|
211
|
+
- Updated dependencies [828d264]
|
|
212
|
+
- effect-app@4.0.0-beta.179
|
|
213
|
+
|
|
214
|
+
## 4.0.0-beta.178
|
|
215
|
+
|
|
216
|
+
### Patch Changes
|
|
217
|
+
|
|
218
|
+
- effect-app@4.0.0-beta.178
|
|
219
|
+
|
|
220
|
+
## 4.0.0-beta.177
|
|
221
|
+
|
|
222
|
+
### Minor Changes
|
|
223
|
+
|
|
224
|
+
- 89d8b3a: Add Effect RPC `Stream` support to the wrapper.
|
|
225
|
+
|
|
226
|
+
- New `Stream` request constructor on `TaggedRequestFor` parallel to `Query`/`Command`. Emits resources with `type: "stream"`.
|
|
227
|
+
- Server router (`@effect-app/infra` `routing.ts`) accepts stream resources whose handlers return a `Stream.Stream<A, E, R>` (or a function from input to one). Forwards `stream: true` to `Rpc.make` so `RpcSchema.Stream` wrapping is applied. Streams bypass `applyRequestTypeInterruptibility` and the `Effect.withSpan` wrapping (the RPC server adds its own span).
|
|
228
|
+
- Client (`apiClientFactory.ts`) detects stream resources, forwards `stream: true` when constructing `RpcGroup`, and exposes the per-request `handler` as a `Stream.Stream` (via `Stream.unwrap` over the `ManagedRuntime` context) instead of an `Effect`. `Invalidation.CommandResponseWithMetaData` continues to apply only to commands.
|
|
229
|
+
- New `RequestStreamHandler` / `RequestStreamHandlerWithInput` shapes in `clientFor.ts`; `RequestHandlers` dispatches on `type: "stream"`.
|
|
230
|
+
|
|
231
|
+
### Patch Changes
|
|
232
|
+
|
|
233
|
+
- Updated dependencies [89d8b3a]
|
|
234
|
+
- effect-app@4.0.0-beta.177
|
|
235
|
+
|
|
236
|
+
## 4.0.0-beta.176
|
|
237
|
+
|
|
238
|
+
### Patch Changes
|
|
239
|
+
|
|
240
|
+
- pass options
|
|
241
|
+
- Updated dependencies
|
|
242
|
+
- effect-app@4.0.0-beta.176
|
|
243
|
+
|
|
244
|
+
## 4.0.0-beta.175
|
|
245
|
+
|
|
246
|
+
### Patch Changes
|
|
247
|
+
|
|
248
|
+
- effect-app@4.0.0-beta.175
|
|
249
|
+
|
|
250
|
+
## 4.0.0-beta.174
|
|
251
|
+
|
|
252
|
+
### Minor Changes
|
|
253
|
+
|
|
254
|
+
- 821468d: Add server-driven cache invalidation via RPC response headers.
|
|
255
|
+
|
|
256
|
+
- `effect-app/rpc`: new `Invalidation` module with `InvalidationKey` / `InvalidationKeys` schemas, `Invalidates` annotation (for declaring static invalidation on Rpc definitions), `InvalidationSet` reference (request-scoped accumulator), and `makeInvalidationSet` helper.
|
|
257
|
+
- `effect-app/middleware`: new `InvalidationMiddleware` RPC middleware tag; included in `DefaultGenericMiddlewares`.
|
|
258
|
+
- `effect-app/client`: new `InvalidationKeys` module with `InvalidationKeysFromServer` reference and `makeInvalidationKeysService` helper; `apiClientFactory` now taps HTTP responses to read the `x-invalidate` header and forward keys to `InvalidationKeysFromServer`.
|
|
259
|
+
- `@effect-app/infra`: new `InvalidationMiddlewareLive` RPC middleware implementation that owns the full lifecycle — creates a request-scoped `InvalidationSet` (backed by a `Ref`), pre-populates it from the `Invalidates` annotation, provides it to the handler, and after the handler completes registers an HTTP pre-response handler (via `appendPreResponseHandlerUnsafe`) to write the accumulated keys as an `x-invalidate` response header. No separate HTTP middleware is needed.
|
|
260
|
+
- `@effect-app/vue`: `invalidateQueries` / `useMutation` now reads server-provided invalidation keys from `InvalidationKeysFromServer` after each mutation and applies them alongside the client-side invalidation.
|
|
261
|
+
|
|
262
|
+
### Patch Changes
|
|
263
|
+
|
|
264
|
+
- Updated dependencies [821468d]
|
|
265
|
+
- effect-app@4.0.0-beta.174
|
|
266
|
+
|
|
267
|
+
## 4.0.0-beta.173
|
|
268
|
+
|
|
269
|
+
### Patch Changes
|
|
270
|
+
|
|
271
|
+
- effect-app@4.0.0-beta.173
|
|
272
|
+
|
|
273
|
+
## 4.0.0-beta.172
|
|
274
|
+
|
|
275
|
+
### Patch Changes
|
|
276
|
+
|
|
277
|
+
- improve sentry
|
|
278
|
+
- effect-app@4.0.0-beta.172
|
|
279
|
+
|
|
280
|
+
## 4.0.0-beta.171
|
|
281
|
+
|
|
282
|
+
### Patch Changes
|
|
283
|
+
|
|
284
|
+
- Updated dependencies [d71d976]
|
|
285
|
+
- effect-app@4.0.0-beta.171
|
|
286
|
+
|
|
287
|
+
## 4.0.0-beta.170
|
|
288
|
+
|
|
289
|
+
### Patch Changes
|
|
290
|
+
|
|
291
|
+
- Updated dependencies [8f09f77]
|
|
292
|
+
- effect-app@4.0.0-beta.170
|
|
293
|
+
|
|
294
|
+
## 4.0.0-beta.169
|
|
295
|
+
|
|
296
|
+
### Patch Changes
|
|
297
|
+
|
|
298
|
+
- Updated dependencies [8ae8b53]
|
|
299
|
+
- effect-app@4.0.0-beta.169
|
|
300
|
+
|
|
301
|
+
## 4.0.0-beta.168
|
|
302
|
+
|
|
303
|
+
### Patch Changes
|
|
304
|
+
|
|
305
|
+
- Updated dependencies [178480a]
|
|
306
|
+
- effect-app@4.0.0-beta.168
|
|
307
|
+
|
|
308
|
+
## 4.0.0-beta.167
|
|
309
|
+
|
|
310
|
+
### Patch Changes
|
|
311
|
+
|
|
312
|
+
- Updated dependencies [140e192]
|
|
313
|
+
- effect-app@4.0.0-beta.167
|
|
314
|
+
|
|
315
|
+
## 4.0.0-beta.166
|
|
316
|
+
|
|
317
|
+
### Patch Changes
|
|
318
|
+
|
|
319
|
+
- Updated dependencies [dbcc53b]
|
|
320
|
+
- effect-app@4.0.0-beta.166
|
|
321
|
+
|
|
322
|
+
## 4.0.0-beta.165
|
|
323
|
+
|
|
324
|
+
### Patch Changes
|
|
325
|
+
|
|
326
|
+
- Updated dependencies [f88ea34]
|
|
327
|
+
- effect-app@4.0.0-beta.165
|
|
328
|
+
|
|
329
|
+
## 4.0.0-beta.164
|
|
330
|
+
|
|
331
|
+
### Patch Changes
|
|
332
|
+
|
|
333
|
+
- Updated dependencies [8cb3de4]
|
|
334
|
+
- effect-app@4.0.0-beta.164
|
|
335
|
+
|
|
336
|
+
## 4.0.0-beta.163
|
|
337
|
+
|
|
338
|
+
### Patch Changes
|
|
339
|
+
|
|
340
|
+
- Updated dependencies [b952f19]
|
|
341
|
+
- effect-app@4.0.0-beta.163
|
|
342
|
+
|
|
343
|
+
## 4.0.0-beta.162
|
|
344
|
+
|
|
345
|
+
### Patch Changes
|
|
346
|
+
|
|
347
|
+
- Updated dependencies [b52b424]
|
|
348
|
+
- effect-app@4.0.0-beta.162
|
|
349
|
+
|
|
350
|
+
## 4.0.0-beta.161
|
|
351
|
+
|
|
352
|
+
### Patch Changes
|
|
353
|
+
|
|
354
|
+
- effect-app@4.0.0-beta.161
|
|
355
|
+
|
|
356
|
+
## 4.0.0-beta.160
|
|
357
|
+
|
|
358
|
+
### Patch Changes
|
|
359
|
+
|
|
360
|
+
- 505bfa9: Add concurrent decode helper APIs and migrate decode callsites to use them.
|
|
361
|
+
|
|
362
|
+
- Add `withDefaultParseOptions` and keep `DefaultParseOptions` centralized.
|
|
363
|
+
- Export `decodeEffectConcurrently` and `decodeUnknownEffectConcurrently` from Schema and SchemaParser modules.
|
|
364
|
+
- Update repository, queue, client, form, and CLI decode paths to use concurrent decode helpers.
|
|
365
|
+
- Keep schema constructors free of hardcoded parse concurrency overrides.
|
|
366
|
+
|
|
367
|
+
- Updated dependencies [505bfa9]
|
|
368
|
+
- effect-app@4.0.0-beta.160
|
|
369
|
+
|
|
370
|
+
## 4.0.0-beta.159
|
|
371
|
+
|
|
372
|
+
### Patch Changes
|
|
373
|
+
|
|
374
|
+
- c1e73de:
|
|
375
|
+
- Updated dependencies [c1e73de]
|
|
376
|
+
- effect-app@4.0.0-beta.159
|
|
377
|
+
|
|
378
|
+
## 4.0.0-beta.158
|
|
379
|
+
|
|
380
|
+
### Patch Changes
|
|
381
|
+
|
|
382
|
+
- Updated dependencies [3c1f52d]
|
|
383
|
+
- Updated dependencies [6ae3050]
|
|
384
|
+
- effect-app@4.0.0-beta.158
|
|
385
|
+
|
|
386
|
+
## 4.0.0-beta.157
|
|
387
|
+
|
|
388
|
+
### Patch Changes
|
|
389
|
+
|
|
390
|
+
- 6fff09c: unify encoded function for when you use encodedKeys
|
|
391
|
+
- Updated dependencies [6fff09c]
|
|
392
|
+
- effect-app@4.0.0-beta.157
|
|
393
|
+
|
|
394
|
+
## 4.0.0-beta.156
|
|
395
|
+
|
|
396
|
+
### Patch Changes
|
|
397
|
+
|
|
398
|
+
- effect-app@4.0.0-beta.156
|
|
399
|
+
|
|
400
|
+
## 4.0.0-beta.155
|
|
401
|
+
|
|
402
|
+
### Patch Changes
|
|
403
|
+
|
|
404
|
+
- Updated dependencies [c215db8]
|
|
405
|
+
- effect-app@4.0.0-beta.155
|
|
406
|
+
|
|
407
|
+
## 4.0.0-beta.154
|
|
408
|
+
|
|
409
|
+
### Patch Changes
|
|
410
|
+
|
|
411
|
+
- effect-app@4.0.0-beta.154
|
|
412
|
+
|
|
413
|
+
## 4.0.0-beta.153
|
|
414
|
+
|
|
415
|
+
### Patch Changes
|
|
416
|
+
|
|
417
|
+
- effect-app@4.0.0-beta.153
|
|
418
|
+
|
|
419
|
+
## 4.0.0-beta.152
|
|
420
|
+
|
|
421
|
+
### Patch Changes
|
|
422
|
+
|
|
423
|
+
- effect-app@4.0.0-beta.152
|
|
424
|
+
|
|
425
|
+
## 4.0.0-beta.151
|
|
426
|
+
|
|
427
|
+
### Patch Changes
|
|
428
|
+
|
|
429
|
+
- 925214b: update packages
|
|
430
|
+
- effect-app@4.0.0-beta.151
|
|
431
|
+
|
|
432
|
+
## 4.0.0-beta.150
|
|
433
|
+
|
|
434
|
+
### Patch Changes
|
|
435
|
+
|
|
436
|
+
- Updated dependencies [85a8275]
|
|
437
|
+
- effect-app@4.0.0-beta.150
|
|
438
|
+
|
|
439
|
+
## 4.0.0-beta.149
|
|
440
|
+
|
|
441
|
+
### Patch Changes
|
|
442
|
+
|
|
443
|
+
- Updated dependencies [f317c5e]
|
|
444
|
+
- effect-app@4.0.0-beta.149
|
|
445
|
+
|
|
446
|
+
## 4.0.0-beta.148
|
|
447
|
+
|
|
448
|
+
### Patch Changes
|
|
449
|
+
|
|
450
|
+
- Updated dependencies [199e9a5]
|
|
451
|
+
- effect-app@4.0.0-beta.148
|
|
452
|
+
|
|
453
|
+
## 4.0.0-beta.147
|
|
454
|
+
|
|
455
|
+
### Patch Changes
|
|
456
|
+
|
|
457
|
+
- Updated dependencies [47e3742]
|
|
458
|
+
- effect-app@4.0.0-beta.147
|
|
459
|
+
|
|
460
|
+
## 4.0.0-beta.146
|
|
461
|
+
|
|
462
|
+
### Patch Changes
|
|
463
|
+
|
|
464
|
+
- Updated dependencies [a4dff57]
|
|
465
|
+
- effect-app@4.0.0-beta.146
|
|
466
|
+
|
|
467
|
+
## 4.0.0-beta.145
|
|
468
|
+
|
|
469
|
+
### Patch Changes
|
|
470
|
+
|
|
471
|
+
- Updated dependencies [12abb55]
|
|
472
|
+
- effect-app@4.0.0-beta.145
|
|
473
|
+
|
|
474
|
+
## 4.0.0-beta.144
|
|
475
|
+
|
|
476
|
+
### Patch Changes
|
|
477
|
+
|
|
478
|
+
- d31253f: Refactor eligible schema classes and tagged classes to Opaque schemas, and migrate constructor call sites to use `.make` for those models.
|
|
479
|
+
- Updated dependencies [11422f8]
|
|
480
|
+
- Updated dependencies [d31253f]
|
|
481
|
+
- effect-app@4.0.0-beta.144
|
|
482
|
+
|
|
483
|
+
## 4.0.0-beta.143
|
|
484
|
+
|
|
485
|
+
### Patch Changes
|
|
486
|
+
|
|
487
|
+
- Updated dependencies [79eb019]
|
|
488
|
+
- effect-app@4.0.0-beta.143
|
|
489
|
+
|
|
490
|
+
## 4.0.0-beta.142
|
|
491
|
+
|
|
492
|
+
### Patch Changes
|
|
493
|
+
|
|
494
|
+
- Updated dependencies [3436d44]
|
|
495
|
+
- Updated dependencies [025de47]
|
|
496
|
+
- effect-app@4.0.0-beta.142
|
|
497
|
+
|
|
498
|
+
## 4.0.0-beta.141
|
|
499
|
+
|
|
500
|
+
### Patch Changes
|
|
501
|
+
|
|
502
|
+
- Updated dependencies [7c25dbb]
|
|
503
|
+
- effect-app@4.0.0-beta.141
|
|
504
|
+
|
|
505
|
+
## 4.0.0-beta.140
|
|
506
|
+
|
|
507
|
+
### Patch Changes
|
|
508
|
+
|
|
509
|
+
- 1576688: Add configurable `fakeMailAddress` to `SendgridConfig`. Supports `{i}` placeholder for unique addresses, e.g. `"test+{i}@example.com"`.
|
|
510
|
+
- effect-app@4.0.0-beta.140
|
|
511
|
+
|
|
512
|
+
## 4.0.0-beta.139
|
|
513
|
+
|
|
514
|
+
### Patch Changes
|
|
515
|
+
|
|
516
|
+
- effect-app@4.0.0-beta.139
|
|
517
|
+
|
|
518
|
+
## 4.0.0-beta.138
|
|
519
|
+
|
|
520
|
+
### Patch Changes
|
|
521
|
+
|
|
522
|
+
- effect-app@4.0.0-beta.138
|
|
523
|
+
|
|
524
|
+
## 4.0.0-beta.137
|
|
525
|
+
|
|
526
|
+
### Patch Changes
|
|
527
|
+
|
|
528
|
+
- effect-app@4.0.0-beta.137
|
|
529
|
+
|
|
530
|
+
## 4.0.0-beta.136
|
|
531
|
+
|
|
532
|
+
### Patch Changes
|
|
533
|
+
|
|
534
|
+
- effect-app@4.0.0-beta.136
|
|
535
|
+
|
|
536
|
+
## 4.0.0-beta.135
|
|
537
|
+
|
|
538
|
+
### Patch Changes
|
|
539
|
+
|
|
540
|
+
- Updated dependencies [c7bbc41]
|
|
541
|
+
- effect-app@4.0.0-beta.135
|
|
542
|
+
|
|
543
|
+
## 4.0.0-beta.134
|
|
544
|
+
|
|
545
|
+
### Patch Changes
|
|
546
|
+
|
|
547
|
+
- eed57c6: Fix `R` inference in `OneDSL`, `OneDSLExt.modify` and `OneDSLExt.update`. The callback's effect type was annotated as `Effect<…, E, FixEnv<R, Evt, S1, S2>>`, which deadlocked inference of `R` (TS6 fell back to `never`, tsgo to `unknown`, leaking `unknown` into yielded effects in generator handlers). Now matches the existing `AllDSLExt` pattern: bare `R` in the callback, `FixEnv<R, …>` only in the return type.
|
|
548
|
+
- Updated dependencies [9d3495e]
|
|
549
|
+
- Updated dependencies [f353d48]
|
|
550
|
+
- effect-app@4.0.0-beta.134
|
|
551
|
+
|
|
552
|
+
## 4.0.0-beta.133
|
|
553
|
+
|
|
554
|
+
### Patch Changes
|
|
555
|
+
|
|
556
|
+
- 2f862a4: Apply `toCodecJson` in `SQLModel.JsonFromString` so SQL JSON string fields use the proper JSON-safe codec at the encode/decode boundary (aligns with queue, event, and gist call sites).
|
|
557
|
+
- c3299f7: update packages
|
|
558
|
+
- Updated dependencies [c3299f7]
|
|
559
|
+
- effect-app@4.0.0-beta.133
|
|
560
|
+
|
|
561
|
+
## 4.0.0-beta.132
|
|
562
|
+
|
|
563
|
+
### Patch Changes
|
|
564
|
+
|
|
565
|
+
- effect-app@4.0.0-beta.132
|
|
566
|
+
|
|
567
|
+
## 4.0.0-beta.131
|
|
568
|
+
|
|
569
|
+
### Patch Changes
|
|
570
|
+
|
|
571
|
+
- 4a7d95a: Use request-type RPC annotations to drive interruptibility and retry behavior, apply command uninterruptibility through the router wrapper path, and add an in-memory E2E test covering command vs query interruption behavior.
|
|
572
|
+
- effect-app@4.0.0-beta.131
|
|
573
|
+
|
|
574
|
+
## 4.0.0-beta.130
|
|
575
|
+
|
|
576
|
+
### Patch Changes
|
|
577
|
+
|
|
578
|
+
- Updated dependencies [ea1bd46]
|
|
579
|
+
- effect-app@4.0.0-beta.130
|
|
580
|
+
|
|
581
|
+
## 4.0.0-beta.129
|
|
582
|
+
|
|
583
|
+
### Patch Changes
|
|
584
|
+
|
|
585
|
+
- effect-app@4.0.0-beta.129
|
|
586
|
+
|
|
587
|
+
## 4.0.0-beta.128
|
|
588
|
+
|
|
589
|
+
### Patch Changes
|
|
590
|
+
|
|
591
|
+
- Updated dependencies [57db551]
|
|
592
|
+
- effect-app@4.0.0-beta.128
|
|
593
|
+
|
|
594
|
+
## 4.0.0-beta.127
|
|
595
|
+
|
|
596
|
+
### Patch Changes
|
|
597
|
+
|
|
598
|
+
- 71a0719: Merge `batchPar` into `batch`, expose `concurrency` via an optional `BatchOptions` argument, and make `batch` dual (data-first + data-last).
|
|
599
|
+
- 4bc3d05: Repository `save`, `remove`, and `removeById` now accept plain `ReadonlyArray` instead of `NonEmptyReadonlyArray`. Callers no longer need to narrow or guard for non-emptiness before invoking — empty inputs short-circuit to a no-op, making it ergonomic to pass through query results directly.
|
|
600
|
+
- effect-app@4.0.0-beta.127
|
|
601
|
+
|
|
602
|
+
## 4.0.0-beta.126
|
|
603
|
+
|
|
604
|
+
### Patch Changes
|
|
605
|
+
|
|
606
|
+
- Updated dependencies [458bb1b]
|
|
607
|
+
- effect-app@4.0.0-beta.126
|
|
608
|
+
|
|
609
|
+
## 4.0.0-beta.125
|
|
610
|
+
|
|
611
|
+
### Patch Changes
|
|
612
|
+
|
|
613
|
+
- 7191fc1: `removeById` now takes `id | NonEmptyReadonlyArray<id>` instead of a variadic rest, and the extended repo's `removeById` accepts a `batch` option to chunk large deletes — consistent with `save` and `remove`.
|
|
614
|
+
- effect-app@4.0.0-beta.125
|
|
615
|
+
|
|
616
|
+
## 4.0.0-beta.124
|
|
617
|
+
|
|
618
|
+
### Patch Changes
|
|
619
|
+
|
|
620
|
+
- c9e0c44: cleanup auth
|
|
621
|
+
- 256ae85: cleanup
|
|
622
|
+
- Updated dependencies [256ae85]
|
|
623
|
+
- effect-app@4.0.0-beta.124
|
|
624
|
+
|
|
625
|
+
## 4.0.0-beta.123
|
|
626
|
+
|
|
627
|
+
### Patch Changes
|
|
628
|
+
|
|
629
|
+
- Updated dependencies [14aba14]
|
|
630
|
+
- effect-app@4.0.0-beta.123
|
|
631
|
+
|
|
632
|
+
## 4.0.0-beta.122
|
|
633
|
+
|
|
634
|
+
### Patch Changes
|
|
635
|
+
|
|
636
|
+
- 27bf9b6: Fix `Repository.query` environment typing to exclude schema context provided through `makeRepo` options.
|
|
637
|
+
- e02a258: Add optional batching overloads for repository `save` and `remove` helpers.
|
|
638
|
+
- f052d38: Replace `(...) => Effect.gen` with `Effect.fnUntraced` and convert select multi-step `pipe` chains to `Effect.gen` across infra.
|
|
639
|
+
- Updated dependencies [f052d38]
|
|
640
|
+
- effect-app@4.0.0-beta.122
|
|
641
|
+
|
|
642
|
+
## 4.0.0-beta.121
|
|
643
|
+
|
|
644
|
+
### Patch Changes
|
|
645
|
+
|
|
646
|
+
- 1015582: Fix `Q.project` field selection with `Schema.encodeKeys` by deriving selected fields from the encoded schema shape.
|
|
647
|
+
- Updated dependencies [5ac46cb]
|
|
648
|
+
- effect-app@4.0.0-beta.121
|
|
649
|
+
|
|
650
|
+
## 4.0.0-beta.120
|
|
651
|
+
|
|
652
|
+
### Patch Changes
|
|
653
|
+
|
|
654
|
+
- Updated dependencies [f21190c]
|
|
655
|
+
- effect-app@4.0.0-beta.120
|
|
656
|
+
|
|
657
|
+
## 4.0.0-beta.119
|
|
658
|
+
|
|
659
|
+
### Patch Changes
|
|
660
|
+
|
|
661
|
+
- db7ba34: Filter SSE events stream by storeId namespace
|
|
662
|
+
- effect-app@4.0.0-beta.119
|
|
663
|
+
|
|
664
|
+
## 4.0.0-beta.118
|
|
665
|
+
|
|
666
|
+
### Patch Changes
|
|
667
|
+
|
|
668
|
+
- Update effect packages to 4.0.0-beta.52
|
|
669
|
+
- Updated dependencies [bd26832]
|
|
670
|
+
- Updated dependencies [08d2e70]
|
|
671
|
+
- Updated dependencies
|
|
672
|
+
- effect-app@4.0.0-beta.118
|
|
673
|
+
|
|
674
|
+
## 4.0.0-beta.117
|
|
675
|
+
|
|
676
|
+
### Patch Changes
|
|
677
|
+
|
|
678
|
+
- 1d85785: Wrap store seed effects with `Effect.uninterruptible` to prevent interruption during seeding
|
|
679
|
+
- effect-app@4.0.0-beta.117
|
|
680
|
+
|
|
681
|
+
## 4.0.0-beta.116
|
|
682
|
+
|
|
683
|
+
### Patch Changes
|
|
684
|
+
|
|
685
|
+
- 7d5cefc: SQL and Pg stores now scope seed migration records by namespace and table name in shared databases to avoid cross-namespace seed collisions.
|
|
686
|
+
- effect-app@4.0.0-beta.116
|
|
687
|
+
|
|
688
|
+
## 4.0.0-beta.115
|
|
689
|
+
|
|
690
|
+
### Patch Changes
|
|
691
|
+
|
|
692
|
+
- fe2caba: SQL and Pg stores: use separate `_migrations` table for seed tracking instead of inserting a marker row into the data table, preventing it from appearing in `all`/`filter` queries.
|
|
693
|
+
- effect-app@4.0.0-beta.115
|
|
694
|
+
|
|
695
|
+
## 4.0.0-beta.114
|
|
696
|
+
|
|
697
|
+
### Patch Changes
|
|
698
|
+
|
|
699
|
+
- 1ab3cf7: SQLite per-namespace adapter: use separate `_migrations` table for seed tracking instead of inserting a marker row into the data table, preventing it from appearing in `all`/`filter` queries.
|
|
700
|
+
- effect-app@4.0.0-beta.114
|
|
701
|
+
|
|
702
|
+
## 4.0.0-beta.113
|
|
703
|
+
|
|
704
|
+
### Minor Changes
|
|
705
|
+
|
|
706
|
+
- ddc5492: Add RepositoryRegistry service that tracks all repositories by modelName, with `seedNamespace` to seed all registered repos in parallel and `entries` to inspect the registry.
|
|
707
|
+
|
|
708
|
+
Make non-primary namespace seeding explicit: Store and Repository now expose `seedNamespace` instead of auto-seeding on access. Primary namespace is still seeded eagerly on initialization.
|
|
709
|
+
|
|
710
|
+
SQL stores: table creation (`CREATE TABLE IF NOT EXISTS`) is now part of `seedNamespace` instead of running eagerly at store construction, ensuring tables for non-primary namespaces are only created when explicitly seeded.
|
|
711
|
+
|
|
712
|
+
### Patch Changes
|
|
713
|
+
|
|
714
|
+
- effect-app@4.0.0-beta.113
|
|
715
|
+
|
|
716
|
+
## 4.0.0-beta.112
|
|
717
|
+
|
|
718
|
+
### Patch Changes
|
|
719
|
+
|
|
720
|
+
- 8a4a6d2: fup
|
|
721
|
+
- effect-app@4.0.0-beta.112
|
|
722
|
+
|
|
723
|
+
## 4.0.0-beta.111
|
|
724
|
+
|
|
725
|
+
### Patch Changes
|
|
726
|
+
|
|
727
|
+
- ca94edf: fix typo
|
|
728
|
+
- Updated dependencies [ca94edf]
|
|
729
|
+
- effect-app@4.0.0-beta.111
|
|
730
|
+
|
|
731
|
+
## 4.0.0-beta.110
|
|
732
|
+
|
|
733
|
+
### Minor Changes
|
|
734
|
+
|
|
735
|
+
- c313c07: Add per-namespace in-memory SQLite adapter via LayerMap. When `makeSqlClientLayer` option is provided to `SQLiteStoreLayer`, each namespace gets its own SQLite database instance managed by a `LayerMap`. Introduces `WithNsTransaction` service for namespace-aware SQL transactions, used by `makeSqlTransactionMiddleware`.
|
|
736
|
+
|
|
737
|
+
### Patch Changes
|
|
738
|
+
|
|
739
|
+
- effect-app@4.0.0-beta.110
|
|
740
|
+
|
|
741
|
+
## 4.0.0-beta.109
|
|
742
|
+
|
|
743
|
+
### Patch Changes
|
|
744
|
+
|
|
745
|
+
- 82f66f1: use uninterruptiple
|
|
746
|
+
- effect-app@4.0.0-beta.109
|
|
747
|
+
|
|
748
|
+
## 4.0.0-beta.108
|
|
749
|
+
|
|
750
|
+
### Patch Changes
|
|
751
|
+
|
|
752
|
+
- Updated dependencies [3e46e7b]
|
|
753
|
+
- effect-app@4.0.0-beta.108
|
|
754
|
+
|
|
755
|
+
## 4.0.0-beta.107
|
|
756
|
+
|
|
757
|
+
### Patch Changes
|
|
758
|
+
|
|
759
|
+
- 902ca1b: fix
|
|
760
|
+
- effect-app@4.0.0-beta.107
|
|
761
|
+
|
|
762
|
+
## 4.0.0-beta.106
|
|
763
|
+
|
|
764
|
+
### Patch Changes
|
|
765
|
+
|
|
766
|
+
- f22a026: Use `Effect.cached` in `getOrCreateStoreEffect` for proper memoization of the resolver effect.
|
|
767
|
+
- effect-app@4.0.0-beta.106
|
|
768
|
+
|
|
769
|
+
## 4.0.0-beta.105
|
|
770
|
+
|
|
771
|
+
### Minor Changes
|
|
772
|
+
|
|
773
|
+
- 3d732b1: Rewrite `withRequestResolverCache` to use official `RequestResolver.withCache`, creating a cached resolver per ContextMap via `getOrCreateStoreEffect` with semaphore-guarded initialization.
|
|
774
|
+
|
|
775
|
+
### Patch Changes
|
|
776
|
+
|
|
777
|
+
- 47e53f5: Fix `withRequestResolverCache` causing "RequestResolver did not complete request" errors by using the `preCheck` hook instead of handling cache in `runAll`. Cache hits for in-flight or completed requests are now handled before entries enter the batch, preventing uncompleted entries.
|
|
778
|
+
- 5773159: Add `itemType` annotation to all repository spans
|
|
779
|
+
- effect-app@4.0.0-beta.105
|
|
780
|
+
|
|
781
|
+
## 4.0.0-beta.104
|
|
782
|
+
|
|
783
|
+
### Patch Changes
|
|
784
|
+
|
|
785
|
+
- Updated dependencies [e944bca]
|
|
786
|
+
- effect-app@4.0.0-beta.104
|
|
787
|
+
|
|
788
|
+
## 4.0.0-beta.103
|
|
789
|
+
|
|
790
|
+
### Patch Changes
|
|
791
|
+
|
|
792
|
+
- Updated dependencies [7119320]
|
|
793
|
+
- effect-app@4.0.0-beta.103
|
|
794
|
+
|
|
795
|
+
## 4.0.0-beta.102
|
|
796
|
+
|
|
797
|
+
### Patch Changes
|
|
798
|
+
|
|
799
|
+
- 62627e9: Fix boolean handling in SQL SELECT and WHERE
|
|
800
|
+
- effect-app@4.0.0-beta.102
|
|
801
|
+
|
|
802
|
+
## 4.0.0-beta.101
|
|
803
|
+
|
|
804
|
+
### Patch Changes
|
|
805
|
+
|
|
806
|
+
- effect-app@4.0.0-beta.101
|
|
807
|
+
|
|
808
|
+
## 4.0.0-beta.100
|
|
809
|
+
|
|
810
|
+
### Patch Changes
|
|
811
|
+
|
|
812
|
+
- 43611c7: enable cosmosdb large partition key hashes
|
|
813
|
+
- effect-app@4.0.0-beta.100
|
|
814
|
+
|
|
815
|
+
## 4.0.0-beta.99
|
|
816
|
+
|
|
817
|
+
### Patch Changes
|
|
818
|
+
|
|
819
|
+
- 6a0e008: remove artificial Cosmos bulkSet delays
|
|
820
|
+
- effect-app@4.0.0-beta.99
|
|
821
|
+
|
|
822
|
+
## 4.0.0-beta.98
|
|
823
|
+
|
|
824
|
+
### Patch Changes
|
|
825
|
+
|
|
826
|
+
- 5aed2e3: Add span to Cosmos `batchRemove` and include `namespace` attribute on all Cosmos store spans.
|
|
827
|
+
- effect-app@4.0.0-beta.98
|
|
828
|
+
|
|
829
|
+
## 4.0.0-beta.97
|
|
830
|
+
|
|
831
|
+
### Patch Changes
|
|
832
|
+
|
|
833
|
+
- 3eb66e9: Fix CosmosDB store `filter` to trigger namespace seeding on first access. Previously, if `filter` was the first operation called on a namespace, seed data was never created.
|
|
834
|
+
- effect-app@4.0.0-beta.97
|
|
835
|
+
|
|
836
|
+
## 4.0.0-beta.96
|
|
837
|
+
|
|
838
|
+
### Patch Changes
|
|
839
|
+
|
|
840
|
+
- Updated dependencies [5615e47]
|
|
841
|
+
- effect-app@4.0.0-beta.96
|
|
842
|
+
|
|
843
|
+
## 4.0.0-beta.95
|
|
844
|
+
|
|
845
|
+
### Patch Changes
|
|
846
|
+
|
|
847
|
+
- 88838fb: Remove pick/omit customizations from Class/TaggedClass/Struct/TaggedStruct. Use `Struct.pick(X.fields, [...])` from `effect-app` instead.
|
|
848
|
+
- Updated dependencies [88838fb]
|
|
849
|
+
- effect-app@4.0.0-beta.95
|
|
850
|
+
|
|
851
|
+
## 4.0.0-beta.94
|
|
852
|
+
|
|
853
|
+
### Patch Changes
|
|
854
|
+
|
|
855
|
+
- effect-app@4.0.0-beta.94
|
|
856
|
+
|
|
857
|
+
## 4.0.0-beta.93
|
|
858
|
+
|
|
859
|
+
### Patch Changes
|
|
860
|
+
|
|
861
|
+
- 2d85646: fix SQL includes-any/all double-quoting values for SQLite (JSON.stringify only needed for Postgres jsonb)
|
|
862
|
+
- effect-app@4.0.0-beta.93
|
|
863
|
+
|
|
864
|
+
## 4.0.0-beta.92
|
|
865
|
+
|
|
866
|
+
### Patch Changes
|
|
867
|
+
|
|
868
|
+
- b4ffee0: fix SQL whereEvery double-negation bug causing wrong query when operators like notIn are used (especially with empty arrays)
|
|
869
|
+
- effect-app@4.0.0-beta.92
|
|
870
|
+
|
|
871
|
+
## 4.0.0-beta.91
|
|
872
|
+
|
|
873
|
+
### Patch Changes
|
|
874
|
+
|
|
875
|
+
- Updated dependencies [738b482]
|
|
876
|
+
- effect-app@4.0.0-beta.91
|
|
877
|
+
|
|
878
|
+
## 4.0.0-beta.90
|
|
879
|
+
|
|
880
|
+
### Patch Changes
|
|
881
|
+
|
|
882
|
+
- d786b91: Fix SQL `whereSome`/`whereEvery` array relation queries using `EXISTS` with `json_each` (SQLite) / `jsonb_array_elements` (Pg).
|
|
883
|
+
- effect-app@4.0.0-beta.90
|
|
884
|
+
|
|
885
|
+
## 4.0.0-beta.89
|
|
886
|
+
|
|
887
|
+
### Patch Changes
|
|
888
|
+
|
|
889
|
+
- 9a9e46c: Fix SQL select queries to read `_etag` from column instead of JSON data, preventing INSERT on update.
|
|
890
|
+
- effect-app@4.0.0-beta.89
|
|
891
|
+
|
|
892
|
+
## 4.0.0-beta.88
|
|
893
|
+
|
|
894
|
+
### Patch Changes
|
|
895
|
+
|
|
896
|
+
- dfd5562: Fix SQL `IN`/`NOT IN` with null values to use `IS NULL`/`IS NOT NULL` instead of `IN (NULL, ...)`.
|
|
897
|
+
- effect-app@4.0.0-beta.88
|
|
898
|
+
|
|
899
|
+
## 4.0.0-beta.87
|
|
900
|
+
|
|
901
|
+
### Patch Changes
|
|
902
|
+
|
|
903
|
+
- 5a709d1: Fix SQLite select query type coercion using `json_quote` and apply defaultValues in SQL WHERE clauses via `COALESCE`.
|
|
904
|
+
- effect-app@4.0.0-beta.87
|
|
905
|
+
|
|
906
|
+
## 4.0.0-beta.86
|
|
907
|
+
|
|
908
|
+
### Patch Changes
|
|
909
|
+
|
|
910
|
+
- 70f1f27: Fix store seeding: break circular dependency where bulkSet re-entered seedNamespace, and add explicit seed markers to SQL/Pg stores using a dedicated `__seed__` namespace.
|
|
911
|
+
- effect-app@4.0.0-beta.86
|
|
912
|
+
|
|
913
|
+
## 4.0.0-beta.85
|
|
914
|
+
|
|
915
|
+
### Patch Changes
|
|
916
|
+
|
|
917
|
+
- db285e9: Add per-namespace seeding to SQL (SQLite/PostgreSQL) and CosmosDB store adapters. Previously only the `primary` namespace was seeded at initialization; now each namespace is lazily seeded on first access using `Effect.cached` to guarantee at-most-once execution. Primary namespace continues to seed eagerly on initialization. CosmosDB uses namespace-specific marker documents for backward compatibility.
|
|
918
|
+
- effect-app@4.0.0-beta.85
|
|
919
|
+
|
|
920
|
+
## 4.0.0-beta.84
|
|
921
|
+
|
|
922
|
+
### Patch Changes
|
|
923
|
+
|
|
924
|
+
- c80e781: Fix SQLite store namespace parameter ordering in filter queries. The `_namespace` placeholder was prepended to the WHERE clause but its value was appended to the end of the positional params array, causing it to bind to the wrong placeholder. PostgreSQL was unaffected (uses indexed `$N` placeholders).
|
|
925
|
+
- effect-app@4.0.0-beta.84
|
|
926
|
+
|
|
927
|
+
## 4.0.0-beta.83
|
|
928
|
+
|
|
929
|
+
### Patch Changes
|
|
930
|
+
|
|
931
|
+
- d1fc90a: Strip `_etag` and `id` from the `data` JSON column in SQL store adapters (SQLite + PostgreSQL). These fields are already stored as dedicated columns and were redundantly duplicated inside the JSON blob. On read, `parseRow` now re-injects `id` from the row column. Backward compatible: existing rows with `_etag`/`id` in `data` continue to work as the column values take precedence.
|
|
932
|
+
- effect-app@4.0.0-beta.83
|
|
933
|
+
|
|
934
|
+
## 4.0.0-beta.82
|
|
935
|
+
|
|
936
|
+
### Minor Changes
|
|
937
|
+
|
|
938
|
+
- 48f1457: Add storage namespace support to CosmosDB adapter via partition key prefixing. When `allowNamespace` is configured, the namespace from `storeId` is prepended to partition key values (e.g., `test-ns::primary`), isolating data per namespace within the same container.
|
|
939
|
+
- 48f1457: Add storage namespace support to SQL adapters (SQLite and Postgres) via a `_namespace` column. When `allowNamespace` is configured, a `_namespace` column with composite primary key `(id, _namespace)` isolates data per namespace within the same table. New tables get the schema automatically; existing tables require manual migration.
|
|
940
|
+
- 48f1457: Add SQL Store adapter for Effect SQL (SQLite + PostgreSQL). Table-per-repo with id/etag/data JSON columns, query DSL translation to SQL WHERE clauses, optimistic concurrency via etag.
|
|
941
|
+
- 48f1457: Make `withSqlTransaction` in `setupRequest` configurable via `withTransaction` option (defaults to `false`). Add `requiresTransactionConfig` and `makeSqlTransactionMiddleware` for per-RPC transaction control as a dynamic middleware that requires `SqlClient` directly. Transactions are disabled by default; opt in with `withTransaction: true` or `requiresTransaction: true`.
|
|
942
|
+
|
|
943
|
+
### Patch Changes
|
|
944
|
+
|
|
945
|
+
- effect-app@4.0.0-beta.82
|
|
946
|
+
|
|
947
|
+
## 4.0.0-beta.81
|
|
948
|
+
|
|
949
|
+
### Minor Changes
|
|
950
|
+
|
|
951
|
+
- fd67f0b: Add `withRequestResolverCache` to scope RequestResolver cache to the ContextMap (request-scoped). Add `getOrCreateStore` to ContextMap for generic scoped storage.
|
|
952
|
+
|
|
953
|
+
### Patch Changes
|
|
954
|
+
|
|
955
|
+
- effect-app@4.0.0-beta.81
|
|
956
|
+
|
|
957
|
+
## 4.0.0-beta.80
|
|
958
|
+
|
|
959
|
+
### Patch Changes
|
|
960
|
+
|
|
961
|
+
- eaf0115: enforce local
|
|
962
|
+
- effect-app@4.0.0-beta.80
|
|
963
|
+
|
|
964
|
+
## 4.0.0-beta.79
|
|
965
|
+
|
|
966
|
+
### Patch Changes
|
|
967
|
+
|
|
968
|
+
- d16845e: Remove `TaggedRequest` from `makeRpcClient`, now only `TaggedRequestFor` is returned. Remove all legacy `meta.moduleName` support — `id` and `moduleName` are now required on `Req` type. Remove `makeRpcGroup` (use `makeRpcGroupFromRequestsAndModuleName` instead).
|
|
969
|
+
- Updated dependencies [d16845e]
|
|
970
|
+
- effect-app@4.0.0-beta.79
|
|
971
|
+
|
|
972
|
+
## 4.0.0-beta.78
|
|
973
|
+
|
|
974
|
+
### Minor Changes
|
|
975
|
+
|
|
976
|
+
- 818e047: Router `matchFor` no longer requires `meta` property on resource when requests carry `moduleName` from `TaggedRequestFor`
|
|
977
|
+
|
|
978
|
+
### Patch Changes
|
|
979
|
+
|
|
980
|
+
- effect-app@4.0.0-beta.78
|
|
981
|
+
|
|
982
|
+
## 4.0.0-beta.77
|
|
983
|
+
|
|
984
|
+
### Patch Changes
|
|
985
|
+
|
|
986
|
+
- Updated dependencies [3613e87]
|
|
987
|
+
- effect-app@4.0.0-beta.77
|
|
988
|
+
|
|
989
|
+
## 4.0.0-beta.76
|
|
990
|
+
|
|
991
|
+
### Patch Changes
|
|
992
|
+
|
|
993
|
+
- fac725d: update effect to latest beta
|
|
994
|
+
- Updated dependencies [a5248a9]
|
|
995
|
+
- Updated dependencies [fac725d]
|
|
996
|
+
- effect-app@4.0.0-beta.76
|
|
997
|
+
|
|
998
|
+
## 4.0.0-beta.75
|
|
999
|
+
|
|
1000
|
+
### Patch Changes
|
|
1001
|
+
|
|
1002
|
+
- Updated dependencies [24f0a5a]
|
|
1003
|
+
- effect-app@4.0.0-beta.75
|
|
1004
|
+
|
|
1005
|
+
## 4.0.0-beta.74
|
|
1006
|
+
|
|
1007
|
+
### Patch Changes
|
|
1008
|
+
|
|
1009
|
+
- Updated dependencies [54ec1ef]
|
|
1010
|
+
- effect-app@4.0.0-beta.74
|
|
1011
|
+
|
|
1012
|
+
## 4.0.0-beta.73
|
|
1013
|
+
|
|
1014
|
+
### Patch Changes
|
|
1015
|
+
|
|
1016
|
+
- b53c59e: fix signature
|
|
1017
|
+
- effect-app@4.0.0-beta.73
|
|
1018
|
+
|
|
1019
|
+
## 4.0.0-beta.72
|
|
1020
|
+
|
|
1021
|
+
### Patch Changes
|
|
1022
|
+
|
|
1023
|
+
- Updated dependencies [0541f0d]
|
|
1024
|
+
- effect-app@4.0.0-beta.72
|
|
1025
|
+
|
|
1026
|
+
## 4.0.0-beta.71
|
|
1027
|
+
|
|
1028
|
+
### Patch Changes
|
|
1029
|
+
|
|
1030
|
+
- beae3a0: Remove `withDefaultConstructor` wrapper, use `S.withConstructorDefault` directly with `Effect.succeed`/`Effect.sync`.
|
|
1031
|
+
- Updated dependencies [beae3a0]
|
|
1032
|
+
- effect-app@4.0.0-beta.71
|
|
1033
|
+
|
|
1034
|
+
## 4.0.0-beta.70
|
|
1035
|
+
|
|
1036
|
+
### Patch Changes
|
|
1037
|
+
|
|
1038
|
+
- fdb9cb3: cleanup
|
|
1039
|
+
- effect-app@4.0.0-beta.70
|
|
1040
|
+
|
|
1041
|
+
## 4.0.0-beta.69
|
|
1042
|
+
|
|
1043
|
+
### Patch Changes
|
|
1044
|
+
|
|
1045
|
+
- dc465e3: update to latest effect beta
|
|
1046
|
+
- Updated dependencies [dc465e3]
|
|
1047
|
+
- effect-app@4.0.0-beta.69
|
|
1048
|
+
|
|
1049
|
+
## 4.0.0-beta.68
|
|
1050
|
+
|
|
1051
|
+
### Patch Changes
|
|
1052
|
+
|
|
1053
|
+
- Updated dependencies [e6f2341]
|
|
1054
|
+
- effect-app@4.0.0-beta.68
|
|
1055
|
+
|
|
1056
|
+
## 4.0.0-beta.67
|
|
1057
|
+
|
|
1058
|
+
### Patch Changes
|
|
1059
|
+
|
|
1060
|
+
- effect-app@4.0.0-beta.67
|
|
1061
|
+
|
|
1062
|
+
## 4.0.0-beta.66
|
|
1063
|
+
|
|
1064
|
+
### Patch Changes
|
|
1065
|
+
|
|
1066
|
+
- Updated dependencies [edc52e4]
|
|
1067
|
+
- effect-app@4.0.0-beta.66
|
|
1068
|
+
|
|
1069
|
+
## 4.0.0-beta.65
|
|
1070
|
+
|
|
1071
|
+
### Patch Changes
|
|
1072
|
+
|
|
1073
|
+
- Updated dependencies [31739d7]
|
|
1074
|
+
- Updated dependencies [1f103b2]
|
|
1075
|
+
- effect-app@4.0.0-beta.65
|
|
1076
|
+
|
|
1077
|
+
## 4.0.0-beta.64
|
|
1078
|
+
|
|
1079
|
+
### Patch Changes
|
|
1080
|
+
|
|
1081
|
+
- Updated dependencies [c1a6fdc]
|
|
1082
|
+
- effect-app@4.0.0-beta.64
|
|
1083
|
+
|
|
1084
|
+
## 4.0.0-beta.63
|
|
1085
|
+
|
|
1086
|
+
### Patch Changes
|
|
1087
|
+
|
|
1088
|
+
- 1f9d7da: fix missing toCodecJson usages
|
|
1089
|
+
- effect-app@4.0.0-beta.63
|
|
1090
|
+
|
|
1091
|
+
## 4.0.0-beta.62
|
|
1092
|
+
|
|
1093
|
+
### Patch Changes
|
|
1094
|
+
|
|
1095
|
+
- Updated dependencies [0b21a02]
|
|
1096
|
+
- effect-app@4.0.0-beta.62
|
|
1097
|
+
|
|
1098
|
+
## 4.0.0-beta.61
|
|
1099
|
+
|
|
1100
|
+
### Patch Changes
|
|
1101
|
+
|
|
1102
|
+
- effect-app@4.0.0-beta.61
|
|
1103
|
+
|
|
1104
|
+
## 4.0.0-beta.60
|
|
1105
|
+
|
|
1106
|
+
### Patch Changes
|
|
1107
|
+
|
|
1108
|
+
- 29c39d2: Fix repository `find` with transformed id fields in tagged union schemas
|
|
1109
|
+
- effect-app@4.0.0-beta.60
|
|
1110
|
+
|
|
1111
|
+
## 4.0.0-beta.59
|
|
1112
|
+
|
|
1113
|
+
### Patch Changes
|
|
1114
|
+
|
|
1115
|
+
- cec026d: update packages
|
|
1116
|
+
- Updated dependencies [cec026d]
|
|
1117
|
+
- effect-app@4.0.0-beta.59
|
|
1118
|
+
|
|
1119
|
+
## 4.0.0-beta.58
|
|
1120
|
+
|
|
1121
|
+
### Patch Changes
|
|
1122
|
+
|
|
1123
|
+
- effect-app@4.0.0-beta.58
|
|
1124
|
+
|
|
1125
|
+
## 4.0.0-beta.57
|
|
1126
|
+
|
|
1127
|
+
### Patch Changes
|
|
1128
|
+
|
|
1129
|
+
- fbf47b8: Fix repository `find` with transformed id fields (e.g. composite ids using `decodeTo`)
|
|
1130
|
+
- effect-app@4.0.0-beta.57
|
|
1131
|
+
|
|
1132
|
+
## 4.0.0-beta.56
|
|
1133
|
+
|
|
1134
|
+
### Patch Changes
|
|
1135
|
+
|
|
1136
|
+
- effect-app@4.0.0-beta.56
|
|
1137
|
+
|
|
1138
|
+
## 4.0.0-beta.55
|
|
1139
|
+
|
|
1140
|
+
### Patch Changes
|
|
1141
|
+
|
|
1142
|
+
- effect-app@4.0.0-beta.55
|
|
1143
|
+
|
|
1144
|
+
## 4.0.0-beta.54
|
|
1145
|
+
|
|
1146
|
+
### Patch Changes
|
|
1147
|
+
|
|
1148
|
+
- d867272: the return of `Context`
|
|
1149
|
+
- Updated dependencies [d867272]
|
|
1150
|
+
- effect-app@4.0.0-beta.54
|
|
1151
|
+
|
|
1152
|
+
## 4.0.0-beta.53
|
|
1153
|
+
|
|
1154
|
+
### Patch Changes
|
|
1155
|
+
|
|
1156
|
+
- Updated dependencies [ee9694e]
|
|
1157
|
+
- effect-app@4.0.0-beta.53
|
|
1158
|
+
|
|
1159
|
+
## 4.0.0-beta.52
|
|
1160
|
+
|
|
1161
|
+
### Patch Changes
|
|
1162
|
+
|
|
1163
|
+
- Updated dependencies [6252808]
|
|
1164
|
+
- effect-app@4.0.0-beta.52
|
|
1165
|
+
|
|
1166
|
+
## 4.0.0-beta.51
|
|
1167
|
+
|
|
1168
|
+
### Patch Changes
|
|
1169
|
+
|
|
1170
|
+
- effect-app@4.0.0-beta.51
|
|
1171
|
+
|
|
1172
|
+
## 4.0.0-beta.50
|
|
1173
|
+
|
|
1174
|
+
### Patch Changes
|
|
1175
|
+
|
|
1176
|
+
- effect-app@4.0.0-beta.50
|
|
1177
|
+
|
|
1178
|
+
## 4.0.0-beta.49
|
|
1179
|
+
|
|
1180
|
+
### Patch Changes
|
|
1181
|
+
|
|
1182
|
+
- Updated dependencies [e585c9c]
|
|
1183
|
+
- effect-app@4.0.0-beta.49
|
|
1184
|
+
|
|
1185
|
+
## 4.0.0-beta.48
|
|
1186
|
+
|
|
1187
|
+
### Patch Changes
|
|
1188
|
+
|
|
1189
|
+
- Updated dependencies [0c88f78]
|
|
1190
|
+
- effect-app@4.0.0-beta.48
|
|
1191
|
+
|
|
1192
|
+
## 4.0.0-beta.47
|
|
1193
|
+
|
|
1194
|
+
### Patch Changes
|
|
1195
|
+
|
|
1196
|
+
- Updated dependencies [3365758]
|
|
1197
|
+
- effect-app@4.0.0-beta.47
|
|
1198
|
+
|
|
1199
|
+
## 4.0.0-beta.46
|
|
1200
|
+
|
|
1201
|
+
### Patch Changes
|
|
1202
|
+
|
|
1203
|
+
- effect-app@4.0.0-beta.46
|
|
1204
|
+
|
|
1205
|
+
## 4.0.0-beta.45
|
|
1206
|
+
|
|
1207
|
+
### Patch Changes
|
|
1208
|
+
|
|
1209
|
+
- 10b55ff: update packages
|
|
1210
|
+
- Updated dependencies [10b55ff]
|
|
1211
|
+
- effect-app@4.0.0-beta.45
|
|
1212
|
+
|
|
1213
|
+
## 4.0.0-beta.44
|
|
1214
|
+
|
|
1215
|
+
### Patch Changes
|
|
1216
|
+
|
|
1217
|
+
- a37aa38: Update to effect beta 43
|
|
1218
|
+
- Updated dependencies [a37aa38]
|
|
1219
|
+
- effect-app@4.0.0-beta.44
|
|
1220
|
+
|
|
1221
|
+
## 4.0.0-beta.43
|
|
1222
|
+
|
|
1223
|
+
### Patch Changes
|
|
1224
|
+
|
|
1225
|
+
- dab6992: no need for .lock.lock
|
|
1226
|
+
- effect-app@4.0.0-beta.43
|
|
1227
|
+
|
|
1228
|
+
## 4.0.0-beta.42
|
|
1229
|
+
|
|
1230
|
+
### Patch Changes
|
|
1231
|
+
|
|
1232
|
+
- effect-app@4.0.0-beta.42
|
|
1233
|
+
|
|
1234
|
+
## 4.0.0-beta.41
|
|
1235
|
+
|
|
1236
|
+
### Patch Changes
|
|
1237
|
+
|
|
1238
|
+
- effect-app@4.0.0-beta.41
|
|
1239
|
+
|
|
1240
|
+
## 4.0.0-beta.40
|
|
1241
|
+
|
|
1242
|
+
### Patch Changes
|
|
1243
|
+
|
|
1244
|
+
- effect-app@4.0.0-beta.40
|
|
1245
|
+
|
|
1246
|
+
## 4.0.0-beta.39
|
|
1247
|
+
|
|
1248
|
+
### Patch Changes
|
|
1249
|
+
|
|
1250
|
+
- Updated dependencies [10e90d5]
|
|
1251
|
+
- effect-app@4.0.0-beta.39
|
|
1252
|
+
|
|
1253
|
+
## 4.0.0-beta.38
|
|
1254
|
+
|
|
1255
|
+
### Patch Changes
|
|
1256
|
+
|
|
1257
|
+
- Updated dependencies [0b3e00e]
|
|
1258
|
+
- effect-app@4.0.0-beta.38
|
|
1259
|
+
|
|
1260
|
+
## 4.0.0-beta.37
|
|
1261
|
+
|
|
1262
|
+
### Patch Changes
|
|
1263
|
+
|
|
1264
|
+
- Updated dependencies [947fe20]
|
|
1265
|
+
- effect-app@4.0.0-beta.37
|
|
1266
|
+
|
|
1267
|
+
## 4.0.0-beta.36
|
|
1268
|
+
|
|
1269
|
+
### Patch Changes
|
|
1270
|
+
|
|
1271
|
+
- effect-app@4.0.0-beta.36
|
|
1272
|
+
|
|
1273
|
+
## 4.0.0-beta.35
|
|
1274
|
+
|
|
1275
|
+
### Patch Changes
|
|
1276
|
+
|
|
1277
|
+
- effect-app@4.0.0-beta.35
|
|
1278
|
+
|
|
1279
|
+
## 4.0.0-beta.34
|
|
1280
|
+
|
|
1281
|
+
### Patch Changes
|
|
1282
|
+
|
|
1283
|
+
- 8c645d5: update to latest effect
|
|
1284
|
+
- Updated dependencies [8c645d5]
|
|
1285
|
+
- effect-app@4.0.0-beta.34
|
|
1286
|
+
|
|
1287
|
+
## 4.0.0-beta.33
|
|
1288
|
+
|
|
1289
|
+
### Patch Changes
|
|
1290
|
+
|
|
1291
|
+
- 4b95009: use Finite instead of Number
|
|
1292
|
+
- Updated dependencies [4b95009]
|
|
1293
|
+
- effect-app@4.0.0-beta.33
|
|
1294
|
+
|
|
1295
|
+
## 4.0.0-beta.32
|
|
1296
|
+
|
|
1297
|
+
### Patch Changes
|
|
1298
|
+
|
|
1299
|
+
- Updated dependencies [01d862a]
|
|
1300
|
+
- effect-app@4.0.0-beta.32
|
|
1301
|
+
|
|
1302
|
+
## 4.0.0-beta.31
|
|
1303
|
+
|
|
1304
|
+
### Patch Changes
|
|
1305
|
+
|
|
1306
|
+
- Updated dependencies [6b6d601]
|
|
1307
|
+
- effect-app@4.0.0-beta.31
|
|
1308
|
+
|
|
1309
|
+
## 4.0.0-beta.30
|
|
1310
|
+
|
|
1311
|
+
### Patch Changes
|
|
1312
|
+
|
|
1313
|
+
- Updated dependencies [5ec1f45]
|
|
1314
|
+
- effect-app@4.0.0-beta.30
|
|
1315
|
+
|
|
1316
|
+
## 4.0.0-beta.29
|
|
1317
|
+
|
|
1318
|
+
### Patch Changes
|
|
1319
|
+
|
|
1320
|
+
- Updated dependencies [a899d46]
|
|
1321
|
+
- effect-app@4.0.0-beta.29
|
|
1322
|
+
|
|
1323
|
+
## 4.0.0-beta.28
|
|
1324
|
+
|
|
1325
|
+
### Patch Changes
|
|
1326
|
+
|
|
1327
|
+
- Updated dependencies [0099208]
|
|
1328
|
+
- effect-app@4.0.0-beta.28
|
|
1329
|
+
|
|
1330
|
+
## 4.0.0-beta.27
|
|
1331
|
+
|
|
1332
|
+
### Patch Changes
|
|
1333
|
+
|
|
1334
|
+
- 601a1ff: update effect to 4.0.0-beta.37 and drop the Schema Class disableValidation workaround now that the patched effect schema covers it
|
|
1335
|
+
- Updated dependencies [601a1ff]
|
|
1336
|
+
- effect-app@4.0.0-beta.27
|
|
1337
|
+
|
|
1338
|
+
## 4.0.0-beta.26
|
|
1339
|
+
|
|
1340
|
+
### Patch Changes
|
|
1341
|
+
|
|
1342
|
+
- Updated dependencies [4da28e2]
|
|
1343
|
+
- effect-app@4.0.0-beta.26
|
|
1344
|
+
|
|
1345
|
+
## 4.0.0-beta.25
|
|
1346
|
+
|
|
1347
|
+
### Patch Changes
|
|
1348
|
+
|
|
1349
|
+
- Updated dependencies [6282d4b]
|
|
1350
|
+
- effect-app@4.0.0-beta.25
|
|
1351
|
+
|
|
1352
|
+
## 4.0.0-beta.24
|
|
1353
|
+
|
|
1354
|
+
### Patch Changes
|
|
1355
|
+
|
|
1356
|
+
- Updated dependencies [32f71bf]
|
|
1357
|
+
- effect-app@4.0.0-beta.24
|
|
1358
|
+
|
|
1359
|
+
## 4.0.0-beta.23
|
|
1360
|
+
|
|
1361
|
+
### Patch Changes
|
|
1362
|
+
|
|
1363
|
+
- Updated dependencies [ea08a79]
|
|
1364
|
+
- effect-app@4.0.0-beta.23
|
|
1365
|
+
|
|
1366
|
+
## 4.0.0-beta.22
|
|
1367
|
+
|
|
1368
|
+
### Patch Changes
|
|
1369
|
+
|
|
1370
|
+
- effect-app@4.0.0-beta.22
|
|
1371
|
+
|
|
1372
|
+
## 4.0.0-beta.21
|
|
1373
|
+
|
|
1374
|
+
### Patch Changes
|
|
1375
|
+
|
|
1376
|
+
- 75c72ee: update effect to 4.0.0-beta.36, adapt to Option<A> revert from A | undefined
|
|
1377
|
+
- Updated dependencies [0d349e7]
|
|
1378
|
+
- Updated dependencies [75c72ee]
|
|
1379
|
+
- effect-app@4.0.0-beta.21
|
|
1380
|
+
|
|
1381
|
+
## 4.0.0-beta.20
|
|
1382
|
+
|
|
1383
|
+
### Patch Changes
|
|
1384
|
+
|
|
1385
|
+
- aa921db: Fix `TaggedRequest` no-config error type inference so requests without a third argument infer the same default error schema as requests with explicit success config.
|
|
1386
|
+
- Updated dependencies [aa921db]
|
|
1387
|
+
- effect-app@4.0.0-beta.20
|
|
1388
|
+
|
|
1389
|
+
## 4.0.0-beta.19
|
|
1390
|
+
|
|
1391
|
+
### Patch Changes
|
|
1392
|
+
|
|
1393
|
+
- Updated dependencies [ffc10a4]
|
|
1394
|
+
- effect-app@4.0.0-beta.19
|
|
1395
|
+
|
|
1396
|
+
## 4.0.0-beta.18
|
|
1397
|
+
|
|
1398
|
+
### Patch Changes
|
|
1399
|
+
|
|
1400
|
+
- Updated dependencies [e9dbbdd]
|
|
1401
|
+
- effect-app@4.0.0-beta.18
|
|
1402
|
+
|
|
1403
|
+
## 4.0.0-beta.17
|
|
1404
|
+
|
|
1405
|
+
### Patch Changes
|
|
1406
|
+
|
|
1407
|
+
- Updated dependencies [c8a6a3f]
|
|
1408
|
+
- effect-app@4.0.0-beta.17
|
|
1409
|
+
|
|
1410
|
+
## 4.0.0-beta.16
|
|
1411
|
+
|
|
1412
|
+
### Patch Changes
|
|
1413
|
+
|
|
1414
|
+
- Updated dependencies [56db2c4]
|
|
1415
|
+
- effect-app@4.0.0-beta.16
|
|
1416
|
+
|
|
1417
|
+
## 4.0.0-beta.15
|
|
1418
|
+
|
|
1419
|
+
### Patch Changes
|
|
1420
|
+
|
|
1421
|
+
- a3c9cc8: fix SSE event stream merge in pipe usage
|
|
1422
|
+
- Updated dependencies [20186b6]
|
|
1423
|
+
- effect-app@4.0.0-beta.15
|
|
1424
|
+
|
|
1425
|
+
## 4.0.0-beta.14
|
|
1426
|
+
|
|
1427
|
+
### Patch Changes
|
|
1428
|
+
|
|
1429
|
+
- effect-app@4.0.0-beta.14
|
|
1430
|
+
|
|
1431
|
+
## 4.0.0-beta.13
|
|
1432
|
+
|
|
1433
|
+
### Patch Changes
|
|
1434
|
+
|
|
1435
|
+
- 1c3c541: Update Effect dependencies to 4.0.0-beta.31 across workspace packages.
|
|
1436
|
+
- de2359d: Update Effect dependencies to 4.0.0-beta.28 across workspace packages.
|
|
1437
|
+
- 0d72f34: Update Effect dependencies to 4.0.0-beta.29 across workspace packages.
|
|
1438
|
+
- Updated dependencies [16de88c]
|
|
1439
|
+
- Updated dependencies [1c3c541]
|
|
1440
|
+
- Updated dependencies [de2359d]
|
|
1441
|
+
- Updated dependencies [0d72f34]
|
|
1442
|
+
- effect-app@4.0.0-beta.13
|
|
1443
|
+
|
|
1444
|
+
## 4.0.0-beta.12
|
|
1445
|
+
|
|
1446
|
+
### Patch Changes
|
|
1447
|
+
|
|
1448
|
+
- 622d54a: Configure Changesets fixed versioning for public packages.
|
|
1449
|
+
- Updated dependencies [622d54a]
|
|
1450
|
+
- effect-app@4.0.0-beta.12
|
|
1451
|
+
|
|
1452
|
+
## 4.0.0-beta.11
|
|
1453
|
+
|
|
1454
|
+
### Patch Changes
|
|
1455
|
+
|
|
1456
|
+
- Updated dependencies [01c70d0]
|
|
1457
|
+
- effect-app@4.0.0-beta.10
|
|
1458
|
+
|
|
1459
|
+
## 4.0.0-beta.10
|
|
1460
|
+
|
|
1461
|
+
### Patch Changes
|
|
1462
|
+
|
|
1463
|
+
- 5727372: switch to NdJson
|
|
1464
|
+
- Updated dependencies [5727372]
|
|
1465
|
+
- effect-app@4.0.0-beta.9
|
|
1466
|
+
|
|
1467
|
+
## 4.0.0-beta.9
|
|
1468
|
+
|
|
1469
|
+
### Patch Changes
|
|
1470
|
+
|
|
1471
|
+
- Updated dependencies [1f336bc]
|
|
1472
|
+
- effect-app@4.0.0-beta.8
|
|
1473
|
+
|
|
1474
|
+
## 4.0.0-beta.8
|
|
1475
|
+
|
|
1476
|
+
### Patch Changes
|
|
1477
|
+
|
|
1478
|
+
- Updated dependencies [62b4989]
|
|
1479
|
+
- effect-app@4.0.0-beta.7
|
|
1480
|
+
|
|
1481
|
+
## 4.0.0-beta.7
|
|
1482
|
+
|
|
1483
|
+
### Patch Changes
|
|
1484
|
+
|
|
1485
|
+
- 418b80e: fix lock
|
|
1486
|
+
|
|
1487
|
+
## 4.0.0-beta.6
|
|
1488
|
+
|
|
1489
|
+
### Patch Changes
|
|
1490
|
+
|
|
1491
|
+
- Updated dependencies [df75041]
|
|
1492
|
+
- effect-app@4.0.0-beta.6
|
|
1493
|
+
|
|
1494
|
+
## 4.0.0-beta.5
|
|
1495
|
+
|
|
1496
|
+
### Patch Changes
|
|
1497
|
+
|
|
1498
|
+
- 016c5a3: adapt isObject change
|
|
1499
|
+
- Updated dependencies [016c5a3]
|
|
1500
|
+
- effect-app@4.0.0-beta.5
|
|
1501
|
+
|
|
1502
|
+
## 4.0.0-beta.4
|
|
1503
|
+
|
|
1504
|
+
### Patch Changes
|
|
1505
|
+
|
|
1506
|
+
- Updated dependencies [88b90c3]
|
|
1507
|
+
- effect-app@4.0.0-beta.4
|
|
1508
|
+
|
|
1509
|
+
## 4.0.0-beta.3
|
|
1510
|
+
|
|
1511
|
+
### Patch Changes
|
|
1512
|
+
|
|
1513
|
+
- 3a7abae: fix bs
|
|
1514
|
+
- Updated dependencies [3a7abae]
|
|
1515
|
+
- effect-app@4.0.0-beta.3
|
|
1516
|
+
|
|
3
1517
|
## 4.0.0-beta.2
|
|
4
1518
|
|
|
5
1519
|
### Major Changes
|