effect-app 4.0.0-beta.30 → 4.0.0-beta.301

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 (365) hide show
  1. package/CHANGELOG.md +1435 -0
  2. package/dist/Array.d.ts +2 -1
  3. package/dist/Array.d.ts.map +1 -1
  4. package/dist/Array.js +4 -4
  5. package/dist/Chunk.d.ts.map +1 -1
  6. package/dist/Config/SecretURL.d.ts +3 -1
  7. package/dist/Config/SecretURL.d.ts.map +1 -1
  8. package/dist/Config/SecretURL.js +3 -6
  9. package/dist/Config/internal/configSecretURL.d.ts.map +1 -1
  10. package/dist/Config/internal/configSecretURL.js +2 -2
  11. package/dist/Config.d.ts +2 -0
  12. package/dist/Config.d.ts.map +1 -0
  13. package/dist/Config.js +8 -0
  14. package/dist/ConfigProvider.d.ts +2 -0
  15. package/dist/ConfigProvider.d.ts.map +1 -0
  16. package/dist/ConfigProvider.js +6 -0
  17. package/dist/{ServiceMap.d.ts → Context.d.ts} +18 -20
  18. package/dist/Context.d.ts.map +1 -0
  19. package/dist/Context.js +67 -0
  20. package/dist/DataDependencies.d.ts +388 -0
  21. package/dist/DataDependencies.d.ts.map +1 -0
  22. package/dist/DataDependencies.js +64 -0
  23. package/dist/Effect.d.ts +10 -9
  24. package/dist/Effect.d.ts.map +1 -1
  25. package/dist/Effect.js +5 -8
  26. package/dist/Emailer.d.ts +51 -0
  27. package/dist/Emailer.d.ts.map +1 -0
  28. package/dist/Emailer.js +7 -0
  29. package/dist/Function.d.ts.map +1 -1
  30. package/dist/Layer.d.ts +10 -6
  31. package/dist/Layer.d.ts.map +1 -1
  32. package/dist/Layer.js +3 -2
  33. package/dist/Model/Repository/Registry.d.ts +22 -0
  34. package/dist/Model/Repository/Registry.d.ts.map +1 -0
  35. package/dist/Model/Repository/Registry.js +18 -0
  36. package/dist/Model/Repository/ext.d.ts +60 -0
  37. package/dist/Model/Repository/ext.d.ts.map +1 -0
  38. package/dist/Model/Repository/ext.js +122 -0
  39. package/dist/Model/Repository/internal/internal.d.ts +63 -0
  40. package/dist/Model/Repository/internal/internal.d.ts.map +1 -0
  41. package/dist/Model/Repository/internal/internal.js +438 -0
  42. package/dist/Model/Repository/legacy.d.ts +21 -0
  43. package/dist/Model/Repository/legacy.d.ts.map +1 -0
  44. package/dist/Model/Repository/legacy.js +2 -0
  45. package/dist/Model/Repository/makeRepo.d.ts +54 -0
  46. package/dist/Model/Repository/makeRepo.d.ts.map +1 -0
  47. package/dist/Model/Repository/makeRepo.js +27 -0
  48. package/dist/Model/Repository/service.d.ts +121 -0
  49. package/dist/Model/Repository/service.d.ts.map +1 -0
  50. package/dist/Model/Repository/service.js +2 -0
  51. package/dist/Model/Repository/validation.d.ts +58 -0
  52. package/dist/Model/Repository/validation.d.ts.map +1 -0
  53. package/dist/Model/Repository/validation.js +32 -0
  54. package/dist/Model/Repository.d.ts +7 -0
  55. package/dist/Model/Repository.d.ts.map +1 -0
  56. package/dist/Model/Repository.js +7 -0
  57. package/dist/Model/dsl.d.ts +33 -0
  58. package/dist/Model/dsl.d.ts.map +1 -0
  59. package/dist/Model/dsl.js +43 -0
  60. package/dist/Model/filter/filterApi.d.ts +30 -0
  61. package/dist/Model/filter/filterApi.d.ts.map +1 -0
  62. package/dist/Model/filter/filterApi.js +2 -0
  63. package/dist/Model/filter/types/errors.d.ts +29 -0
  64. package/dist/Model/filter/types/errors.d.ts.map +1 -0
  65. package/dist/Model/filter/types/errors.js +2 -0
  66. package/dist/Model/filter/types/fields.d.ts +15 -0
  67. package/dist/Model/filter/types/fields.d.ts.map +1 -0
  68. package/dist/Model/filter/types/fields.js +2 -0
  69. package/dist/Model/filter/types/path/common.d.ts +316 -0
  70. package/dist/Model/filter/types/path/common.d.ts.map +1 -0
  71. package/dist/Model/filter/types/path/common.js +2 -0
  72. package/dist/Model/filter/types/path/eager.d.ts +94 -0
  73. package/dist/Model/filter/types/path/eager.d.ts.map +1 -0
  74. package/dist/Model/filter/types/path/eager.js +36 -0
  75. package/dist/Model/filter/types/path/index.d.ts +4 -0
  76. package/dist/Model/filter/types/path/index.d.ts.map +1 -0
  77. package/dist/Model/filter/types/path/index.js +3 -0
  78. package/dist/Model/filter/types/utils.d.ts +79 -0
  79. package/dist/Model/filter/types/utils.d.ts.map +1 -0
  80. package/dist/Model/filter/types/utils.js +2 -0
  81. package/dist/Model/filter/types/validator.d.ts +30 -0
  82. package/dist/Model/filter/types/validator.d.ts.map +1 -0
  83. package/dist/Model/filter/types/validator.js +2 -0
  84. package/dist/Model/filter/types.d.ts +5 -0
  85. package/dist/Model/filter/types.d.ts.map +1 -0
  86. package/dist/Model/filter/types.js +7 -0
  87. package/dist/Model/query/dsl.d.ts +514 -0
  88. package/dist/Model/query/dsl.d.ts.map +1 -0
  89. package/dist/Model/query/dsl.js +376 -0
  90. package/dist/Model/query/new-kid-interpreter.d.ts +132 -0
  91. package/dist/Model/query/new-kid-interpreter.d.ts.map +1 -0
  92. package/dist/Model/query/new-kid-interpreter.js +361 -0
  93. package/dist/Model/query.d.ts +15 -0
  94. package/dist/Model/query.d.ts.map +1 -0
  95. package/dist/Model/query.js +3 -0
  96. package/dist/Model.d.ts +5 -0
  97. package/dist/Model.d.ts.map +1 -0
  98. package/dist/Model.js +5 -0
  99. package/dist/NonEmptySet.d.ts +3 -1
  100. package/dist/NonEmptySet.d.ts.map +1 -1
  101. package/dist/NonEmptySet.js +2 -2
  102. package/dist/Option.d.ts +1 -0
  103. package/dist/Option.d.ts.map +1 -1
  104. package/dist/Option.js +3 -1
  105. package/dist/Pure.d.ts +7 -5
  106. package/dist/Pure.d.ts.map +1 -1
  107. package/dist/Pure.js +7 -4
  108. package/dist/QueueMaker.d.ts +11 -0
  109. package/dist/QueueMaker.d.ts.map +1 -0
  110. package/dist/QueueMaker.js +11 -0
  111. package/dist/RequestContext.d.ts +87 -0
  112. package/dist/RequestContext.d.ts.map +1 -0
  113. package/dist/RequestContext.js +45 -0
  114. package/dist/RequestScopedDependencies.d.ts +21 -0
  115. package/dist/RequestScopedDependencies.d.ts.map +1 -0
  116. package/dist/RequestScopedDependencies.js +16 -0
  117. package/dist/Schema/Class.d.ts +188 -19
  118. package/dist/Schema/Class.d.ts.map +1 -1
  119. package/dist/Schema/Class.js +260 -17
  120. package/dist/Schema/FastCheck.d.ts.map +1 -1
  121. package/dist/Schema/SchemaParser.d.ts +5 -0
  122. package/dist/Schema/SchemaParser.d.ts.map +1 -0
  123. package/dist/Schema/SchemaParser.js +6 -0
  124. package/dist/Schema/SpecialJsonSchema.d.ts +34 -0
  125. package/dist/Schema/SpecialJsonSchema.d.ts.map +1 -0
  126. package/dist/Schema/SpecialJsonSchema.js +118 -0
  127. package/dist/Schema/SpecialOpenApi.d.ts +32 -0
  128. package/dist/Schema/SpecialOpenApi.d.ts.map +1 -0
  129. package/dist/Schema/SpecialOpenApi.js +123 -0
  130. package/dist/Schema/brand.d.ts +4 -2
  131. package/dist/Schema/brand.d.ts.map +1 -1
  132. package/dist/Schema/brand.js +3 -1
  133. package/dist/Schema/email.d.ts.map +1 -1
  134. package/dist/Schema/email.js +7 -4
  135. package/dist/Schema/ext.d.ts +338 -55
  136. package/dist/Schema/ext.d.ts.map +1 -1
  137. package/dist/Schema/ext.js +358 -53
  138. package/dist/Schema/moreStrings.d.ts +82 -36
  139. package/dist/Schema/moreStrings.d.ts.map +1 -1
  140. package/dist/Schema/moreStrings.js +49 -42
  141. package/dist/Schema/numbers.d.ts +34 -21
  142. package/dist/Schema/numbers.d.ts.map +1 -1
  143. package/dist/Schema/numbers.js +55 -12
  144. package/dist/Schema/phoneNumber.d.ts.map +1 -1
  145. package/dist/Schema/phoneNumber.js +6 -3
  146. package/dist/Schema/schema.d.ts +1 -1
  147. package/dist/Schema/schema.d.ts.map +1 -1
  148. package/dist/Schema/schema.js +2 -2
  149. package/dist/Schema/strings.d.ts +18 -4
  150. package/dist/Schema/strings.d.ts.map +1 -1
  151. package/dist/Schema/strings.js +1 -5
  152. package/dist/Schema.d.ts +222 -8
  153. package/dist/Schema.d.ts.map +1 -1
  154. package/dist/Schema.js +191 -12
  155. package/dist/SchemaAST.d.ts +2 -0
  156. package/dist/SchemaAST.d.ts.map +1 -0
  157. package/dist/SchemaAST.js +2 -0
  158. package/dist/Set.d.ts +4 -1
  159. package/dist/Set.d.ts.map +1 -1
  160. package/dist/Set.js +3 -2
  161. package/dist/Store.d.ts +163 -0
  162. package/dist/Store.d.ts.map +1 -0
  163. package/dist/Store.js +113 -0
  164. package/dist/_ext/Array.d.ts +1 -1
  165. package/dist/_ext/Array.d.ts.map +1 -1
  166. package/dist/_ext/Array.js +4 -2
  167. package/dist/_ext/misc.d.ts +4 -1
  168. package/dist/_ext/misc.d.ts.map +1 -1
  169. package/dist/_ext/misc.js +4 -2
  170. package/dist/_ext/ord.ext.d.ts +2 -1
  171. package/dist/_ext/ord.ext.d.ts.map +1 -1
  172. package/dist/_ext/ord.ext.js +2 -2
  173. package/dist/builtin.d.ts +2 -14
  174. package/dist/builtin.d.ts.map +1 -1
  175. package/dist/builtin.js +1 -1
  176. package/dist/client/InvalidationKeys.d.ts +30 -0
  177. package/dist/client/InvalidationKeys.d.ts.map +1 -0
  178. package/dist/client/InvalidationKeys.js +37 -0
  179. package/dist/client/apiClientFactory.d.ts +19 -31
  180. package/dist/client/apiClientFactory.d.ts.map +1 -1
  181. package/dist/client/apiClientFactory.js +155 -35
  182. package/dist/client/clientFor.d.ts +54 -18
  183. package/dist/client/clientFor.d.ts.map +1 -1
  184. package/dist/client/clientFor.js +9 -1
  185. package/dist/client/errors.d.ts +82 -27
  186. package/dist/client/errors.d.ts.map +1 -1
  187. package/dist/client/errors.js +75 -19
  188. package/dist/client/makeClient.d.ts +490 -34
  189. package/dist/client/makeClient.d.ts.map +1 -1
  190. package/dist/client/makeClient.js +62 -28
  191. package/dist/client.d.ts +2 -0
  192. package/dist/client.d.ts.map +1 -1
  193. package/dist/client.js +3 -1
  194. package/dist/faker.d.ts.map +1 -1
  195. package/dist/http/Request.d.ts +1 -1
  196. package/dist/http/Request.d.ts.map +1 -1
  197. package/dist/http/Request.js +2 -2
  198. package/dist/ids.d.ts +42 -14
  199. package/dist/ids.d.ts.map +1 -1
  200. package/dist/ids.js +30 -5
  201. package/dist/index.d.ts +6 -7
  202. package/dist/index.d.ts.map +1 -1
  203. package/dist/index.js +8 -8
  204. package/dist/middleware.d.ts +13 -7
  205. package/dist/middleware.d.ts.map +1 -1
  206. package/dist/middleware.js +14 -8
  207. package/dist/rpc/Invalidation.d.ts +3140 -0
  208. package/dist/rpc/Invalidation.d.ts.map +1 -0
  209. package/dist/rpc/Invalidation.js +178 -0
  210. package/dist/rpc/MiddlewareMaker.d.ts +11 -7
  211. package/dist/rpc/MiddlewareMaker.d.ts.map +1 -1
  212. package/dist/rpc/MiddlewareMaker.js +59 -38
  213. package/dist/rpc/RpcContextMap.d.ts +3 -3
  214. package/dist/rpc/RpcContextMap.d.ts.map +1 -1
  215. package/dist/rpc/RpcContextMap.js +4 -4
  216. package/dist/rpc/RpcMiddleware.d.ts +14 -10
  217. package/dist/rpc/RpcMiddleware.d.ts.map +1 -1
  218. package/dist/rpc/RpcMiddleware.js +1 -1
  219. package/dist/rpc.d.ts +1 -1
  220. package/dist/rpc.d.ts.map +1 -1
  221. package/dist/rpc.js +2 -2
  222. package/dist/runtime.d.ts +19 -0
  223. package/dist/runtime.d.ts.map +1 -0
  224. package/dist/runtime.js +40 -0
  225. package/dist/setupRequest.d.ts +20 -0
  226. package/dist/setupRequest.d.ts.map +1 -0
  227. package/dist/setupRequest.js +72 -0
  228. package/dist/toast.d.ts +51 -0
  229. package/dist/toast.d.ts.map +1 -0
  230. package/dist/toast.js +34 -0
  231. package/dist/transform.d.ts +1 -1
  232. package/dist/transform.d.ts.map +1 -1
  233. package/dist/transform.js +4 -5
  234. package/dist/utils/effectify.d.ts +1 -1
  235. package/dist/utils/effectify.d.ts.map +1 -1
  236. package/dist/utils/effectify.js +2 -2
  237. package/dist/utils/extend.d.ts.map +1 -1
  238. package/dist/utils/gen.d.ts +4 -4
  239. package/dist/utils/gen.d.ts.map +1 -1
  240. package/dist/utils/logLevel.d.ts +2 -2
  241. package/dist/utils/logLevel.d.ts.map +1 -1
  242. package/dist/utils/logger.d.ts +4 -3
  243. package/dist/utils/logger.d.ts.map +1 -1
  244. package/dist/utils/logger.js +4 -4
  245. package/dist/utils.d.ts +34 -39
  246. package/dist/utils.d.ts.map +1 -1
  247. package/dist/utils.js +33 -37
  248. package/dist/validation/validators.d.ts.map +1 -1
  249. package/dist/validation.d.ts.map +1 -1
  250. package/dist/withToast.d.ts +30 -0
  251. package/dist/withToast.d.ts.map +1 -0
  252. package/dist/withToast.js +64 -0
  253. package/package.json +27 -251
  254. package/src/Array.ts +5 -5
  255. package/src/Chunk.ts +3 -3
  256. package/src/Config/SecretURL.ts +6 -3
  257. package/src/Config/internal/configSecretURL.ts +2 -2
  258. package/src/Config.ts +7 -0
  259. package/src/ConfigProvider.ts +5 -0
  260. package/src/{ServiceMap.ts → Context.ts} +56 -63
  261. package/src/DataDependencies.ts +114 -0
  262. package/src/Effect.ts +14 -16
  263. package/src/Emailer.ts +51 -0
  264. package/src/Inputify.type.ts +1 -1
  265. package/src/Layer.ts +11 -7
  266. package/src/Model/Repository/Registry.ts +35 -0
  267. package/src/Model/Repository/ext.ts +375 -0
  268. package/src/Model/Repository/internal/internal.ts +755 -0
  269. package/src/Model/Repository/legacy.ts +29 -0
  270. package/src/Model/Repository/makeRepo.ts +145 -0
  271. package/src/Model/Repository/service.ts +676 -0
  272. package/src/Model/Repository/validation.ts +31 -0
  273. package/src/Model/Repository.ts +6 -0
  274. package/src/Model/dsl.ts +129 -0
  275. package/src/Model/filter/filterApi.ts +60 -0
  276. package/src/Model/filter/types/errors.ts +47 -0
  277. package/src/Model/filter/types/fields.ts +50 -0
  278. package/src/Model/filter/types/path/common.ts +404 -0
  279. package/src/Model/filter/types/path/eager.ts +329 -0
  280. package/src/Model/filter/types/path/index.ts +4 -0
  281. package/src/Model/filter/types/utils.ts +128 -0
  282. package/src/Model/filter/types/validator.ts +46 -0
  283. package/src/Model/filter/types.ts +6 -0
  284. package/src/Model/query/dsl.ts +2770 -0
  285. package/src/Model/query/new-kid-interpreter.ts +526 -0
  286. package/src/Model/query.ts +13 -0
  287. package/src/Model.ts +4 -0
  288. package/src/NonEmptySet.ts +6 -4
  289. package/src/Option.ts +2 -0
  290. package/src/Pure.ts +10 -7
  291. package/src/QueueMaker.ts +11 -0
  292. package/src/RequestContext.ts +48 -0
  293. package/src/RequestScopedDependencies.ts +45 -0
  294. package/src/Schema/Class.ts +633 -59
  295. package/src/Schema/SchemaParser.ts +12 -0
  296. package/src/Schema/SpecialJsonSchema.ts +139 -0
  297. package/src/Schema/SpecialOpenApi.ts +130 -0
  298. package/src/Schema/brand.ts +22 -2
  299. package/src/Schema/email.ts +9 -4
  300. package/src/Schema/ext.ts +446 -91
  301. package/src/Schema/moreStrings.ts +147 -68
  302. package/src/Schema/numbers.ts +97 -28
  303. package/src/Schema/phoneNumber.ts +9 -5
  304. package/src/Schema/schema.ts +1 -1
  305. package/src/Schema/strings.ts +23 -14
  306. package/src/Schema.ts +397 -26
  307. package/src/SchemaAST.ts +1 -0
  308. package/src/Set.ts +6 -2
  309. package/src/Store.ts +273 -0
  310. package/src/_ext/Array.ts +4 -2
  311. package/src/_ext/misc.ts +4 -1
  312. package/src/_ext/ord.ext.ts +2 -1
  313. package/src/builtin-json.d.ts +24 -0
  314. package/src/builtin.ts +16 -21
  315. package/src/client/InvalidationKeys.ts +55 -0
  316. package/src/client/apiClientFactory.ts +299 -134
  317. package/src/client/clientFor.ts +107 -34
  318. package/src/client/errors.ts +100 -29
  319. package/src/client/makeClient.ts +594 -78
  320. package/src/client.ts +6 -4
  321. package/src/http/Request.ts +3 -3
  322. package/src/http.ts +1 -1
  323. package/src/ids.ts +33 -6
  324. package/src/index.ts +20 -23
  325. package/src/middleware.ts +13 -9
  326. package/src/rpc/Invalidation.ts +278 -0
  327. package/src/rpc/MiddlewareMaker.ts +88 -80
  328. package/src/rpc/README.md +2 -2
  329. package/src/rpc/RpcContextMap.ts +7 -6
  330. package/src/rpc/RpcMiddleware.ts +19 -13
  331. package/src/rpc.ts +4 -4
  332. package/src/runtime.ts +56 -0
  333. package/src/setupRequest.ts +138 -0
  334. package/src/toast.ts +54 -0
  335. package/src/transform.ts +4 -4
  336. package/src/utils/effectify.ts +1 -1
  337. package/src/utils/gen.ts +8 -8
  338. package/src/utils/logLevel.ts +1 -1
  339. package/src/utils/logger.ts +4 -3
  340. package/src/utils.ts +85 -158
  341. package/src/validation.ts +2 -2
  342. package/src/withToast.ts +133 -0
  343. package/test/dist/rpc.test.d.ts.map +1 -1
  344. package/test/dist/rpcMiddlewareContext.test.d.ts.map +1 -0
  345. package/test/dist/secretURL.test.d.ts.map +1 -0
  346. package/test/dist/special.test.d.ts.map +1 -0
  347. package/test/moreStrings.test.ts +1 -1
  348. package/test/rpc.test.ts +42 -13
  349. package/test/rpcMiddlewareContext.test.ts +63 -0
  350. package/test/schema.test.ts +459 -30
  351. package/test/secretURL.test.ts +160 -0
  352. package/test/special.test.ts +1258 -0
  353. package/test/utils.test.ts +7 -7
  354. package/tsconfig.base.json +6 -5
  355. package/tsconfig.json +3 -1
  356. package/tsconfig.src.json +29 -29
  357. package/tsconfig.test.json +2 -2
  358. package/dist/Operations.d.ts +0 -123
  359. package/dist/Operations.d.ts.map +0 -1
  360. package/dist/Operations.js +0 -29
  361. package/dist/ServiceMap.d.ts.map +0 -1
  362. package/dist/ServiceMap.js +0 -91
  363. package/eslint.config.mjs +0 -26
  364. package/src/Operations.ts +0 -55
  365. package/tsconfig.json.bak +0 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,1440 @@
1
1
  # @effect-app/prelude
2
2
 
3
+ ## 4.0.0-beta.301
4
+
5
+ ## 4.0.0-beta.300
6
+
7
+ ## 4.0.0-beta.299
8
+
9
+ ## 4.0.0-beta.298
10
+
11
+ ### Patch Changes
12
+
13
+ - 08d092c: Update Atom query caches in memory and accumulate stream invalidations so live events do not cause repeated RPC refetches.
14
+
15
+ ## 4.0.0-beta.297
16
+
17
+ ### Patch Changes
18
+
19
+ - 30c512d: fix rpc middleware context type issue
20
+
21
+ ## 4.0.0-beta.296
22
+
23
+ ### Patch Changes
24
+
25
+ - e0c4835: revert bs
26
+
27
+ ## 4.0.0-beta.295
28
+
29
+ ### Patch Changes
30
+
31
+ - eb06b32: improve root union select
32
+
33
+ ## 4.0.0-beta.294
34
+
35
+ ### Patch Changes
36
+
37
+ - a211c12: Fix projection schema typing for union members and computed projections.
38
+
39
+ ## 4.0.0-beta.293
40
+
41
+ ### Patch Changes
42
+
43
+ - d1c15d3: Tighten projectComputed projection schema typing against encoded repo fields and computed output types.
44
+
45
+ ## 4.0.0-beta.292
46
+
47
+ ## 4.0.0-beta.291
48
+
49
+ ## 4.0.0-beta.290
50
+
51
+ ### Patch Changes
52
+
53
+ - dc07df5: Fix nested DTO subset projection inference for tagged unions.
54
+
55
+ ## 4.0.0-beta.289
56
+
57
+ ### Patch Changes
58
+
59
+ - a1b59bc: Allow query projections to use a repository's full union schema.
60
+
61
+ ## 4.0.0-beta.288
62
+
63
+ ### Minor Changes
64
+
65
+ - aeb17bc: Add `disableQueryInvalidation` flag to Command config for background saves.
66
+
67
+ Set `disableQueryInvalidation: true` in a `Req.Command` config (3rd argument)
68
+ to suppress all client-side query invalidation for that command — client
69
+ `invalidatesQueries` callbacks, server-returned `metadata.invalidateQueries`,
70
+ and repository-derived write-dependency matching are all skipped. Use for
71
+ background saves (e.g. debounced auto-save) whose writes should not trigger
72
+ query refetches.
73
+
74
+ - `InvalidationConfig` gains `disableQueryInvalidation?: boolean`.
75
+ - `RequestHandlerWithInput` gains `disableQueryInvalidation?: boolean`,
76
+ propagated from `Request.config` by `ApiClientFactory.makeFor`.
77
+ - `invalidateCache` early-returns `Effect.void` when the flag is set,
78
+ applying to both regular and stream mutations.
79
+
80
+ ## 4.0.0-beta.287
81
+
82
+ ### Patch Changes
83
+
84
+ - 261470f: Remove the local `Schema.Void` / `SchemaAST.Void` override. effect `4.0.0-beta.90` ships the TypeScript `void` parser semantics upstream (`SchemaAST.Void.getParser()` → `fromAnyToConst(undefined)`, the effect-smol PR #2475 behavior), so `S.Void` already accepts any present value and discards it to `undefined`. `Schema.Void` now re-uses effect's `S.Void` and `SchemaAST` is a plain re-export of `effect/SchemaAST`. The unused `Void_` alias is dropped. No behavior change.
85
+
86
+ ## 4.0.0-beta.286
87
+
88
+ ### Patch Changes
89
+
90
+ - b6dda09: Update effect packages to `4.0.0-beta.90` (from `beta.88`): `effect`, `@effect/platform-node`, `@effect/platform-browser`, `@effect/atom-vue`, `@effect/sql-sqlite-node`, `@effect/vitest`. No source changes required — typecheck and tests pass unchanged.
91
+
92
+ ## 4.0.0-beta.285
93
+
94
+ ### Patch Changes
95
+
96
+ - 7bd8234: Use set-backed data dependencies and provide request-scoped dependency services through a shared root-checked helper.
97
+
98
+ ## 4.0.0-beta.284
99
+
100
+ ## 4.0.0-beta.283
101
+
102
+ ### Minor Changes
103
+
104
+ - 0054611: Derive query invalidation from repository read/write dependencies and propagate dependency metadata through RPC clients.
105
+
106
+ ### Patch Changes
107
+
108
+ - 0054611: Stream RPC: drain read/write data-dependencies per emitted value chunk instead of sending the
109
+ cumulative set on every metadata chunk. Each metadata chunk now carries only the delta recorded
110
+ since the last chunk, the bucket is cleared for the next segment, and the terminal "done"/"error"
111
+ chunks drain the remainder. The emit condition also broadens to include non-empty reads, so stream
112
+ queries forward their read-dependencies mid-stream too. The client already accumulates deltas into
113
+ its per-call recorder, so no FE change is required.
114
+
115
+ ## 4.0.0-beta.282
116
+
117
+ ### Minor Changes
118
+
119
+ - b2df3fa: Align `Schema.Void` with TypeScript `void` return-value semantics (effect-smol PR #2475 / `b7d46ab`).
120
+
121
+ `S.Void` now accepts **any present value** at runtime and discards it to `undefined`, while keeping the decoded/encoded type as `void` — matching a `void` return whose result callers never observe. This is implemented as an override of the AST node in a new `effect-app/SchemaAST` module (`export * from "effect/SchemaAST"` plus a `Void` subclass whose parser mirrors the PR's `fromAnyToConst(undefined)`), so there is a single canonical `Void` used everywhere, including RPC success schemas.
122
+
123
+ - New `effect-app/SchemaAST` module; internal `SchemaAST` imports across the libs now route through it.
124
+ - Removed `ForceVoid` from `effect-app/client/makeClient` — use `S.Void` directly, which now carries this behaviour.
125
+ - `S.Void_` remains available as effect's original (`undefined`-only) Void.
126
+
127
+ ### Patch Changes
128
+
129
+ - f150cf9: Remove obsolete queue machinery left unused after the move to cluster entities: the SB/SQLite/mem `QueueMaker` implementations (`QueueMaker/{SQLQueue,memQueue,sbqueue}.ts`), their `ServiceBus.ts`/`memQueue.ts` transports, and `RequestFiberSet.ts` (its `setRootParentSpan` helper is inlined into `MainFiberSet`). `effect-app/QueueMaker` keeps only `QueueMeta`; the `QueueBase` interface and empty `QueueMaker` ops object are dropped.
130
+ - e8842aa: Update effect packages to `4.0.0-beta.88` (from `beta.86`): `effect`, `@effect/platform-node`, `@effect/platform-browser`, `@effect/atom-vue`, `@effect/sql-sqlite-node`, `@effect/vitest`. Also bump `@effect-app/cli` to `2.1.0-beta.35`. No source changes required — typecheck and tests pass unchanged.
131
+
132
+ ## 4.0.0-beta.281
133
+
134
+ ### Patch Changes
135
+
136
+ - ffd140f: Update effect packages to `4.0.0-beta.86` (from `beta.84`): `effect`, `@effect/platform-node`, `@effect/platform-browser`, `@effect/atom-vue`, `@effect/sql-sqlite-node`, `@effect/vitest`. No source changes required — typecheck and tests pass unchanged.
137
+
138
+ ## 4.0.0-beta.280
139
+
140
+ ### Patch Changes
141
+
142
+ - 3eda52e: Fix `StructFacade` to extend effect-app's own `Struct`, not `effect/Schema`'s.
143
+
144
+ `StructFacade` was built on `Omit<S.Struct<Fields>, ...>` where `S` is `effect/Schema` (core). Scanner / consumer models are effect-app `S.Struct`, which is a distinct type from effect core's `Struct`, so a facade built on the core `Struct` is not assignable where an effect-app struct is expected — e.g. workflow payloads (`Workflow<…, Struct<Fields & Context>>`) and other effect-app `Struct`-shaped positions failed to type-check. Switch the `Omit` base to effect-app's `Struct` (the `Fields extends S.Struct.Fields` constraint stays effect core, matching effect-app's own `Struct`).
145
+
146
+ ## 4.0.0-beta.279
147
+
148
+ ### Minor Changes
149
+
150
+ - 5f9cd6a: Schema/Class facades: add `StructFacade` and carry `identifier` on the class facades.
151
+
152
+ - Add `StructFacade<Self, Encoded, MakeIn, DecodingServices, EncodingServices, Fields>` = `Omit<S.Struct<Fields>, "Type" | "Encoded" | "~type.make.in" | "DecodingServices" | "EncodingServices"> & { pinned type-level members }`. A top-level `const X = S.Struct(...)` / `S.TaggedStruct(...)` model faceted by the `.d.ts`-emit compiler is retyped to it: still a real `S.Struct<Fields>` (so `Workflow.AnyStructSchema`, the `Struct<Fields & Context>` reconstruction, `Union`, `.fields.x` keep working) while `Type`/`Encoded`/make/services resolve to the named namespace interfaces.
153
+ - Add `readonly identifier: string` to `OpaqueClassFacade` and `OpaqueErrorFacadeClass` (an `S.Class` static lost from the bare emitted interface, which the compiler otherwise had to hand-emit per model). `OpaqueFacade` is intentionally left untouched — `S.Opaque` and requests build on `S.Bottom`, not `S.Class`, so they have no `identifier`.
154
+
155
+ ## 4.0.0-beta.278
156
+
157
+ ### Patch Changes
158
+
159
+ - a354345: Move release tsconfig flattening from publish to pack lifecycle so package configs are restored before registry upload/auth can fail.
160
+ - a69da09: Publish from generated staging directories so release-only files are created outside the source package tree.
161
+
162
+ ## 4.0.0-beta.277
163
+
164
+ ## 4.0.0-beta.276
165
+
166
+ ### Patch Changes
167
+
168
+ - 32f05c8: Remove unused dependency declarations from package manifests.
169
+
170
+ ## 4.0.0-beta.275
171
+
172
+ ## 4.0.0-beta.274
173
+
174
+ ## 4.0.0-beta.273
175
+
176
+ ### Patch Changes
177
+
178
+ - 664e83d: Add Atom-native Vue query APIs, stream query pull atoms, and a TanStack-backed legacy query engine toggle.
179
+ - e4ff9a6: Fix the global `Array`/`ReadonlyArray.map` override breaking union-of-array receivers. The previous `this: NonEmptyArray`/`NonEmptyReadonlyArray` overload was selected-then-rejected on a union receiver (e.g. `(readonly A[] | readonly B[]).map(...)`), raising TS2684. Replaced with a single conditional-return signature (`this extends NonEmpty… ? NonEmpty<U> : U[]`) that preserves NonEmpty refinement without a `this` parameter, so union-array `.map` calls type-check again.
180
+
181
+ ## 4.0.0-beta.272
182
+
183
+ ### Patch Changes
184
+
185
+ - 21ac90a: Unify generated model facades on `OpaqueFacade` and support class facades through encoded-key schema transforms.
186
+
187
+ ## 4.0.0-beta.271
188
+
189
+ ### Patch Changes
190
+
191
+ - 939bebc: Remove the local `Config.nested` / `ConfigProvider.nested` overrides. They worked around an effect v3 bug where the nested namespace segment bypassed the provider's `mapInput`/`constantCase` transform. effect `4.0.0-beta.84` fixes this upstream (its transformation-compose refactor threads the nested prefix through the provider's lookup transform), and the old overrides relied on internals (`Config.make`, `provider.get`/`mapInput`/`prefix`) that no longer exist. Both modules now re-export effect directly; behaviour for consumers (e.g. `Config.nested("cups")` against a `constantCase` env provider) is unchanged and correct.
192
+
193
+ ## 4.0.0-beta.270
194
+
195
+ ### Patch Changes
196
+
197
+ - 78d076a: Update effect packages to `4.0.0-beta.84` (`effect`, `@effect/platform-node`, `@effect/platform-browser`, `@effect/atom-vue`, `@effect/sql-sqlite-node`, `@effect/vitest`).
198
+
199
+ ## 4.0.0-beta.269
200
+
201
+ ### Patch Changes
202
+
203
+ - 50b022e: Harden model facades and add `OpaqueErrorFacadeClass`.
204
+
205
+ - `OpaqueErrorFacadeClass`: facade `TaggedErrorClass`/`ErrorClass` while keeping
206
+ `Cause.YieldableError` on the constructed instance (so `yield* new Err()`,
207
+ `Effect.fail`, and `instanceof` keep working through the facade).
208
+ - `OpaqueFacadeInput` relaxed to require only the codec service channels, so
209
+ transformed schemas (`.pipe(encodeKeys/annotate/filter/...)`) can be facaded;
210
+ `fields`/`copy`/`mapFields` flow through `OpaqueFacadeStatics` when present, and
211
+ `to` is carried so models that compose via `X.to.fields` keep working.
212
+ - Dropped the wide `fields`/`mapFields` overrides on the facade interfaces so the
213
+ precise statics win (keeps `Q.project(X.mapFields(...))` typed).
214
+ - Codegen (`eslint-codegen-model`): resolver prefers the private `_X` over the
215
+ self-referential facade; converges static service types in one run; per-model
216
+ classification (facade Opaque models, leave `Class` standard in mixed files);
217
+ `Make` emitted as `type X = {...} | void` when the make-input is voidable;
218
+ `readonly`-prefixed array/tuple elements parenthesized; value self-references in
219
+ the moved `_X` body rewritten to `_X`; instance getters surface on `Self`.
220
+
221
+ - 50b022e: Add generated opaque model facades that expose static Type, Encoded, Make, and Schema declarations without leaking the private struct schema type to downstream project references.
222
+
223
+ ## 4.0.0-beta.268
224
+
225
+ ### Patch Changes
226
+
227
+ - acfdc9e: Point development package exports at TypeScript sources while keeping published exports on compiled dist files.
228
+
229
+ ## 4.0.0-beta.267
230
+
231
+ ### Minor Changes
232
+
233
+ - 23a7167: Add a typed, serializable `DatabaseError { message, transient, cause }` for store adapter failures.
234
+
235
+ Store adapters wrapped DB calls in bare `Effect.promise` / `.orDie`, so a transient infra failure (request timeout, throttle, 5xx, dropped socket) became a raw-`Error` defect — which `Effect.retry` can't retry and which breaks JSON encoding of a workflow exit cause ("Expected JSON value, got Error"). `DatabaseError` is now exposed on all `Store` and `Repository` method error channels (writes: `OptimisticConcurrencyException | DatabaseError`) and added to `SupportedErrors` so the api/client/FE treat it as a 500-class error. Each adapter wraps its db-call failures into `DatabaseError` with a `transient` flag (timeout/throttle/5xx ⇒ retryable); the `cause` serializes via `Schema.Defect`. Construction/seed/DDL paths stay `orDie`.
236
+
237
+ ## 4.0.0-beta.266
238
+
239
+ ### Patch Changes
240
+
241
+ - bbaa67e: Fix `TS2589: Type instantiation is excessively deep and possibly infinite` when querying models that embed `Schema.Defect()` (or any field encoded as `Json`).
242
+
243
+ The query path type `Path<T>` (used by `Q.where`/`Q.and`/`Q.order` to type dotted field paths) recursed through object types with no termination for self-referential ones. Under effect `4.0.0-beta.83`, `Schema.Defect()` encodes as `Json`, whose `JsonObject = { readonly [x: string]: Json }` index signature made `Path` descend forever, blowing past TypeScript's instantiation limit on any model with such a field (e.g. carrier-error states carrying `raw: Schema.Defect()`).
244
+
245
+ `Path` now threads a `Seen` set of already-entered object types and stops before re-entering one, so self-referential types terminate (the field itself stays a valid leaf path; only the unbounded descent is cut). Finite models are unaffected.
246
+
247
+ ## 4.0.0-beta.265
248
+
249
+ ### Patch Changes
250
+
251
+ - 3e855bc: Update Effect packages to `4.0.0-beta.83` (from `beta.74`): `effect`, `@effect/platform-node`, `@effect/platform-browser`, `@effect/sql-sqlite-node`, `@effect/atom-vue`, `@effect/vitest`.
252
+
253
+ Adapt the infra workflow engines to beta.83 API changes:
254
+
255
+ - `Schema.Defect` is now a constructor function — use `S.Defect()` when building the deferred-exit codec (the bare constant no longer produces a usable schema and crashed `toType`).
256
+ - `Workflow` exposes its name as `_tag` instead of `name`. `WorkflowEngineSqlite`/`WorkflowEngineCosmos` now key the registry, codec caches, and persisted `workflow_name` off `workflow._tag`, fixing crash-recovery (stale-lease re-drive previously registered under an `undefined` key and never matched).
257
+
258
+ ## 4.0.0-beta.264
259
+
260
+ ## 4.0.0-beta.263
261
+
262
+ ## 4.0.0-beta.262
263
+
264
+ ### Patch Changes
265
+
266
+ - 55c6572: update packages
267
+
268
+ ## 4.0.0-beta.261
269
+
270
+ ## 4.0.0-beta.260
271
+
272
+ ### Patch Changes
273
+
274
+ - bogus
275
+
276
+ ## 4.0.0-beta.259
277
+
278
+ ## 4.0.0-beta.258
279
+
280
+ ## 4.0.0-beta.257
281
+
282
+ ### Minor Changes
283
+
284
+ - e71eb78: Tighten typing of query DSL builders so field/path parameters are constrained to actual field paths instead of bare `string`:
285
+
286
+ - `relation(path)` now infers the relation's element type and constrains `distinctCount`/`sum`/`collect`/`collectDistinct`/`collectFields`/`collectDistinctFields` and the `unit` of `sumExprBy`/`sumExprNormalized` to `FieldPath<Element>`.
287
+ - `relation(path).expr` exposes a scope-bound math-expression builder so `expr.field(...)` inside `sumExpr`/`sumExprBy`/`sumExprNormalized` is typed against the relation element.
288
+ - Top-level `expr.field` accepts an optional generic for opt-in tightening (`expr.field<E>("x")`).
289
+ - `aggregate(schema, build)` accepts a builder callback whose `agg` argument is bound to the source row inferred from the pipe — paths are checked without any explicit generic: `make<Row>().pipe(aggregate(schema, ($) => ({ city: $.field("address.city") })))`. Plain `AggregateMap` form still accepted.
290
+ - `projectComputed(schema, build, mode?)` accepts a builder callback whose `{ relation }` argument is bound to the source row inferred from the pipe: `make<Row>().pipe(projectComputed(out, ({ relation }) => ({ total: relation("items").sum("qty") })))`. Plain `ComputedProjectionMap` form still accepted.
291
+ - `agg<Row>()` factory remains as an escape hatch when the builder is built outside a pipe.
292
+
293
+ ## 4.0.0-beta.256
294
+
295
+ ### Patch Changes
296
+
297
+ - 347af48: Fix schema interface widening regression introduced in 4.0.0-beta.255 (changeset `olive-onions-lose`).
298
+
299
+ The original refactor annotated branded schema constants with interfaces extending `S.Codec<A, primitive> & WithDefaults<...>`. That widened the underlying `BrandedSchema<...>` chain and dropped phantom slots (`Iso`, `~type.make.in`, `~type.parameters`, `Rebuild`, etc.) that downstream combinators read. In consumer projects this surfaced as `DecodingServices` / `EncodingServices` leaking as `unknown` — for example `Q.project(schema, "project")` failing with `Type 'unknown' is not assignable to type 'never'`, and RPC handler / generator-return shape mismatches against `Effect<any, ..., CurrentSettings | ...>`.
300
+
301
+ Each `*Schema` interface now extends the concrete underlying chain (e.g. `BrandedSchema<S.NonEmptyString, NonEmptyString64>`) and adds a call signature for `withDefaultMake` (and an explicit `withConstructorDefault` field for the numeric and `StringId` schemas). The runtime values are unchanged and the type-display improvement is preserved.
302
+
303
+ Affected: `NonEmptyString*`, `Min3String255`, `StringId`, `Url`, `PositiveInt`, `NonNegativeInt`, `Int`, `PositiveNumber`, `NonNegativeNumber`, and `brandedStringId`.
304
+
305
+ ## 4.0.0-beta.255
306
+
307
+ ### Patch Changes
308
+
309
+ - 52a31dd: Reduce schema type complexity by exposing explicit interfaces for branded string and number schemas.
310
+
311
+ Each branded constant in `Schema/strings.ts`, `Schema/moreStrings.ts`, and `Schema/numbers.ts` now has a named interface (e.g. `NonEmptyStringSchema`, `StringIdSchema`, `PositiveIntSchema`, `UrlSchema`) annotating its `export const`. Mirrors the pattern used in `effect/Schema` itself — TypeScript reports the interface name instead of expanding the full pipe/brand/extension chain, which shrinks inferred types in consumer code and speeds up type display.
312
+
313
+ No runtime or API surface changes; `brandedStringId` now returns `BrandedStringIdSchema<Id>` (same shape as before, just named).
314
+
315
+ ## 4.0.0-beta.254
316
+
317
+ ### Patch Changes
318
+
319
+ - 29a1e57: Repository `changeFeed` is now namespace-aware. Events carry the `storeId` namespace as a third tuple element (`ChangeFeedEvent<T> = [items, op, namespace]`). `subscribe` accepts `options.namespace` to register a per-namespace handler; omitting it registers a wildcard handler that receives events from every namespace. Per-namespace handler buckets eliminate cross-namespace fan-out and avoid waking handlers for irrelevant tenants.
320
+
321
+ ## 4.0.0-beta.253
322
+
323
+ ### Patch Changes
324
+
325
+ - b90fa30: Repository `changeFeed` now broadcasts synchronously: `publish` awaits every subscribed handler before resolving. Replaces `PubSub.PubSub` with a `ChangeFeed<T>` interface (`publish` + scoped `subscribe`). Handlers are auto-removed when the subscriber's scope closes, and the full handler set is cleared when the repository's scope closes. Repository construction now requires `Scope` — wire `makeRepo` through `Layer.scoped` / `Effect.scoped`.
326
+
327
+ ## 4.0.0-beta.252
328
+
329
+ ### Patch Changes
330
+
331
+ - a788432: fix circular
332
+
333
+ ## 4.0.0-beta.251
334
+
335
+ ### Patch Changes
336
+
337
+ - 1c858d3: fix request scope problems
338
+
339
+ ## 4.0.0-beta.250
340
+
341
+ ### Patch Changes
342
+
343
+ - 3053760: fix: restore context map container behavior
344
+
345
+ ## 4.0.0-beta.249
346
+
347
+ ### Minor Changes
348
+
349
+ - ba789a2: Move core service contracts and runtime-agnostic modules into `effect-app`, keep `infra` and `vue` focused on adapters, and drop the temporary `infra` compatibility re-export paths in favor of the new canonical imports.
350
+
351
+ `@effect-app/infra` no longer re-exports moved core modules such as `./Model`, `./Emailer/service`, `./QueueMaker/service`, `./Store/service`, `./adapters/*`, or `./api/*` entrypoints.
352
+
353
+ ## 4.0.0-beta.248
354
+
355
+ ### Patch Changes
356
+
357
+ - 2a86a17: improve tsgo compat: avoid deferred `Schema.Type`/`Codec.Encoded`/`Codec.DecodingServices`/`Codec.EncodingServices` conditional helpers in generic positions where the type parameter is already constrained to `Schema.Top`. Index the property directly (`X["Type"]`, `X["Encoded"]`, `X["DecodingServices"]`, …) so tsgo doesn't leak `unknown` into `Effect` channels (notably `R`).
358
+
359
+ Sites: `client/clientFor.ts` (`RequestHandlerFor`, `FinalTypeOf`, `ExtractResponse`, `ExtractEResponse`), `client/makeClient.ts` (`InputFromPayload`, `OutputFromSuccess`, `InvalidationConfigForCommand`, `TaggedRequestWithMeta` overloads), `rpc/MiddlewareMaker.ts` (`Errors`), `rpc/RpcMiddleware.ts` (`Failure`, `FailureContext`), `Schema/ext.ts` (`ReadonlySetFromArray`, `ReadonlyMapFromArray`), `infra/routing.ts` (`GetSuccessShape`, handlers, route matcher), `vue/makeClient.ts` (`MutationExt.project`, `MutationWithExtensions`, `QueryProjection`), `vue/routeParams.ts` (`parseRouteParams*`).
360
+
361
+ ## 4.0.0-beta.247
362
+
363
+ ### Patch Changes
364
+
365
+ - 01bab22: Work around tsgo failing to reduce `S.Codec.DecodingServices<X>` (`X extends Top ? X["DecodingServices"] : never`) in generic positions, which left `unknown` and polluted the `R` channel of client handlers and RPC middleware failure context. Since the schemas involved are already constrained to `S.Top`, read `["DecodingServices"]` directly in `RequestHandlerFor`, `TagClass.FailureContext`, and the Vue `MutationExt` / `QueryProjection` types.
366
+
367
+ ## 4.0.0-beta.246
368
+
369
+ ## 4.0.0-beta.245
370
+
371
+ ## 4.0.0-beta.244
372
+
373
+ ### Patch Changes
374
+
375
+ - b8b9080: update packages
376
+
377
+ ## 4.0.0-beta.243
378
+
379
+ ## 4.0.0-beta.242
380
+
381
+ ### Patch Changes
382
+
383
+ - da83c1f: Align `InvalidationEntry` (vue) with `InvalidateQueryInstruction` (effect-app).
384
+
385
+ `InvalidateQueryInstruction` is now parametrized over `Filters` / `Options`
386
+ (defaulting to `Record<string, unknown>` so the core stays framework-agnostic).
387
+ `@effect-app/vue` exposes `InvalidationEntry` as a narrowed alias substituting
388
+ `@tanstack/vue-query`'s `InvalidateQueryFilters` and `InvalidateOptions`. Single
389
+ source of truth for the union shape across both packages.
390
+
391
+ - 21017d5: `InvalidationSet.add` accepts arrays and is exposed as a static shortcut.
392
+
393
+ - Single item: `yield* InvalidationSet.add(UserRsc.GetMe)`
394
+ - Batch: `yield* InvalidationSet.add([UserRsc.GetMe, ["custom", "key"]])`
395
+ - Skips the `.use(_ => _.add(...))` boilerplate.
396
+
397
+ Existing `InvalidationSet.use(_ => _.add(...))` form still works; the service
398
+ identity is preserved via `Object.assign` so `Effect.provideService` and
399
+ `.use` / `.useSync` continue to operate on the same `Context.Reference`.
400
+
401
+ - 2495ace: `InvalidationSet.add` accepts RPC handler shorthand.
402
+
403
+ Server-side handlers may now pass an RPC handler object directly to
404
+ `InvalidationSet.add`; its query key is derived via `makeQueryKey`. Raw
405
+ `InvalidationKey` arrays continue to work.
406
+
407
+ ```ts
408
+ // before
409
+ yield *
410
+ Invalidation.InvalidationSet.use((_) => _.add(makeQueryKey(UserRsc.GetMe)));
411
+
412
+ // after
413
+ yield * Invalidation.InvalidationSet.use((_) => _.add(UserRsc.GetMe));
414
+ ```
415
+
416
+ ## 4.0.0-beta.241
417
+
418
+ ### Patch Changes
419
+
420
+ - b035b1c: Isolate per-call `Effect.provide(layers)` / `Stream.provide(layers)` in the
421
+ RPC api client factory via `{ local: true }`.
422
+
423
+ `layers` here is built per RPC invocation from a caller-supplied
424
+ `requestLevelLayers` plus a fresh `RequestName` layer. Today both pieces are
425
+ stateless, so no observable bug — but `Effect.provide(layer)` without
426
+ `local: true` resolves its `MemoMap` from the ambient fiber context, and on a
427
+ long-lived runtime (browser app, server fiber) any stateful layer slipped into
428
+ `requestLevelLayers` by a caller would be memoized and shared across every
429
+ subsequent RPC call. `{ local: true }` builds the layer fresh per call and
430
+ skips the ambient MemoMap entirely.
431
+
432
+ Also documents the rule in `AGENTS.md` ("Per-request `Effect.provide(layer)`
433
+ must isolate its MemoMap") so the pattern is enforceable in code review and
434
+ caught early. Companion to the `provideOnRequestScope` MemoMap fix in
435
+ `@effect-app/infra`.
436
+
437
+ ## 4.0.0-beta.240
438
+
439
+ ## 4.0.0-beta.239
440
+
441
+ ## 4.0.0-beta.238
442
+
443
+ ## 4.0.0-beta.237
444
+
445
+ ## 4.0.0-beta.236
446
+
447
+ ## 4.0.0-beta.235
448
+
449
+ ### Patch Changes
450
+
451
+ - ba4bdc3: improve: support .ts extension
452
+ - 6cfd83d: update effect to latest beta
453
+
454
+ ## 4.0.0-beta.234
455
+
456
+ ## 4.0.0-beta.233
457
+
458
+ ### Patch Changes
459
+
460
+ - 57a1862: Update to effect 4.0.0-beta.67. Switch deps from `pkg.pr.new` snapshot back to npm beta tag.
461
+
462
+ ## 4.0.0-beta.232
463
+
464
+ ### Patch Changes
465
+
466
+ - 0263827: Fix `Date` / `DateValid` default helpers to pipe from their own schema.
467
+
468
+ `withConstructorDefault` and `withDecodingDefaultType` on `DateValid` previously piped from `DateFromString`, dropping the `isDateValid()` check (and, after the recent identifier split, the `DateValid` annotations) from the resulting defaulted schema. Both `Date` and `DateValid` now use `extendM` so the helpers attach to the underlying schema (`DateFromString` / `DateValidFromString`).
469
+
470
+ - 0263827: Distinguish `Date` and `DateValid` in JSON Schema output.
471
+
472
+ - `Date` now emits identifier `DateOrInvalid` with description noting the value may be invalid.
473
+ - `DateValid` now emits its own annotated string (identifier `Date`) with description stating a valid ISO 8601 date is required.
474
+
475
+ - 0263827: Update to effect `pkg.pr.new` snapshot at `a42ef66` (4.0.0-beta.66). Remove `Yieldable` and `asEffect()` (service tags are now `Effect` directly).
476
+
477
+ ## 4.0.0-beta.231
478
+
479
+ ### Patch Changes
480
+
481
+ - 7ca66ce: Update to effect 4.0.0-beta.66. Remove `Yieldable` and `asEffect()` (service tags are now `Effect` directly).
482
+
483
+ ## 4.0.0-beta.230
484
+
485
+ ## 4.0.0-beta.229
486
+
487
+ ## 4.0.0-beta.228
488
+
489
+ ## 4.0.0-beta.227
490
+
491
+ ## 4.0.0-beta.226
492
+
493
+ ## 4.0.0-beta.225
494
+
495
+ ## 4.0.0-beta.224
496
+
497
+ ## 4.0.0-beta.223
498
+
499
+ ## 4.0.0-beta.222
500
+
501
+ ## 4.0.0-beta.221
502
+
503
+ ### Patch Changes
504
+
505
+ - 439cbeb: Adopt module system from effect-smol: replace barrel imports with specific submodule imports (`import * as X from "effect-app/X"` / `import * as X from "effect/X"`).
506
+
507
+ ## 4.0.0-beta.220
508
+
509
+ ## 4.0.0-beta.219
510
+
511
+ ### Patch Changes
512
+
513
+ - d738811: remove double prefix
514
+
515
+ ## 4.0.0-beta.218
516
+
517
+ ## 4.0.0-beta.217
518
+
519
+ ### Patch Changes
520
+
521
+ - 0e824ef: add missing Brand
522
+
523
+ ## 4.0.0-beta.216
524
+
525
+ ## 4.0.0-beta.215
526
+
527
+ ## 4.0.0-beta.214
528
+
529
+ ## 4.0.0-beta.213
530
+
531
+ ## 4.0.0-beta.212
532
+
533
+ ### Patch Changes
534
+
535
+ - 8792221: Rename `withDefault` schema extensions to `withConstructorDefault` for clarity.
536
+
537
+ Document that `.withConstructorDefault` is **construction-only** (applied during `.make(...)` when a field is omitted) and is **not** applied during decode — it cannot be used to JIT-migrate database fields. Per-property JSDoc on every `.withConstructorDefault` / `.withDecodingDefaultType` exposed by `Schema/ext.ts`, `Schema/numbers.ts`, `Schema/moreStrings.ts`, and `ids.ts` so the caveat is visible on hover.
538
+
539
+ Re-export `withConstructorDefault`, `withDecodingDefault`, `withDecodingDefaultKey`, `withDecodingDefaultType`, and `withDecodingDefaultTypeKey` from `effect-app/Schema` with explicit JSDoc. `withDecodingDefault*` is discouraged for persisted data: a missing field may be data corruption rather than an old-shape document, and silently substituting a default hides the problem. Prefer an explicit, preferably versioned migration of database data over decode-time fallbacks.
540
+
541
+ ## 4.0.0-beta.211
542
+
543
+ ## 4.0.0-beta.210
544
+
545
+ ## 4.0.0-beta.209
546
+
547
+ ### Patch Changes
548
+
549
+ - c991be1: update packages
550
+ - 3bae238: Remove lodash type imports from utils.ts, replacing with native TypeScript equivalents.
551
+
552
+ ## 4.0.0-beta.208
553
+
554
+ ## 4.0.0-beta.207
555
+
556
+ ### Patch Changes
557
+
558
+ - 8fffc3c: cleanup
559
+
560
+ ## 4.0.0-beta.206
561
+
562
+ ### Patch Changes
563
+
564
+ - 54bfc59: Require middleware to flow through `makeRpcClient` and the live layer through `makeRouter`.
565
+
566
+ ### `makeRpcClient(middleware, generalErrors?)`
567
+
568
+ Signature drops the `rcs` (request-context map wrapper) parameter. `rcs` was only load-bearing on the type side for `RequestConfig` inference; that information is now derived from `middleware.requestContextMap`. `middleware` is required — the previous "rcs + optional middleware" overload is gone.
569
+
570
+ **Migration**:
571
+
572
+ ```diff
573
+ -makeRpcClient(RequestContextMap, undefined, AppMiddleware)
574
+ +makeRpcClient(AppMiddleware)
575
+ ```
576
+
577
+ For tests/clients without a real middleware, build a minimal stub (`{ requestContextMap, requestContext }`) or pass any value satisfying `ClientMiddleware<RCM>`.
578
+
579
+ ### `makeRouter(middlewareLive)`
580
+
581
+ `makeRouter()` no longer infers the live middleware layer from `meta.middleware.Default`. The Live layer is now passed explicitly to `makeRouter`, and the request classes only carry the middleware tag (schema-only). This decouples the router from any assumption that the middleware tag exposes a `Default` static.
582
+
583
+ **Migration**:
584
+
585
+ ```diff
586
+ -export const { Router, matchAll } = makeRouter()
587
+ +export const { Router, matchAll } = makeRouter(AppMiddleware.Default)
588
+ ```
589
+
590
+ ## 4.0.0-beta.205
591
+
592
+ ### Patch Changes
593
+
594
+ - f313973: fix type make interface
595
+
596
+ ## 4.0.0-beta.204
597
+
598
+ ### Patch Changes
599
+
600
+ - 0a0030f: fix missing overloads
601
+
602
+ ## 4.0.0-beta.203
603
+
604
+ ### Patch Changes
605
+
606
+ - 992d9fa: fix more branded types
607
+
608
+ ## 4.0.0-beta.202
609
+
610
+ ### Patch Changes
611
+
612
+ - 1186b09: improve branded types, keep types through Rebuild
613
+
614
+ ## 4.0.0-beta.201
615
+
616
+ ### Patch Changes
617
+
618
+ - d67d17a: Source middleware errors exclusively from the rpc middleware tag, and move command/stream invalidation wrap/unwrap entirely into the routing layer (server) and `apiClientFactory` (client). `InvalidationMiddleware` and `InvalidationMiddlewareLive` are removed.
619
+
620
+ ### Resource error schemas
621
+
622
+ Three sites that used to fold `RequestContextMap[*].error` into a request's own error schema now stop doing so:
623
+
624
+ - `makeRpcClient` / `makeRequestClass` — `failureSchema` is just `config.error` (still merged with the optional `generalErrors` parameter, which is the only remaining error mix on both type and runtime levels).
625
+ - `MiddlewareMaker.rpc()` — `error: options.error` only; the previous union with `rcm.config[*].error` is gone.
626
+ - Routing and `apiClientFactory.makeRpcGroupFromRequestsAndModuleName` — `Invalidation.makeCommandRpc` is called with `error: resource.error` (no widening with the composite middleware error union).
627
+
628
+ Middleware errors reach the client through the rpc's `middlewares[*].error` failure-union channel of `Rpc.exitSchema`, exposed by attaching the middleware tag to the rpc on both sides:
629
+
630
+ - **Server**: `makeRouter(middleware)` attaches the live composite tag (existing behavior).
631
+ - **Client**: new `middleware` option on `ClientForOptions` / `ApiClientFactory.makeFor(layer, { middleware })` attaches the same tag schema-only (no Live invoked). Threaded through `makeRpcGroupFromRequestsAndModuleName` to `RpcGroup.middleware(tag)`. Without it, stream rpcs (whose top-level `errorSchema` is forced to `Never` by effect-rpc) hit `SchemaError: Expected never | { _tag: "error", ... }` decoding middleware-thrown errors that bypass the in-stream `Stream.catch` wrap.
632
+
633
+ **Migration**: handlers that yield errors previously sourced from rcm (e.g. `yield* new UnauthorizedError()`) now require those errors to be declared explicitly on the resource — `Req.Query<T>()("...", fields, { success, error: UnauthorizedError })`. The handler error type no longer auto-includes the rcm union.
634
+
635
+ ### Invalidation wrap/unwrap
636
+
637
+ - `routing.ts` (server) provides a per-request `InvalidationSet` for commands, wraps the success value as `CommandResponseWithMetaData`, and converts handler-thrown failures into `CommandFailureWithMetaData` so accumulated invalidation keys reach the client on either path. Stream wrap (per-chunk envelope + final `done` chunk) was already in routing and is unchanged.
638
+ - `apiClientFactory.ts` (client) `unwrapCommand` strips both envelopes and forwards keys to `InvalidationKeysFromServer`.
639
+ - `InvalidationMiddleware` (the tag) and `InvalidationMiddlewareLive` (the layer) are **removed**. The middleware was the previous home of the wrap; with the wrap moved to routing/apiClientFactory, the middleware became a thin pass-through and is no longer needed. `DefaultGenericMiddlewares` and `DefaultGenericMiddlewaresLive` shrink accordingly — no migration needed for callers that used the defaults; callers that referenced `InvalidationMiddleware` / `InvalidationMiddlewareLive` directly should drop those imports.
640
+
641
+ Middleware-thrown errors are never wrapped: by definition the handler never ran, so there is nothing to invalidate. They flow raw on the Cause and the client decodes them via the middleware-tag failure-union channel described above.
642
+
643
+ ## 4.0.0-beta.200
644
+
645
+ ### Patch Changes
646
+
647
+ - 8f1cf6a: able to configure schema concurrency
648
+ - 0cff7c1: workaround middleware error issue
649
+
650
+ ## 4.0.0-beta.199
651
+
652
+ ## 4.0.0-beta.198
653
+
654
+ ### Patch Changes
655
+
656
+ - 32dbc54: fix stream type when no success specified
657
+
658
+ ## 4.0.0-beta.197
659
+
660
+ ### Minor Changes
661
+
662
+ - 3dc0d2a: Add streaming as a `stream: true` config option on `Query` / `Command` instead of a separate request type.
663
+
664
+ `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).
665
+
666
+ ```ts
667
+ // Query that streams results
668
+ Req.Query<T>()("Tag", {}, { stream: true, success: ... })
669
+
670
+ // Command that streams results
671
+ Req.Command<T>()("Tag", {}, { stream: true, success: ... })
672
+ ```
673
+
674
+ Vue client mapping (per-handler properties mirror the non-stream API — `.query`, `.fn`, `.mutate`):
675
+
676
+ - `query` + `stream: true` → exposes `.query` (read-only streaming, tracked Vue Query). Helper map key: `${name}Query`.
677
+ - `command` + `stream: true` → exposes `.fn` and `.mutate` (mutating streaming).
678
+ - Plain `query` / `command` unchanged.
679
+
680
+ Server routing dispatches via the new `stream` flag (`makeStreamRpc` for streaming commands/queries, `makeCommandRpc` / `Rpc.make` otherwise).
681
+
682
+ 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.
683
+
684
+ **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.
685
+
686
+ ## 4.0.0-beta.196
687
+
688
+ ## 4.0.0-beta.195
689
+
690
+ ### Patch Changes
691
+
692
+ - 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.
693
+
694
+ 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`.
695
+
696
+ `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".
697
+
698
+ 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.
699
+
700
+ ## 4.0.0-beta.194
701
+
702
+ ## 4.0.0-beta.193
703
+
704
+ ## 4.0.0-beta.192
705
+
706
+ ## 4.0.0-beta.191
707
+
708
+ ### Patch Changes
709
+
710
+ - 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`.
711
+
712
+ ## 4.0.0-beta.190
713
+
714
+ ### Patch Changes
715
+
716
+ - 985176b: Align request handler input typing with the request's `make` signature. Handlers are now classified as no-input only when the request schema declares no payload fields; any payload (even fully-optional) yields a function handler whose input matches `make`'s first parameter. Adds `HandlerInput<I>` and threads it through `CommandFromRequest`.
717
+
718
+ ## 4.0.0-beta.189
719
+
720
+ ### Patch Changes
721
+
722
+ - 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.
723
+
724
+ ## 4.0.0-beta.188
725
+
726
+ ### Patch Changes
727
+
728
+ - b2e438f: Remove Operations service and repo
729
+
730
+ ## 4.0.0-beta.187
731
+
732
+ ### Patch Changes
733
+
734
+ - 0d4e0b8: Fix `isGeneratorFunction` using `isObject` instead of `isFunction`: generator functions have `typeof === "function"`, not `"object"`, so the check always returned `false`. This caused `Command.streamFn` generator-form handlers to silently pass a raw `Generator` object rather than an `Effect<Stream>`, meaning the mutation was never executed.
735
+
736
+ ## 4.0.0-beta.186
737
+
738
+ ## 4.0.0-beta.185
739
+
740
+ ## 4.0.0-beta.184
741
+
742
+ ## 4.0.0-beta.183
743
+
744
+ ## 4.0.0-beta.182
745
+
746
+ ## 4.0.0-beta.181
747
+
748
+ ### Patch Changes
749
+
750
+ - 583393f: Default the stream `mutateStream` execute resolved value to the request's success type when no `final` schema is declared.
751
+
752
+ Previously the type defaulted to `void`, but the runtime already resolves with the last emitted value. Types now match runtime behaviour: `execute` returns `Final` if a `final` schema is set, otherwise the success type.
753
+
754
+ ## 4.0.0-beta.180
755
+
756
+ ### Minor Changes
757
+
758
+ - 7fa3045: V1/V2/V3: stream and command requests carry invalidation metadata
759
+
760
+ **V1** – stream final response includes metadata
761
+
762
+ - `Invalidation.StreamResponseChunk` wraps each stream item as `{ _tag: "value", value }` and appends `{ _tag: "done", metadata }` at the end carrying all accumulated invalidation keys.
763
+
764
+ **V2** – invalidation keys included in failures
765
+
766
+ - `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.
767
+ - `InvalidationMiddlewareLive` wraps command failures; `routing.ts` wraps stream failures.
768
+ - `apiClientFactory.ts` unwraps both on the client side, forwarding keys before re-failing with the original error.
769
+
770
+ **V3** – mid-stream metadata chunks
771
+
772
+ - `Invalidation.StreamResponseChunk` now also includes `{ _tag: "metadata", metadata }` for mid-stream invalidation.
773
+ - 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`).
774
+ - `apiClientFactory.ts` processes "metadata" chunks the same as "done" chunks, forwarding keys to `InvalidationKeysFromServer` immediately.
775
+ - `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.
776
+
777
+ ## 4.0.0-beta.179
778
+
779
+ ### Minor Changes
780
+
781
+ - 828d264: Stream requests now support an optional `final` schema that models the final success type of the stream. When declared, `mutateStream`'s execute effect resolves with the last emitted value typed as `Final` instead of `void`.
782
+
783
+ ```ts
784
+ class MyStream extends SomethingStream<MyStream>()(
785
+ "MyStream",
786
+ { id: S.String },
787
+ {
788
+ success: S.Union([OperationProgress, ExportComplete]),
789
+ final: ExportComplete, // execute now resolves with ExportComplete
790
+ }
791
+ ) {}
792
+ ```
793
+
794
+ ## 4.0.0-beta.178
795
+
796
+ ## 4.0.0-beta.177
797
+
798
+ ### Minor Changes
799
+
800
+ - 89d8b3a: Add Effect RPC `Stream` support to the wrapper.
801
+
802
+ - New `Stream` request constructor on `TaggedRequestFor` parallel to `Query`/`Command`. Emits resources with `type: "stream"`.
803
+ - 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).
804
+ - 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.
805
+ - New `RequestStreamHandler` / `RequestStreamHandlerWithInput` shapes in `clientFor.ts`; `RequestHandlers` dispatches on `type: "stream"`.
806
+
807
+ ## 4.0.0-beta.176
808
+
809
+ ### Patch Changes
810
+
811
+ - pass options
812
+
813
+ ## 4.0.0-beta.175
814
+
815
+ ## 4.0.0-beta.174
816
+
817
+ ### Minor Changes
818
+
819
+ - 821468d: Add server-driven cache invalidation via RPC response headers.
820
+
821
+ - `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.
822
+ - `effect-app/middleware`: new `InvalidationMiddleware` RPC middleware tag; included in `DefaultGenericMiddlewares`.
823
+ - `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`.
824
+ - `@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.
825
+ - `@effect-app/vue`: `invalidateQueries` / `useMutation` now reads server-provided invalidation keys from `InvalidationKeysFromServer` after each mutation and applies them alongside the client-side invalidation.
826
+
827
+ ## 4.0.0-beta.173
828
+
829
+ ## 4.0.0-beta.172
830
+
831
+ ## 4.0.0-beta.171
832
+
833
+ ### Patch Changes
834
+
835
+ - d71d976: fix
836
+
837
+ ## 4.0.0-beta.170
838
+
839
+ ### Patch Changes
840
+
841
+ - 8f09f77: fix
842
+
843
+ ## 4.0.0-beta.169
844
+
845
+ ### Patch Changes
846
+
847
+ - 8ae8b53: input mess
848
+
849
+ ## 4.0.0-beta.168
850
+
851
+ ### Patch Changes
852
+
853
+ - 178480a: Fix request handler input classification to use request schema fields instead of `make` parameters, preventing defaulted/nullable input fields from being treated as no-input handlers.
854
+
855
+ ## 4.0.0-beta.167
856
+
857
+ ### Patch Changes
858
+
859
+ - 140e192: Relax invalidation resource value constraints to allow arbitrary values while preserving query-only filtering in invalidation handling.
860
+
861
+ ## 4.0.0-beta.166
862
+
863
+ ### Patch Changes
864
+
865
+ - dbcc53b: Refactor command invalidation typing: declare resources via `Command<Self, Resources>()`, pass `invalidatesQueries` as the optional 4th argument, and enforce exact `clientFor` invalidation resources when required.
866
+
867
+ ## 4.0.0-beta.165
868
+
869
+ ### Minor Changes
870
+
871
+ - f88ea34: Move `makeQueryKey` into `effect-app/client` and update Vue source and tests to import it from the shared client module. Vue still re-exports `makeQueryKey` from `src/lib` for compatibility.
872
+
873
+ ## 4.0.0-beta.164
874
+
875
+ ### Minor Changes
876
+
877
+ - 8cb3de4: Add command invalidation helpers that preserve query-only resource types and pass mutation input and `Exit` results into invalidation callbacks. Update Vue `clientFor` to merge request-level invalidation config with call-site invalidation and require matching invalidation resources.
878
+
879
+ ## 4.0.0-beta.163
880
+
881
+ ### Patch Changes
882
+
883
+ - b952f19: bye cruft
884
+
885
+ ## 4.0.0-beta.162
886
+
887
+ ### Patch Changes
888
+
889
+ - b52b424: restore annotations for now
890
+
891
+ ## 4.0.0-beta.161
892
+
893
+ ## 4.0.0-beta.160
894
+
895
+ ### Patch Changes
896
+
897
+ - 505bfa9: Add concurrent decode helper APIs and migrate decode callsites to use them.
898
+
899
+ - Add `withDefaultParseOptions` and keep `DefaultParseOptions` centralized.
900
+ - Export `decodeEffectConcurrently` and `decodeUnknownEffectConcurrently` from Schema and SchemaParser modules.
901
+ - Update repository, queue, client, form, and CLI decode paths to use concurrent decode helpers.
902
+ - Keep schema constructors free of hardcoded parse concurrency overrides.
903
+
904
+ ## 4.0.0-beta.159
905
+
906
+ ### Patch Changes
907
+
908
+ - c1e73de:
909
+
910
+ ## 4.0.0-beta.158
911
+
912
+ ### Patch Changes
913
+
914
+ - 3c1f52d: improve: class strictness enabled by default again, allow `strict: false` as opt out for now.
915
+ - 6ae3050: Preserve class annotation parseOptions in relaxed declaration struct decoding so custom parse options (including concurrency defaults) are applied consistently.
916
+
917
+ ## 4.0.0-beta.157
918
+
919
+ ### Patch Changes
920
+
921
+ - 6fff09c: unify encoded function for when you use encodedKeys
922
+
923
+ ## 4.0.0-beta.156
924
+
925
+ ## 4.0.0-beta.155
926
+
927
+ ### Patch Changes
928
+
929
+ - c215db8: align TaggedUnion with array arg
930
+
931
+ ## 4.0.0-beta.154
932
+
933
+ ## 4.0.0-beta.153
934
+
935
+ ## 4.0.0-beta.152
936
+
937
+ ## 4.0.0-beta.151
938
+
939
+ ## 4.0.0-beta.150
940
+
941
+ ### Patch Changes
942
+
943
+ - 85a8275: Expose `make`, `makeOption`, and `makeEffect` static helpers on request classes created via `Query`/`Command`.
944
+
945
+ ## 4.0.0-beta.149
946
+
947
+ ### Patch Changes
948
+
949
+ - f317c5e: Preserve omitted-input make helpers through Schema.Opaque when the wrapped schema allows optional or default-only constructor input.
950
+
951
+ ## 4.0.0-beta.148
952
+
953
+ ### Patch Changes
954
+
955
+ - 199e9a5: Allow Struct and TaggedStruct make helpers to omit input when every constructor field is optional or defaulted, and preserve widening copy typings through a lighter named public type to improve TypeScript editor responsiveness.
956
+
957
+ ## 4.0.0-beta.147
958
+
959
+ ### Patch Changes
960
+
961
+ - 47e3742: Preserve Struct.copy through `annotate`, `annotateKey`, and `mapFields` chains, and add tests covering chained copy behavior on Struct schemas.
962
+
963
+ ## 4.0.0-beta.146
964
+
965
+ ### Patch Changes
966
+
967
+ - a4dff57: Adjust Struct and TaggedStruct copy typing to follow class-style widening constraints while keeping structural copy runtime behavior.
968
+
969
+ ## 4.0.0-beta.145
970
+
971
+ ### Patch Changes
972
+
973
+ - 12abb55: Refine schema copy behavior by keeping class copy constructor-based while using structural copy for Struct and TaggedStruct helpers.
974
+
975
+ ## 4.0.0-beta.144
976
+
977
+ ### Patch Changes
978
+
979
+ - 11422f8: Update request helper typing and runtime invocation to rely on schema `.make` instead of class constructors, avoiding `new`-based assumptions for request schemas.
980
+ - d31253f: Refactor eligible schema classes and tagged classes to Opaque schemas, and migrate constructor call sites to use `.make` for those models.
981
+
982
+ ## 4.0.0-beta.143
983
+
984
+ ### Patch Changes
985
+
986
+ - 79eb019: Remove redundant schema `title` annotations when they duplicate the schema `identifier`.
987
+
988
+ ## 4.0.0-beta.142
989
+
990
+ ### Minor Changes
991
+
992
+ - 025de47: Fold the encoded-override support from `ExtendedClass` and `ExtendedTaggedClass` into `Class`, `TaggedClass`, `ErrorClass`, and `TaggedErrorClass`, and update model codegen to detect the new second-generic form.
993
+
994
+ ### Patch Changes
995
+
996
+ - 3436d44: Extend `Schema.Opaque` in `effect-app/Schema` to support an optional encoded-type generic while preserving the original single-generic behavior.
997
+
998
+ ## 4.0.0-beta.141
999
+
1000
+ ### Patch Changes
1001
+
1002
+ - 7c25dbb: Add relaxed wrapper support for `ErrorClass` and `TaggedErrorClass` in `effect-app/Schema`, matching the existing class wrapper behavior (`copy`, cached `ast`, and unbounded parse concurrency).
1003
+
1004
+ ## 4.0.0-beta.140
1005
+
1006
+ ## 4.0.0-beta.139
1007
+
1008
+ ## 4.0.0-beta.138
1009
+
1010
+ ## 4.0.0-beta.137
1011
+
1012
+ ## 4.0.0-beta.136
1013
+
1014
+ ## 4.0.0-beta.135
1015
+
1016
+ ### Patch Changes
1017
+
1018
+ - c7bbc41: fix - class should check type side
1019
+
1020
+ ## 4.0.0-beta.134
1021
+
1022
+ ### Patch Changes
1023
+
1024
+ - 9d3495e: Preserve field-level schema decode errors for relaxed Class and TaggedClass declarations so decode failures report nested constraints (for example min-length violations) instead of only a generic class-type mismatch.
1025
+ - f353d48: Rename the Class/TaggedClass relaxed declaration option to `strict` (default `false`) and apply it to `Class`, `TaggedClass`, `ExtendedClass`, and `ExtendedTaggedClass`.
1026
+
1027
+ When `strict: true`, class decoding keeps strict class-level declaration behavior; by default, decoding remains relaxed and preserves field-level schema errors.
1028
+
1029
+ ## 4.0.0-beta.133
1030
+
1031
+ ### Patch Changes
1032
+
1033
+ - c3299f7: update packages
1034
+
1035
+ ## 4.0.0-beta.132
1036
+
1037
+ ## 4.0.0-beta.131
1038
+
1039
+ ## 4.0.0-beta.130
1040
+
1041
+ ### Patch Changes
1042
+
1043
+ - ea1bd46: fix: prevent expansion of nominal brands
1044
+
1045
+ ## 4.0.0-beta.129
1046
+
1047
+ ## 4.0.0-beta.128
1048
+
1049
+ ### Patch Changes
1050
+
1051
+ - 57db551: Split `TaggedRequestFor` into `Query` and `Command` factories, and mark generated request classes with `type: "query" | "command"`.
1052
+
1053
+ Vue client helpers now expose query-only helpers (`query`, `suspense`, `fetch`) for query requests and mutation-only helpers (`mutate`, `fetch`) for command requests.
1054
+
1055
+ ## 4.0.0-beta.127
1056
+
1057
+ ## 4.0.0-beta.126
1058
+
1059
+ ### Patch Changes
1060
+
1061
+ - 458bb1b: fix type
1062
+
1063
+ ## 4.0.0-beta.125
1064
+
1065
+ ## 4.0.0-beta.124
1066
+
1067
+ ### Patch Changes
1068
+
1069
+ - 256ae85: cleanup
1070
+
1071
+ ## 4.0.0-beta.123
1072
+
1073
+ ### Patch Changes
1074
+
1075
+ - 14aba14: fix: clientFor
1076
+
1077
+ ## 4.0.0-beta.122
1078
+
1079
+ ### Patch Changes
1080
+
1081
+ - f052d38: Replace `(...) => Effect.gen` with `Effect.fnUntraced` in `apiClientFactory`.
1082
+
1083
+ ## 4.0.0-beta.121
1084
+
1085
+ ### Patch Changes
1086
+
1087
+ - 5ac46cb: Make `Schema.provide` dual (pipeable)
1088
+
1089
+ ## 4.0.0-beta.120
1090
+
1091
+ ### Minor Changes
1092
+
1093
+ - f21190c: Add `copy` property to `Class` and `TaggedClass` for creating modified instances with updated fields. The `copy` method is cached per-class and supports both object and function-based updates, with pipeline support.
1094
+
1095
+ ## 4.0.0-beta.119
1096
+
1097
+ ## 4.0.0-beta.118
1098
+
1099
+ ### Minor Changes
1100
+
1101
+ - 08d2e70: Add `concurrency: "unbounded"` parseOptions annotation to Schema constructors (Struct, Array, NonEmptyArray, Record, TaggedStruct, ReadonlySet, ReadonlyMap, Class, TaggedClass) so all encode/decode operations automatically run with unbounded concurrency. Also override `mapFields` on Struct and Class/TaggedClass to preserve the annotation.
1102
+
1103
+ ### Patch Changes
1104
+
1105
+ - bd26832: Add nested anyOf flattening to JSON Schema post-processing
1106
+ - Update effect packages to 4.0.0-beta.52
1107
+
1108
+ ## 4.0.0-beta.117
1109
+
1110
+ ## 4.0.0-beta.116
1111
+
1112
+ ## 4.0.0-beta.115
1113
+
1114
+ ## 4.0.0-beta.114
1115
+
1116
+ ## 4.0.0-beta.113
1117
+
1118
+ ## 4.0.0-beta.112
1119
+
1120
+ ## 4.0.0-beta.111
1121
+
1122
+ ### Patch Changes
1123
+
1124
+ - ca94edf: fix typo
1125
+
1126
+ ## 4.0.0-beta.110
1127
+
1128
+ ## 4.0.0-beta.109
1129
+
1130
+ ## 4.0.0-beta.108
1131
+
1132
+ ### Patch Changes
1133
+
1134
+ - 3e46e7b: allow excess props in openapi schemas
1135
+
1136
+ ## 4.0.0-beta.107
1137
+
1138
+ ## 4.0.0-beta.106
1139
+
1140
+ ## 4.0.0-beta.105
1141
+
1142
+ ## 4.0.0-beta.104
1143
+
1144
+ ### Minor Changes
1145
+
1146
+ - e944bca: Add `generateGuards` and `generateGuardsFor` to `TaggedUnion` / `ExtendTaggedUnion` for property-scoped type guards.
1147
+
1148
+ - `generateGuards("key")` — generic per-guard, no need to specify the container type
1149
+ - `generateGuardsFor<A>()("key")` — curried, fixes `A` for concrete guard signatures
1150
+
1151
+ Both return `{ is{Tag}, isAnyOf }` guards that narrow the container type by its tagged union property.
1152
+
1153
+ ## 4.0.0-beta.103
1154
+
1155
+ ### Minor Changes
1156
+
1157
+ - 7119320: Add `generateGuards` to `TaggedUnion` / `ExtendTaggedUnion` for generating property-scoped type guards.
1158
+
1159
+ Usage: `MyUnion.generateGuards<MyType>()("propertyKey")` returns `{ is{Tag}, isAnyOf }` guards that narrow the container type by its tagged union property.
1160
+
1161
+ ## 4.0.0-beta.102
1162
+
1163
+ ## 4.0.0-beta.101
1164
+
1165
+ ## 4.0.0-beta.100
1166
+
1167
+ ## 4.0.0-beta.99
1168
+
1169
+ ## 4.0.0-beta.98
1170
+
1171
+ ## 4.0.0-beta.97
1172
+
1173
+ ## 4.0.0-beta.96
1174
+
1175
+ ### Patch Changes
1176
+
1177
+ - 5615e47: bs
1178
+
1179
+ ## 4.0.0-beta.95
1180
+
1181
+ ### Patch Changes
1182
+
1183
+ - 88838fb: Remove pick/omit customizations from Class/TaggedClass/Struct/TaggedStruct. Use `Struct.pick(X.fields, [...])` from `effect-app` instead.
1184
+
1185
+ ## 4.0.0-beta.94
1186
+
1187
+ ## 4.0.0-beta.93
1188
+
1189
+ ## 4.0.0-beta.92
1190
+
1191
+ ## 4.0.0-beta.91
1192
+
1193
+ ### Minor Changes
1194
+
1195
+ - 738b482: Add pick/omit to Struct and TaggedStruct
1196
+
1197
+ ## 4.0.0-beta.90
1198
+
1199
+ ## 4.0.0-beta.89
1200
+
1201
+ ## 4.0.0-beta.88
1202
+
1203
+ ## 4.0.0-beta.87
1204
+
1205
+ ## 4.0.0-beta.86
1206
+
1207
+ ## 4.0.0-beta.85
1208
+
1209
+ ## 4.0.0-beta.84
1210
+
1211
+ ## 4.0.0-beta.83
1212
+
1213
+ ## 4.0.0-beta.82
1214
+
1215
+ ## 4.0.0-beta.81
1216
+
1217
+ ## 4.0.0-beta.80
1218
+
1219
+ ## 4.0.0-beta.79
1220
+
1221
+ ### Minor Changes
1222
+
1223
+ - 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).
1224
+
1225
+ ## 4.0.0-beta.78
1226
+
1227
+ ## 4.0.0-beta.77
1228
+
1229
+ ### Minor Changes
1230
+
1231
+ - 3613e87: Add `TaggedRequestFor` helper to `makeRpcClient` that curries a `moduleName`, producing request classes with static `id` and `moduleName` properties. This enables passing request classes directly to `makeQueryKey` without going through `clientFor` first. The `clientFor` function no longer requires a `meta` property on the module when requests carry `moduleName`. The meta codegen preset now generates `Req = TaggedRequestFor(moduleName)`. Original `TaggedRequest` remains for backwards compatibility.
1232
+
1233
+ ## 4.0.0-beta.76
1234
+
1235
+ ### Patch Changes
1236
+
1237
+ - a5248a9: use new schema features
1238
+ - fac725d: update effect to latest beta
1239
+
1240
+ ## 4.0.0-beta.75
1241
+
1242
+ ### Patch Changes
1243
+
1244
+ - 24f0a5a: rename Literal to Literals, no longer hiding Schema's singular Literal.
1245
+
1246
+ ## 4.0.0-beta.74
1247
+
1248
+ ### Patch Changes
1249
+
1250
+ - 54ec1ef: fix bs
1251
+
1252
+ ## 4.0.0-beta.73
1253
+
1254
+ ## 4.0.0-beta.72
1255
+
1256
+ ### Patch Changes
1257
+
1258
+ - 0541f0d: fix withDefault types
1259
+
1260
+ ## 4.0.0-beta.71
1261
+
1262
+ ### Minor Changes
1263
+
1264
+ - beae3a0: Remove `withDefaultConstructor` wrapper, use `S.withConstructorDefault` directly with `Effect.succeed`/`Effect.sync`.
1265
+
1266
+ ## 4.0.0-beta.70
1267
+
1268
+ ## 4.0.0-beta.69
1269
+
1270
+ ### Patch Changes
1271
+
1272
+ - dc465e3: update to latest effect beta
1273
+
1274
+ ## 4.0.0-beta.68
1275
+
1276
+ ### Patch Changes
1277
+
1278
+ - e6f2341: Add SecretURL tests and switch secretURL config to use Config.nonEmptyString
1279
+
1280
+ ## 4.0.0-beta.67
1281
+
1282
+ ## 4.0.0-beta.66
1283
+
1284
+ ### Patch Changes
1285
+
1286
+ - edc52e4: update
1287
+
1288
+ ## 4.0.0-beta.65
1289
+
1290
+ ### Minor Changes
1291
+
1292
+ - 1f103b2: Replace `proxify` with explicit service accessor helpers: `accessFn`, `accessEffectFn`, `accessCn`, `accessEffectCn`.
1293
+
1294
+ ### Patch Changes
1295
+
1296
+ - 31739d7: Fix JSON schema output for Email, Date, PhoneNumber, and Url schemas. The `jsonSchema` annotation key is not recognized by Effect v4's JSON schema generator — use proper v4 annotations (`format`, `description`) and built-in checks (`isMinLength`, `isMaxLength`) instead.
1297
+
1298
+ ## 4.0.0-beta.64
1299
+
1300
+ ### Patch Changes
1301
+
1302
+ - c1a6fdc: fix proxify
1303
+
1304
+ ## 4.0.0-beta.63
1305
+
1306
+ ## 4.0.0-beta.62
1307
+
1308
+ ### Patch Changes
1309
+
1310
+ - 0b21a02: fix: flatten simple allOf constraints in JSON Schema output for better codegen compatibility
1311
+
1312
+ ## 4.0.0-beta.61
1313
+
1314
+ ## 4.0.0-beta.60
1315
+
1316
+ ## 4.0.0-beta.59
1317
+
1318
+ ### Patch Changes
1319
+
1320
+ - cec026d: update packages
1321
+
1322
+ ## 4.0.0-beta.58
1323
+
1324
+ ## 4.0.0-beta.57
1325
+
1326
+ ## 4.0.0-beta.56
1327
+
1328
+ ## 4.0.0-beta.55
1329
+
1330
+ ## 4.0.0-beta.54
1331
+
1332
+ ### Patch Changes
1333
+
1334
+ - d867272: the return of `Context`
1335
+
1336
+ ## 4.0.0-beta.53
1337
+
1338
+ ### Patch Changes
1339
+
1340
+ - ee9694e: fix type issue?
1341
+
1342
+ ## 4.0.0-beta.52
1343
+
1344
+ ### Minor Changes
1345
+
1346
+ - 6252808: Add `ReadonlySetFromArray` and `ReadonlyMapFromArray` schema transformations that decode from annotated arrays to Set/Map. Update `ReadonlySet` and `ReadonlyMap` to use these internally.
1347
+
1348
+ ## 4.0.0-beta.51
1349
+
1350
+ ## 4.0.0-beta.50
1351
+
1352
+ ## 4.0.0-beta.49
1353
+
1354
+ ### Patch Changes
1355
+
1356
+ - e585c9c: fix config nested
1357
+
1358
+ ## 4.0.0-beta.48
1359
+
1360
+ ### Patch Changes
1361
+
1362
+ - 0c88f78: Remove `TaggedError` compatibility re-export, use `TaggedErrorClass` directly
1363
+
1364
+ ## 4.0.0-beta.47
1365
+
1366
+ ### Patch Changes
1367
+
1368
+ - 3365758: workaround effect error messages
1369
+
1370
+ ## 4.0.0-beta.46
1371
+
1372
+ ## 4.0.0-beta.45
1373
+
1374
+ ### Patch Changes
1375
+
1376
+ - 10b55ff: update packages
1377
+
1378
+ ## 4.0.0-beta.44
1379
+
1380
+ ### Patch Changes
1381
+
1382
+ - a37aa38: Update to effect beta 43
1383
+
1384
+ ## 4.0.0-beta.43
1385
+
1386
+ ## 4.0.0-beta.42
1387
+
1388
+ ## 4.0.0-beta.41
1389
+
1390
+ ## 4.0.0-beta.40
1391
+
1392
+ ## 4.0.0-beta.39
1393
+
1394
+ ### Patch Changes
1395
+
1396
+ - 10e90d5: fix: TaggedRequest should be an Opaque Schema Class
1397
+
1398
+ ## 4.0.0-beta.38
1399
+
1400
+ ### Patch Changes
1401
+
1402
+ - 0b3e00e: fix bug
1403
+
1404
+ ## 4.0.0-beta.37
1405
+
1406
+ ### Patch Changes
1407
+
1408
+ - 947fe20: fix input date
1409
+
1410
+ ## 4.0.0-beta.36
1411
+
1412
+ ## 4.0.0-beta.35
1413
+
1414
+ ## 4.0.0-beta.34
1415
+
1416
+ ### Patch Changes
1417
+
1418
+ - 8c645d5: update to latest effect
1419
+
1420
+ ## 4.0.0-beta.33
1421
+
1422
+ ### Patch Changes
1423
+
1424
+ - 4b95009: use Finite instead of Number
1425
+
1426
+ ## 4.0.0-beta.32
1427
+
1428
+ ### Patch Changes
1429
+
1430
+ - 01d862a: again
1431
+
1432
+ ## 4.0.0-beta.31
1433
+
1434
+ ### Patch Changes
1435
+
1436
+ - 6b6d601: fix ForceVOid
1437
+
3
1438
  ## 4.0.0-beta.30
4
1439
 
5
1440
  ### Patch Changes