@effect-app/infra 4.0.0-beta.12 → 4.0.0-beta.121

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.
Files changed (176) hide show
  1. package/CHANGELOG.md +802 -0
  2. package/dist/CUPS.d.ts +3 -3
  3. package/dist/CUPS.d.ts.map +1 -1
  4. package/dist/CUPS.js +3 -3
  5. package/dist/Emailer/service.d.ts +3 -3
  6. package/dist/Emailer/service.d.ts.map +1 -1
  7. package/dist/Emailer/service.js +3 -3
  8. package/dist/MainFiberSet.d.ts +2 -2
  9. package/dist/MainFiberSet.d.ts.map +1 -1
  10. package/dist/MainFiberSet.js +3 -3
  11. package/dist/Model/Repository/Registry.d.ts +20 -0
  12. package/dist/Model/Repository/Registry.d.ts.map +1 -0
  13. package/dist/Model/Repository/Registry.js +17 -0
  14. package/dist/Model/Repository/internal/internal.d.ts +3 -3
  15. package/dist/Model/Repository/internal/internal.d.ts.map +1 -1
  16. package/dist/Model/Repository/internal/internal.js +22 -16
  17. package/dist/Model/Repository/makeRepo.d.ts +5 -4
  18. package/dist/Model/Repository/makeRepo.d.ts.map +1 -1
  19. package/dist/Model/Repository/makeRepo.js +4 -1
  20. package/dist/Model/Repository/service.d.ts +5 -0
  21. package/dist/Model/Repository/service.d.ts.map +1 -1
  22. package/dist/Model/Repository/validation.d.ts +7 -6
  23. package/dist/Model/Repository/validation.d.ts.map +1 -1
  24. package/dist/Model/Repository.d.ts +1 -0
  25. package/dist/Model/Repository.d.ts.map +1 -1
  26. package/dist/Model/Repository.js +2 -1
  27. package/dist/Model/query/dsl.d.ts +9 -9
  28. package/dist/Model/query/new-kid-interpreter.d.ts +2 -2
  29. package/dist/Model/query/new-kid-interpreter.d.ts.map +1 -1
  30. package/dist/Model/query/new-kid-interpreter.js +3 -3
  31. package/dist/Model.d.ts +1 -0
  32. package/dist/Model.d.ts.map +1 -1
  33. package/dist/Model.js +2 -1
  34. package/dist/Operations.d.ts +2 -2
  35. package/dist/Operations.d.ts.map +1 -1
  36. package/dist/Operations.js +3 -3
  37. package/dist/OperationsRepo.d.ts +3 -3
  38. package/dist/OperationsRepo.d.ts.map +1 -1
  39. package/dist/OperationsRepo.js +3 -3
  40. package/dist/QueueMaker/SQLQueue.d.ts +2 -4
  41. package/dist/QueueMaker/SQLQueue.d.ts.map +1 -1
  42. package/dist/QueueMaker/SQLQueue.js +8 -6
  43. package/dist/QueueMaker/errors.d.ts +1 -1
  44. package/dist/QueueMaker/errors.d.ts.map +1 -1
  45. package/dist/QueueMaker/memQueue.js +3 -3
  46. package/dist/QueueMaker/sbqueue.js +3 -3
  47. package/dist/RequestContext.d.ts +22 -17
  48. package/dist/RequestContext.d.ts.map +1 -1
  49. package/dist/RequestContext.js +5 -5
  50. package/dist/RequestFiberSet.d.ts +2 -2
  51. package/dist/RequestFiberSet.d.ts.map +1 -1
  52. package/dist/RequestFiberSet.js +5 -5
  53. package/dist/Store/ContextMapContainer.d.ts +19 -3
  54. package/dist/Store/ContextMapContainer.d.ts.map +1 -1
  55. package/dist/Store/ContextMapContainer.js +13 -3
  56. package/dist/Store/Cosmos.d.ts.map +1 -1
  57. package/dist/Store/Cosmos.js +136 -68
  58. package/dist/Store/Disk.d.ts.map +1 -1
  59. package/dist/Store/Disk.js +24 -21
  60. package/dist/Store/Memory.d.ts +2 -2
  61. package/dist/Store/Memory.d.ts.map +1 -1
  62. package/dist/Store/Memory.js +26 -21
  63. package/dist/Store/SQL/Pg.d.ts +4 -0
  64. package/dist/Store/SQL/Pg.d.ts.map +1 -0
  65. package/dist/Store/SQL/Pg.js +191 -0
  66. package/dist/Store/SQL/query.d.ts +38 -0
  67. package/dist/Store/SQL/query.d.ts.map +1 -0
  68. package/dist/Store/SQL/query.js +367 -0
  69. package/dist/Store/SQL.d.ts +20 -0
  70. package/dist/Store/SQL.d.ts.map +1 -0
  71. package/dist/Store/SQL.js +381 -0
  72. package/dist/Store/index.d.ts +4 -1
  73. package/dist/Store/index.d.ts.map +1 -1
  74. package/dist/Store/index.js +15 -3
  75. package/dist/Store/service.d.ts +16 -5
  76. package/dist/Store/service.d.ts.map +1 -1
  77. package/dist/Store/service.js +24 -6
  78. package/dist/adapters/ServiceBus.d.ts +6 -6
  79. package/dist/adapters/ServiceBus.d.ts.map +1 -1
  80. package/dist/adapters/ServiceBus.js +9 -9
  81. package/dist/adapters/cosmos-client.d.ts +2 -2
  82. package/dist/adapters/cosmos-client.d.ts.map +1 -1
  83. package/dist/adapters/cosmos-client.js +3 -3
  84. package/dist/adapters/logger.d.ts.map +1 -1
  85. package/dist/adapters/memQueue.d.ts +2 -2
  86. package/dist/adapters/memQueue.d.ts.map +1 -1
  87. package/dist/adapters/memQueue.js +3 -3
  88. package/dist/adapters/mongo-client.d.ts +2 -2
  89. package/dist/adapters/mongo-client.d.ts.map +1 -1
  90. package/dist/adapters/mongo-client.js +3 -3
  91. package/dist/adapters/redis-client.d.ts +3 -3
  92. package/dist/adapters/redis-client.d.ts.map +1 -1
  93. package/dist/adapters/redis-client.js +3 -3
  94. package/dist/api/ContextProvider.d.ts +6 -6
  95. package/dist/api/ContextProvider.d.ts.map +1 -1
  96. package/dist/api/ContextProvider.js +6 -6
  97. package/dist/api/internal/auth.d.ts +1 -1
  98. package/dist/api/internal/events.d.ts +2 -2
  99. package/dist/api/internal/events.d.ts.map +1 -1
  100. package/dist/api/internal/events.js +11 -7
  101. package/dist/api/layerUtils.d.ts +5 -5
  102. package/dist/api/layerUtils.d.ts.map +1 -1
  103. package/dist/api/layerUtils.js +5 -5
  104. package/dist/api/routing/middleware/RouterMiddleware.d.ts +3 -3
  105. package/dist/api/routing/middleware/RouterMiddleware.d.ts.map +1 -1
  106. package/dist/api/routing/middleware/middleware.d.ts +35 -1
  107. package/dist/api/routing/middleware/middleware.d.ts.map +1 -1
  108. package/dist/api/routing/middleware/middleware.js +39 -1
  109. package/dist/api/routing.d.ts +1 -5
  110. package/dist/api/routing.d.ts.map +1 -1
  111. package/dist/api/routing.js +3 -2
  112. package/dist/api/setupRequest.d.ts +6 -3
  113. package/dist/api/setupRequest.d.ts.map +1 -1
  114. package/dist/api/setupRequest.js +11 -6
  115. package/dist/logger.d.ts.map +1 -1
  116. package/examples/query.ts +30 -26
  117. package/package.json +36 -18
  118. package/src/CUPS.ts +2 -2
  119. package/src/Emailer/service.ts +2 -2
  120. package/src/MainFiberSet.ts +2 -2
  121. package/src/Model/Repository/Registry.ts +33 -0
  122. package/src/Model/Repository/internal/internal.ts +76 -59
  123. package/src/Model/Repository/makeRepo.ts +7 -4
  124. package/src/Model/Repository/service.ts +6 -0
  125. package/src/Model/Repository.ts +1 -0
  126. package/src/Model/query/new-kid-interpreter.ts +2 -2
  127. package/src/Model.ts +1 -0
  128. package/src/Operations.ts +2 -2
  129. package/src/OperationsRepo.ts +2 -2
  130. package/src/QueueMaker/SQLQueue.ts +8 -7
  131. package/src/QueueMaker/memQueue.ts +2 -2
  132. package/src/QueueMaker/sbqueue.ts +2 -2
  133. package/src/RequestContext.ts +4 -4
  134. package/src/RequestFiberSet.ts +4 -4
  135. package/src/Store/ContextMapContainer.ts +41 -2
  136. package/src/Store/Cosmos.ts +350 -255
  137. package/src/Store/Disk.ts +37 -33
  138. package/src/Store/Memory.ts +29 -22
  139. package/src/Store/SQL/Pg.ts +321 -0
  140. package/src/Store/SQL/query.ts +409 -0
  141. package/src/Store/SQL.ts +674 -0
  142. package/src/Store/index.ts +17 -2
  143. package/src/Store/service.ts +31 -7
  144. package/src/adapters/ServiceBus.ts +8 -8
  145. package/src/adapters/cosmos-client.ts +2 -2
  146. package/src/adapters/memQueue.ts +2 -2
  147. package/src/adapters/mongo-client.ts +2 -2
  148. package/src/adapters/redis-client.ts +2 -2
  149. package/src/api/ContextProvider.ts +11 -11
  150. package/src/api/internal/events.ts +14 -9
  151. package/src/api/layerUtils.ts +8 -8
  152. package/src/api/routing/middleware/RouterMiddleware.ts +4 -4
  153. package/src/api/routing/middleware/middleware.ts +43 -0
  154. package/src/api/routing.ts +3 -3
  155. package/src/api/setupRequest.ts +27 -7
  156. package/test/contextProvider.test.ts +11 -11
  157. package/test/controller.test.ts +12 -9
  158. package/test/dist/contextProvider.test.d.ts.map +1 -1
  159. package/test/dist/controller.test.d.ts.map +1 -1
  160. package/test/dist/date-query.test.d.ts.map +1 -0
  161. package/test/dist/fixtures.d.ts +20 -10
  162. package/test/dist/fixtures.d.ts.map +1 -1
  163. package/test/dist/fixtures.js +11 -9
  164. package/test/dist/query.test.d.ts.map +1 -1
  165. package/test/dist/rawQuery.test.d.ts.map +1 -1
  166. package/test/dist/requires.test.d.ts.map +1 -1
  167. package/test/dist/rpc-multi-middleware.test.d.ts.map +1 -1
  168. package/test/dist/sql-store.test.d.ts.map +1 -0
  169. package/test/fixtures.ts +10 -8
  170. package/test/query.test.ts +209 -33
  171. package/test/rawQuery.test.ts +22 -18
  172. package/test/requires.test.ts +6 -5
  173. package/test/rpc-multi-middleware.test.ts +72 -3
  174. package/test/sql-store.test.ts +1064 -0
  175. package/test/validateSample.test.ts +12 -9
  176. package/tsconfig.json +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,807 @@
1
1
  # @effect-app/infra
2
2
 
3
+ ## 4.0.0-beta.121
4
+
5
+ ### Patch Changes
6
+
7
+ - 1015582: Fix `Q.project` field selection with `Schema.encodeKeys` by deriving selected fields from the encoded schema shape.
8
+ - Updated dependencies [5ac46cb]
9
+ - effect-app@4.0.0-beta.121
10
+
11
+ ## 4.0.0-beta.120
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [f21190c]
16
+ - effect-app@4.0.0-beta.120
17
+
18
+ ## 4.0.0-beta.119
19
+
20
+ ### Patch Changes
21
+
22
+ - db7ba34: Filter SSE events stream by storeId namespace
23
+ - effect-app@4.0.0-beta.119
24
+
25
+ ## 4.0.0-beta.118
26
+
27
+ ### Patch Changes
28
+
29
+ - Update effect packages to 4.0.0-beta.52
30
+ - Updated dependencies [bd26832]
31
+ - Updated dependencies [08d2e70]
32
+ - Updated dependencies
33
+ - effect-app@4.0.0-beta.118
34
+
35
+ ## 4.0.0-beta.117
36
+
37
+ ### Patch Changes
38
+
39
+ - 1d85785: Wrap store seed effects with `Effect.uninterruptible` to prevent interruption during seeding
40
+ - effect-app@4.0.0-beta.117
41
+
42
+ ## 4.0.0-beta.116
43
+
44
+ ### Patch Changes
45
+
46
+ - 7d5cefc: SQL and Pg stores now scope seed migration records by namespace and table name in shared databases to avoid cross-namespace seed collisions.
47
+ - effect-app@4.0.0-beta.116
48
+
49
+ ## 4.0.0-beta.115
50
+
51
+ ### Patch Changes
52
+
53
+ - 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.
54
+ - effect-app@4.0.0-beta.115
55
+
56
+ ## 4.0.0-beta.114
57
+
58
+ ### Patch Changes
59
+
60
+ - 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.
61
+ - effect-app@4.0.0-beta.114
62
+
63
+ ## 4.0.0-beta.113
64
+
65
+ ### Minor Changes
66
+
67
+ - 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.
68
+
69
+ 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.
70
+
71
+ 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.
72
+
73
+ ### Patch Changes
74
+
75
+ - effect-app@4.0.0-beta.113
76
+
77
+ ## 4.0.0-beta.112
78
+
79
+ ### Patch Changes
80
+
81
+ - 8a4a6d2: fup
82
+ - effect-app@4.0.0-beta.112
83
+
84
+ ## 4.0.0-beta.111
85
+
86
+ ### Patch Changes
87
+
88
+ - ca94edf: fix typo
89
+ - Updated dependencies [ca94edf]
90
+ - effect-app@4.0.0-beta.111
91
+
92
+ ## 4.0.0-beta.110
93
+
94
+ ### Minor Changes
95
+
96
+ - 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`.
97
+
98
+ ### Patch Changes
99
+
100
+ - effect-app@4.0.0-beta.110
101
+
102
+ ## 4.0.0-beta.109
103
+
104
+ ### Patch Changes
105
+
106
+ - 82f66f1: use uninterruptiple
107
+ - effect-app@4.0.0-beta.109
108
+
109
+ ## 4.0.0-beta.108
110
+
111
+ ### Patch Changes
112
+
113
+ - Updated dependencies [3e46e7b]
114
+ - effect-app@4.0.0-beta.108
115
+
116
+ ## 4.0.0-beta.107
117
+
118
+ ### Patch Changes
119
+
120
+ - 902ca1b: fix
121
+ - effect-app@4.0.0-beta.107
122
+
123
+ ## 4.0.0-beta.106
124
+
125
+ ### Patch Changes
126
+
127
+ - f22a026: Use `Effect.cached` in `getOrCreateStoreEffect` for proper memoization of the resolver effect.
128
+ - effect-app@4.0.0-beta.106
129
+
130
+ ## 4.0.0-beta.105
131
+
132
+ ### Minor Changes
133
+
134
+ - 3d732b1: Rewrite `withRequestResolverCache` to use official `RequestResolver.withCache`, creating a cached resolver per ContextMap via `getOrCreateStoreEffect` with semaphore-guarded initialization.
135
+
136
+ ### Patch Changes
137
+
138
+ - 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.
139
+ - 5773159: Add `itemType` annotation to all repository spans
140
+ - effect-app@4.0.0-beta.105
141
+
142
+ ## 4.0.0-beta.104
143
+
144
+ ### Patch Changes
145
+
146
+ - Updated dependencies [e944bca]
147
+ - effect-app@4.0.0-beta.104
148
+
149
+ ## 4.0.0-beta.103
150
+
151
+ ### Patch Changes
152
+
153
+ - Updated dependencies [7119320]
154
+ - effect-app@4.0.0-beta.103
155
+
156
+ ## 4.0.0-beta.102
157
+
158
+ ### Patch Changes
159
+
160
+ - 62627e9: Fix boolean handling in SQL SELECT and WHERE
161
+ - effect-app@4.0.0-beta.102
162
+
163
+ ## 4.0.0-beta.101
164
+
165
+ ### Patch Changes
166
+
167
+ - effect-app@4.0.0-beta.101
168
+
169
+ ## 4.0.0-beta.100
170
+
171
+ ### Patch Changes
172
+
173
+ - 43611c7: enable cosmosdb large partition key hashes
174
+ - effect-app@4.0.0-beta.100
175
+
176
+ ## 4.0.0-beta.99
177
+
178
+ ### Patch Changes
179
+
180
+ - 6a0e008: remove artificial Cosmos bulkSet delays
181
+ - effect-app@4.0.0-beta.99
182
+
183
+ ## 4.0.0-beta.98
184
+
185
+ ### Patch Changes
186
+
187
+ - 5aed2e3: Add span to Cosmos `batchRemove` and include `namespace` attribute on all Cosmos store spans.
188
+ - effect-app@4.0.0-beta.98
189
+
190
+ ## 4.0.0-beta.97
191
+
192
+ ### Patch Changes
193
+
194
+ - 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.
195
+ - effect-app@4.0.0-beta.97
196
+
197
+ ## 4.0.0-beta.96
198
+
199
+ ### Patch Changes
200
+
201
+ - Updated dependencies [5615e47]
202
+ - effect-app@4.0.0-beta.96
203
+
204
+ ## 4.0.0-beta.95
205
+
206
+ ### Patch Changes
207
+
208
+ - 88838fb: Remove pick/omit customizations from Class/TaggedClass/Struct/TaggedStruct. Use `Struct.pick(X.fields, [...])` from `effect-app` instead.
209
+ - Updated dependencies [88838fb]
210
+ - effect-app@4.0.0-beta.95
211
+
212
+ ## 4.0.0-beta.94
213
+
214
+ ### Patch Changes
215
+
216
+ - effect-app@4.0.0-beta.94
217
+
218
+ ## 4.0.0-beta.93
219
+
220
+ ### Patch Changes
221
+
222
+ - 2d85646: fix SQL includes-any/all double-quoting values for SQLite (JSON.stringify only needed for Postgres jsonb)
223
+ - effect-app@4.0.0-beta.93
224
+
225
+ ## 4.0.0-beta.92
226
+
227
+ ### Patch Changes
228
+
229
+ - b4ffee0: fix SQL whereEvery double-negation bug causing wrong query when operators like notIn are used (especially with empty arrays)
230
+ - effect-app@4.0.0-beta.92
231
+
232
+ ## 4.0.0-beta.91
233
+
234
+ ### Patch Changes
235
+
236
+ - Updated dependencies [738b482]
237
+ - effect-app@4.0.0-beta.91
238
+
239
+ ## 4.0.0-beta.90
240
+
241
+ ### Patch Changes
242
+
243
+ - d786b91: Fix SQL `whereSome`/`whereEvery` array relation queries using `EXISTS` with `json_each` (SQLite) / `jsonb_array_elements` (Pg).
244
+ - effect-app@4.0.0-beta.90
245
+
246
+ ## 4.0.0-beta.89
247
+
248
+ ### Patch Changes
249
+
250
+ - 9a9e46c: Fix SQL select queries to read `_etag` from column instead of JSON data, preventing INSERT on update.
251
+ - effect-app@4.0.0-beta.89
252
+
253
+ ## 4.0.0-beta.88
254
+
255
+ ### Patch Changes
256
+
257
+ - dfd5562: Fix SQL `IN`/`NOT IN` with null values to use `IS NULL`/`IS NOT NULL` instead of `IN (NULL, ...)`.
258
+ - effect-app@4.0.0-beta.88
259
+
260
+ ## 4.0.0-beta.87
261
+
262
+ ### Patch Changes
263
+
264
+ - 5a709d1: Fix SQLite select query type coercion using `json_quote` and apply defaultValues in SQL WHERE clauses via `COALESCE`.
265
+ - effect-app@4.0.0-beta.87
266
+
267
+ ## 4.0.0-beta.86
268
+
269
+ ### Patch Changes
270
+
271
+ - 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.
272
+ - effect-app@4.0.0-beta.86
273
+
274
+ ## 4.0.0-beta.85
275
+
276
+ ### Patch Changes
277
+
278
+ - 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.
279
+ - effect-app@4.0.0-beta.85
280
+
281
+ ## 4.0.0-beta.84
282
+
283
+ ### Patch Changes
284
+
285
+ - 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).
286
+ - effect-app@4.0.0-beta.84
287
+
288
+ ## 4.0.0-beta.83
289
+
290
+ ### Patch Changes
291
+
292
+ - 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.
293
+ - effect-app@4.0.0-beta.83
294
+
295
+ ## 4.0.0-beta.82
296
+
297
+ ### Minor Changes
298
+
299
+ - 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.
300
+ - 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.
301
+ - 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.
302
+ - 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`.
303
+
304
+ ### Patch Changes
305
+
306
+ - effect-app@4.0.0-beta.82
307
+
308
+ ## 4.0.0-beta.81
309
+
310
+ ### Minor Changes
311
+
312
+ - fd67f0b: Add `withRequestResolverCache` to scope RequestResolver cache to the ContextMap (request-scoped). Add `getOrCreateStore` to ContextMap for generic scoped storage.
313
+
314
+ ### Patch Changes
315
+
316
+ - effect-app@4.0.0-beta.81
317
+
318
+ ## 4.0.0-beta.80
319
+
320
+ ### Patch Changes
321
+
322
+ - eaf0115: enforce local
323
+ - effect-app@4.0.0-beta.80
324
+
325
+ ## 4.0.0-beta.79
326
+
327
+ ### Patch Changes
328
+
329
+ - 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).
330
+ - Updated dependencies [d16845e]
331
+ - effect-app@4.0.0-beta.79
332
+
333
+ ## 4.0.0-beta.78
334
+
335
+ ### Minor Changes
336
+
337
+ - 818e047: Router `matchFor` no longer requires `meta` property on resource when requests carry `moduleName` from `TaggedRequestFor`
338
+
339
+ ### Patch Changes
340
+
341
+ - effect-app@4.0.0-beta.78
342
+
343
+ ## 4.0.0-beta.77
344
+
345
+ ### Patch Changes
346
+
347
+ - Updated dependencies [3613e87]
348
+ - effect-app@4.0.0-beta.77
349
+
350
+ ## 4.0.0-beta.76
351
+
352
+ ### Patch Changes
353
+
354
+ - fac725d: update effect to latest beta
355
+ - Updated dependencies [a5248a9]
356
+ - Updated dependencies [fac725d]
357
+ - effect-app@4.0.0-beta.76
358
+
359
+ ## 4.0.0-beta.75
360
+
361
+ ### Patch Changes
362
+
363
+ - Updated dependencies [24f0a5a]
364
+ - effect-app@4.0.0-beta.75
365
+
366
+ ## 4.0.0-beta.74
367
+
368
+ ### Patch Changes
369
+
370
+ - Updated dependencies [54ec1ef]
371
+ - effect-app@4.0.0-beta.74
372
+
373
+ ## 4.0.0-beta.73
374
+
375
+ ### Patch Changes
376
+
377
+ - b53c59e: fix signature
378
+ - effect-app@4.0.0-beta.73
379
+
380
+ ## 4.0.0-beta.72
381
+
382
+ ### Patch Changes
383
+
384
+ - Updated dependencies [0541f0d]
385
+ - effect-app@4.0.0-beta.72
386
+
387
+ ## 4.0.0-beta.71
388
+
389
+ ### Patch Changes
390
+
391
+ - beae3a0: Remove `withDefaultConstructor` wrapper, use `S.withConstructorDefault` directly with `Effect.succeed`/`Effect.sync`.
392
+ - Updated dependencies [beae3a0]
393
+ - effect-app@4.0.0-beta.71
394
+
395
+ ## 4.0.0-beta.70
396
+
397
+ ### Patch Changes
398
+
399
+ - fdb9cb3: cleanup
400
+ - effect-app@4.0.0-beta.70
401
+
402
+ ## 4.0.0-beta.69
403
+
404
+ ### Patch Changes
405
+
406
+ - dc465e3: update to latest effect beta
407
+ - Updated dependencies [dc465e3]
408
+ - effect-app@4.0.0-beta.69
409
+
410
+ ## 4.0.0-beta.68
411
+
412
+ ### Patch Changes
413
+
414
+ - Updated dependencies [e6f2341]
415
+ - effect-app@4.0.0-beta.68
416
+
417
+ ## 4.0.0-beta.67
418
+
419
+ ### Patch Changes
420
+
421
+ - effect-app@4.0.0-beta.67
422
+
423
+ ## 4.0.0-beta.66
424
+
425
+ ### Patch Changes
426
+
427
+ - Updated dependencies [edc52e4]
428
+ - effect-app@4.0.0-beta.66
429
+
430
+ ## 4.0.0-beta.65
431
+
432
+ ### Patch Changes
433
+
434
+ - Updated dependencies [31739d7]
435
+ - Updated dependencies [1f103b2]
436
+ - effect-app@4.0.0-beta.65
437
+
438
+ ## 4.0.0-beta.64
439
+
440
+ ### Patch Changes
441
+
442
+ - Updated dependencies [c1a6fdc]
443
+ - effect-app@4.0.0-beta.64
444
+
445
+ ## 4.0.0-beta.63
446
+
447
+ ### Patch Changes
448
+
449
+ - 1f9d7da: fix missing toCodecJson usages
450
+ - effect-app@4.0.0-beta.63
451
+
452
+ ## 4.0.0-beta.62
453
+
454
+ ### Patch Changes
455
+
456
+ - Updated dependencies [0b21a02]
457
+ - effect-app@4.0.0-beta.62
458
+
459
+ ## 4.0.0-beta.61
460
+
461
+ ### Patch Changes
462
+
463
+ - effect-app@4.0.0-beta.61
464
+
465
+ ## 4.0.0-beta.60
466
+
467
+ ### Patch Changes
468
+
469
+ - 29c39d2: Fix repository `find` with transformed id fields in tagged union schemas
470
+ - effect-app@4.0.0-beta.60
471
+
472
+ ## 4.0.0-beta.59
473
+
474
+ ### Patch Changes
475
+
476
+ - cec026d: update packages
477
+ - Updated dependencies [cec026d]
478
+ - effect-app@4.0.0-beta.59
479
+
480
+ ## 4.0.0-beta.58
481
+
482
+ ### Patch Changes
483
+
484
+ - effect-app@4.0.0-beta.58
485
+
486
+ ## 4.0.0-beta.57
487
+
488
+ ### Patch Changes
489
+
490
+ - fbf47b8: Fix repository `find` with transformed id fields (e.g. composite ids using `decodeTo`)
491
+ - effect-app@4.0.0-beta.57
492
+
493
+ ## 4.0.0-beta.56
494
+
495
+ ### Patch Changes
496
+
497
+ - effect-app@4.0.0-beta.56
498
+
499
+ ## 4.0.0-beta.55
500
+
501
+ ### Patch Changes
502
+
503
+ - effect-app@4.0.0-beta.55
504
+
505
+ ## 4.0.0-beta.54
506
+
507
+ ### Patch Changes
508
+
509
+ - d867272: the return of `Context`
510
+ - Updated dependencies [d867272]
511
+ - effect-app@4.0.0-beta.54
512
+
513
+ ## 4.0.0-beta.53
514
+
515
+ ### Patch Changes
516
+
517
+ - Updated dependencies [ee9694e]
518
+ - effect-app@4.0.0-beta.53
519
+
520
+ ## 4.0.0-beta.52
521
+
522
+ ### Patch Changes
523
+
524
+ - Updated dependencies [6252808]
525
+ - effect-app@4.0.0-beta.52
526
+
527
+ ## 4.0.0-beta.51
528
+
529
+ ### Patch Changes
530
+
531
+ - effect-app@4.0.0-beta.51
532
+
533
+ ## 4.0.0-beta.50
534
+
535
+ ### Patch Changes
536
+
537
+ - effect-app@4.0.0-beta.50
538
+
539
+ ## 4.0.0-beta.49
540
+
541
+ ### Patch Changes
542
+
543
+ - Updated dependencies [e585c9c]
544
+ - effect-app@4.0.0-beta.49
545
+
546
+ ## 4.0.0-beta.48
547
+
548
+ ### Patch Changes
549
+
550
+ - Updated dependencies [0c88f78]
551
+ - effect-app@4.0.0-beta.48
552
+
553
+ ## 4.0.0-beta.47
554
+
555
+ ### Patch Changes
556
+
557
+ - Updated dependencies [3365758]
558
+ - effect-app@4.0.0-beta.47
559
+
560
+ ## 4.0.0-beta.46
561
+
562
+ ### Patch Changes
563
+
564
+ - effect-app@4.0.0-beta.46
565
+
566
+ ## 4.0.0-beta.45
567
+
568
+ ### Patch Changes
569
+
570
+ - 10b55ff: update packages
571
+ - Updated dependencies [10b55ff]
572
+ - effect-app@4.0.0-beta.45
573
+
574
+ ## 4.0.0-beta.44
575
+
576
+ ### Patch Changes
577
+
578
+ - a37aa38: Update to effect beta 43
579
+ - Updated dependencies [a37aa38]
580
+ - effect-app@4.0.0-beta.44
581
+
582
+ ## 4.0.0-beta.43
583
+
584
+ ### Patch Changes
585
+
586
+ - dab6992: no need for .lock.lock
587
+ - effect-app@4.0.0-beta.43
588
+
589
+ ## 4.0.0-beta.42
590
+
591
+ ### Patch Changes
592
+
593
+ - effect-app@4.0.0-beta.42
594
+
595
+ ## 4.0.0-beta.41
596
+
597
+ ### Patch Changes
598
+
599
+ - effect-app@4.0.0-beta.41
600
+
601
+ ## 4.0.0-beta.40
602
+
603
+ ### Patch Changes
604
+
605
+ - effect-app@4.0.0-beta.40
606
+
607
+ ## 4.0.0-beta.39
608
+
609
+ ### Patch Changes
610
+
611
+ - Updated dependencies [10e90d5]
612
+ - effect-app@4.0.0-beta.39
613
+
614
+ ## 4.0.0-beta.38
615
+
616
+ ### Patch Changes
617
+
618
+ - Updated dependencies [0b3e00e]
619
+ - effect-app@4.0.0-beta.38
620
+
621
+ ## 4.0.0-beta.37
622
+
623
+ ### Patch Changes
624
+
625
+ - Updated dependencies [947fe20]
626
+ - effect-app@4.0.0-beta.37
627
+
628
+ ## 4.0.0-beta.36
629
+
630
+ ### Patch Changes
631
+
632
+ - effect-app@4.0.0-beta.36
633
+
634
+ ## 4.0.0-beta.35
635
+
636
+ ### Patch Changes
637
+
638
+ - effect-app@4.0.0-beta.35
639
+
640
+ ## 4.0.0-beta.34
641
+
642
+ ### Patch Changes
643
+
644
+ - 8c645d5: update to latest effect
645
+ - Updated dependencies [8c645d5]
646
+ - effect-app@4.0.0-beta.34
647
+
648
+ ## 4.0.0-beta.33
649
+
650
+ ### Patch Changes
651
+
652
+ - 4b95009: use Finite instead of Number
653
+ - Updated dependencies [4b95009]
654
+ - effect-app@4.0.0-beta.33
655
+
656
+ ## 4.0.0-beta.32
657
+
658
+ ### Patch Changes
659
+
660
+ - Updated dependencies [01d862a]
661
+ - effect-app@4.0.0-beta.32
662
+
663
+ ## 4.0.0-beta.31
664
+
665
+ ### Patch Changes
666
+
667
+ - Updated dependencies [6b6d601]
668
+ - effect-app@4.0.0-beta.31
669
+
670
+ ## 4.0.0-beta.30
671
+
672
+ ### Patch Changes
673
+
674
+ - Updated dependencies [5ec1f45]
675
+ - effect-app@4.0.0-beta.30
676
+
677
+ ## 4.0.0-beta.29
678
+
679
+ ### Patch Changes
680
+
681
+ - Updated dependencies [a899d46]
682
+ - effect-app@4.0.0-beta.29
683
+
684
+ ## 4.0.0-beta.28
685
+
686
+ ### Patch Changes
687
+
688
+ - Updated dependencies [0099208]
689
+ - effect-app@4.0.0-beta.28
690
+
691
+ ## 4.0.0-beta.27
692
+
693
+ ### Patch Changes
694
+
695
+ - 601a1ff: update effect to 4.0.0-beta.37 and drop the Schema Class disableValidation workaround now that the patched effect schema covers it
696
+ - Updated dependencies [601a1ff]
697
+ - effect-app@4.0.0-beta.27
698
+
699
+ ## 4.0.0-beta.26
700
+
701
+ ### Patch Changes
702
+
703
+ - Updated dependencies [4da28e2]
704
+ - effect-app@4.0.0-beta.26
705
+
706
+ ## 4.0.0-beta.25
707
+
708
+ ### Patch Changes
709
+
710
+ - Updated dependencies [6282d4b]
711
+ - effect-app@4.0.0-beta.25
712
+
713
+ ## 4.0.0-beta.24
714
+
715
+ ### Patch Changes
716
+
717
+ - Updated dependencies [32f71bf]
718
+ - effect-app@4.0.0-beta.24
719
+
720
+ ## 4.0.0-beta.23
721
+
722
+ ### Patch Changes
723
+
724
+ - Updated dependencies [ea08a79]
725
+ - effect-app@4.0.0-beta.23
726
+
727
+ ## 4.0.0-beta.22
728
+
729
+ ### Patch Changes
730
+
731
+ - effect-app@4.0.0-beta.22
732
+
733
+ ## 4.0.0-beta.21
734
+
735
+ ### Patch Changes
736
+
737
+ - 75c72ee: update effect to 4.0.0-beta.36, adapt to Option<A> revert from A | undefined
738
+ - Updated dependencies [0d349e7]
739
+ - Updated dependencies [75c72ee]
740
+ - effect-app@4.0.0-beta.21
741
+
742
+ ## 4.0.0-beta.20
743
+
744
+ ### Patch Changes
745
+
746
+ - 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.
747
+ - Updated dependencies [aa921db]
748
+ - effect-app@4.0.0-beta.20
749
+
750
+ ## 4.0.0-beta.19
751
+
752
+ ### Patch Changes
753
+
754
+ - Updated dependencies [ffc10a4]
755
+ - effect-app@4.0.0-beta.19
756
+
757
+ ## 4.0.0-beta.18
758
+
759
+ ### Patch Changes
760
+
761
+ - Updated dependencies [e9dbbdd]
762
+ - effect-app@4.0.0-beta.18
763
+
764
+ ## 4.0.0-beta.17
765
+
766
+ ### Patch Changes
767
+
768
+ - Updated dependencies [c8a6a3f]
769
+ - effect-app@4.0.0-beta.17
770
+
771
+ ## 4.0.0-beta.16
772
+
773
+ ### Patch Changes
774
+
775
+ - Updated dependencies [56db2c4]
776
+ - effect-app@4.0.0-beta.16
777
+
778
+ ## 4.0.0-beta.15
779
+
780
+ ### Patch Changes
781
+
782
+ - a3c9cc8: fix SSE event stream merge in pipe usage
783
+ - Updated dependencies [20186b6]
784
+ - effect-app@4.0.0-beta.15
785
+
786
+ ## 4.0.0-beta.14
787
+
788
+ ### Patch Changes
789
+
790
+ - effect-app@4.0.0-beta.14
791
+
792
+ ## 4.0.0-beta.13
793
+
794
+ ### Patch Changes
795
+
796
+ - 1c3c541: Update Effect dependencies to 4.0.0-beta.31 across workspace packages.
797
+ - de2359d: Update Effect dependencies to 4.0.0-beta.28 across workspace packages.
798
+ - 0d72f34: Update Effect dependencies to 4.0.0-beta.29 across workspace packages.
799
+ - Updated dependencies [16de88c]
800
+ - Updated dependencies [1c3c541]
801
+ - Updated dependencies [de2359d]
802
+ - Updated dependencies [0d72f34]
803
+ - effect-app@4.0.0-beta.13
804
+
3
805
  ## 4.0.0-beta.12
4
806
 
5
807
  ### Patch Changes