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

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