@effect-app/infra 4.0.0-beta.14 → 4.0.0-beta.140

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 (283) hide show
  1. package/CHANGELOG.md +920 -0
  2. package/dist/CUPS.d.ts +15 -7
  3. package/dist/CUPS.d.ts.map +1 -1
  4. package/dist/CUPS.js +10 -12
  5. package/dist/Emailer/Sendgrid.d.ts +14 -14
  6. package/dist/Emailer/Sendgrid.d.ts.map +1 -1
  7. package/dist/Emailer/Sendgrid.js +16 -15
  8. package/dist/Emailer/fake.d.ts +1 -1
  9. package/dist/Emailer/service.d.ts +9 -3
  10. package/dist/Emailer/service.d.ts.map +1 -1
  11. package/dist/Emailer/service.js +3 -3
  12. package/dist/Emailer.d.ts +1 -1
  13. package/dist/MainFiberSet.d.ts +5 -5
  14. package/dist/MainFiberSet.d.ts.map +1 -1
  15. package/dist/MainFiberSet.js +3 -3
  16. package/dist/Model/Repository/Registry.d.ts +20 -0
  17. package/dist/Model/Repository/Registry.d.ts.map +1 -0
  18. package/dist/Model/Repository/Registry.js +17 -0
  19. package/dist/Model/Repository/ext.d.ts +33 -15
  20. package/dist/Model/Repository/ext.d.ts.map +1 -1
  21. package/dist/Model/Repository/ext.js +54 -2
  22. package/dist/Model/Repository/internal/internal.d.ts +6 -6
  23. package/dist/Model/Repository/internal/internal.d.ts.map +1 -1
  24. package/dist/Model/Repository/internal/internal.js +33 -22
  25. package/dist/Model/Repository/legacy.d.ts +1 -1
  26. package/dist/Model/Repository/makeRepo.d.ts +7 -6
  27. package/dist/Model/Repository/makeRepo.d.ts.map +1 -1
  28. package/dist/Model/Repository/makeRepo.js +5 -1
  29. package/dist/Model/Repository/service.d.ts +28 -23
  30. package/dist/Model/Repository/service.d.ts.map +1 -1
  31. package/dist/Model/Repository/validation.d.ts +60 -10
  32. package/dist/Model/Repository/validation.d.ts.map +1 -1
  33. package/dist/Model/Repository.d.ts +2 -1
  34. package/dist/Model/Repository.d.ts.map +1 -1
  35. package/dist/Model/Repository.js +2 -1
  36. package/dist/Model/dsl.d.ts +4 -4
  37. package/dist/Model/dsl.d.ts.map +1 -1
  38. package/dist/Model/filter/filterApi.d.ts +5 -5
  39. package/dist/Model/filter/filterApi.d.ts.map +1 -1
  40. package/dist/Model/filter/types/errors.d.ts +1 -1
  41. package/dist/Model/filter/types/fields.d.ts +1 -1
  42. package/dist/Model/filter/types/path/common.d.ts +1 -1
  43. package/dist/Model/filter/types/path/eager.d.ts +1 -1
  44. package/dist/Model/filter/types/path/eager.d.ts.map +1 -1
  45. package/dist/Model/filter/types/path/index.d.ts +1 -1
  46. package/dist/Model/filter/types/utils.d.ts +1 -1
  47. package/dist/Model/filter/types/validator.d.ts +1 -1
  48. package/dist/Model/filter/types.d.ts +1 -1
  49. package/dist/Model/query/dsl.d.ts +1 -1
  50. package/dist/Model/query/dsl.d.ts.map +1 -1
  51. package/dist/Model/query/new-kid-interpreter.d.ts +6 -6
  52. package/dist/Model/query/new-kid-interpreter.d.ts.map +1 -1
  53. package/dist/Model/query/new-kid-interpreter.js +3 -3
  54. package/dist/Model/query.d.ts +1 -1
  55. package/dist/Model.d.ts +2 -1
  56. package/dist/Model.d.ts.map +1 -1
  57. package/dist/Model.js +2 -1
  58. package/dist/Operations.d.ts +6 -6
  59. package/dist/Operations.d.ts.map +1 -1
  60. package/dist/Operations.js +56 -59
  61. package/dist/OperationsRepo.d.ts +19 -19
  62. package/dist/OperationsRepo.d.ts.map +1 -1
  63. package/dist/OperationsRepo.js +3 -3
  64. package/dist/QueueMaker/SQLQueue.d.ts +5 -7
  65. package/dist/QueueMaker/SQLQueue.d.ts.map +1 -1
  66. package/dist/QueueMaker/SQLQueue.js +105 -114
  67. package/dist/QueueMaker/errors.d.ts +2 -2
  68. package/dist/QueueMaker/errors.d.ts.map +1 -1
  69. package/dist/QueueMaker/memQueue.d.ts +7 -4
  70. package/dist/QueueMaker/memQueue.d.ts.map +1 -1
  71. package/dist/QueueMaker/memQueue.js +51 -62
  72. package/dist/QueueMaker/sbqueue.d.ts +6 -3
  73. package/dist/QueueMaker/sbqueue.d.ts.map +1 -1
  74. package/dist/QueueMaker/sbqueue.js +36 -52
  75. package/dist/QueueMaker/service.d.ts +1 -1
  76. package/dist/RequestContext.d.ts +55 -25
  77. package/dist/RequestContext.d.ts.map +1 -1
  78. package/dist/RequestContext.js +5 -5
  79. package/dist/RequestFiberSet.d.ts +7 -7
  80. package/dist/RequestFiberSet.d.ts.map +1 -1
  81. package/dist/RequestFiberSet.js +5 -5
  82. package/dist/Store/ContextMapContainer.d.ts +19 -3
  83. package/dist/Store/ContextMapContainer.d.ts.map +1 -1
  84. package/dist/Store/ContextMapContainer.js +13 -3
  85. package/dist/Store/Cosmos/query.d.ts +1 -1
  86. package/dist/Store/Cosmos/query.d.ts.map +1 -1
  87. package/dist/Store/Cosmos/query.js +8 -10
  88. package/dist/Store/Cosmos.d.ts +1 -1
  89. package/dist/Store/Cosmos.d.ts.map +1 -1
  90. package/dist/Store/Cosmos.js +308 -242
  91. package/dist/Store/Disk.d.ts +2 -2
  92. package/dist/Store/Disk.d.ts.map +1 -1
  93. package/dist/Store/Disk.js +25 -22
  94. package/dist/Store/Memory.d.ts +4 -4
  95. package/dist/Store/Memory.d.ts.map +1 -1
  96. package/dist/Store/Memory.js +27 -22
  97. package/dist/Store/SQL/Pg.d.ts +4 -0
  98. package/dist/Store/SQL/Pg.d.ts.map +1 -0
  99. package/dist/Store/SQL/Pg.js +189 -0
  100. package/dist/Store/SQL/query.d.ts +38 -0
  101. package/dist/Store/SQL/query.d.ts.map +1 -0
  102. package/dist/Store/SQL/query.js +367 -0
  103. package/dist/Store/SQL.d.ts +20 -0
  104. package/dist/Store/SQL.d.ts.map +1 -0
  105. package/dist/Store/SQL.js +381 -0
  106. package/dist/Store/codeFilter.d.ts +1 -1
  107. package/dist/Store/codeFilter.d.ts.map +1 -1
  108. package/dist/Store/codeFilter.js +2 -1
  109. package/dist/Store/index.d.ts +5 -2
  110. package/dist/Store/index.d.ts.map +1 -1
  111. package/dist/Store/index.js +15 -3
  112. package/dist/Store/service.d.ts +17 -6
  113. package/dist/Store/service.d.ts.map +1 -1
  114. package/dist/Store/service.js +24 -6
  115. package/dist/Store/utils.d.ts +1 -1
  116. package/dist/Store/utils.d.ts.map +1 -1
  117. package/dist/Store/utils.js +3 -4
  118. package/dist/Store.d.ts +1 -1
  119. package/dist/adapters/SQL/Model.d.ts +28 -42
  120. package/dist/adapters/SQL/Model.d.ts.map +1 -1
  121. package/dist/adapters/SQL/Model.js +2 -2
  122. package/dist/adapters/SQL.d.ts +1 -1
  123. package/dist/adapters/ServiceBus.d.ts +9 -9
  124. package/dist/adapters/ServiceBus.d.ts.map +1 -1
  125. package/dist/adapters/ServiceBus.js +13 -15
  126. package/dist/adapters/cosmos-client.d.ts +3 -3
  127. package/dist/adapters/cosmos-client.d.ts.map +1 -1
  128. package/dist/adapters/cosmos-client.js +3 -3
  129. package/dist/adapters/index.d.ts +8 -2
  130. package/dist/adapters/index.d.ts.map +1 -1
  131. package/dist/adapters/index.js +8 -2
  132. package/dist/adapters/logger.d.ts +1 -1
  133. package/dist/adapters/logger.d.ts.map +1 -1
  134. package/dist/adapters/memQueue.d.ts +3 -3
  135. package/dist/adapters/memQueue.d.ts.map +1 -1
  136. package/dist/adapters/memQueue.js +3 -3
  137. package/dist/adapters/mongo-client.d.ts +3 -3
  138. package/dist/adapters/mongo-client.d.ts.map +1 -1
  139. package/dist/adapters/mongo-client.js +3 -3
  140. package/dist/adapters/redis-client.d.ts +3 -3
  141. package/dist/adapters/redis-client.d.ts.map +1 -1
  142. package/dist/adapters/redis-client.js +3 -3
  143. package/dist/api/ContextProvider.d.ts +7 -7
  144. package/dist/api/ContextProvider.d.ts.map +1 -1
  145. package/dist/api/ContextProvider.js +6 -6
  146. package/dist/api/codec.d.ts +1 -1
  147. package/dist/api/internal/RequestContextMiddleware.d.ts +2 -2
  148. package/dist/api/internal/RequestContextMiddleware.d.ts.map +1 -1
  149. package/dist/api/internal/RequestContextMiddleware.js +1 -1
  150. package/dist/api/internal/auth.d.ts +44 -6
  151. package/dist/api/internal/auth.d.ts.map +1 -1
  152. package/dist/api/internal/auth.js +160 -29
  153. package/dist/api/internal/events.d.ts +3 -3
  154. package/dist/api/internal/events.d.ts.map +1 -1
  155. package/dist/api/internal/events.js +11 -7
  156. package/dist/api/internal/health.d.ts +1 -1
  157. package/dist/api/layerUtils.d.ts +6 -6
  158. package/dist/api/layerUtils.d.ts.map +1 -1
  159. package/dist/api/layerUtils.js +5 -5
  160. package/dist/api/middlewares.d.ts +1 -1
  161. package/dist/api/reportError.d.ts +1 -1
  162. package/dist/api/routing/middleware/RouterMiddleware.d.ts +4 -4
  163. package/dist/api/routing/middleware/RouterMiddleware.d.ts.map +1 -1
  164. package/dist/api/routing/middleware/middleware.d.ts +39 -3
  165. package/dist/api/routing/middleware/middleware.d.ts.map +1 -1
  166. package/dist/api/routing/middleware/middleware.js +45 -14
  167. package/dist/api/routing/middleware.d.ts +1 -2
  168. package/dist/api/routing/middleware.d.ts.map +1 -1
  169. package/dist/api/routing/middleware.js +1 -2
  170. package/dist/api/routing/schema/jwt.d.ts +1 -1
  171. package/dist/api/routing/schema/jwt.d.ts.map +1 -1
  172. package/dist/api/routing/tsort.d.ts +1 -1
  173. package/dist/api/routing/tsort.d.ts.map +1 -1
  174. package/dist/api/routing/utils.d.ts +3 -3
  175. package/dist/api/routing/utils.d.ts.map +1 -1
  176. package/dist/api/routing.d.ts +12 -14
  177. package/dist/api/routing.d.ts.map +1 -1
  178. package/dist/api/routing.js +17 -6
  179. package/dist/api/setupRequest.d.ts +8 -5
  180. package/dist/api/setupRequest.d.ts.map +1 -1
  181. package/dist/api/setupRequest.js +11 -6
  182. package/dist/api/util.d.ts +1 -1
  183. package/dist/arbs.d.ts +1 -1
  184. package/dist/errorReporter.d.ts +4 -4
  185. package/dist/errorReporter.d.ts.map +1 -1
  186. package/dist/errorReporter.js +16 -23
  187. package/dist/errors.d.ts +1 -1
  188. package/dist/fileUtil.d.ts +1 -1
  189. package/dist/fileUtil.d.ts.map +1 -1
  190. package/dist/index.d.ts +1 -1
  191. package/dist/logger/jsonLogger.d.ts +1 -1
  192. package/dist/logger/logFmtLogger.d.ts +1 -1
  193. package/dist/logger/shared.d.ts +1 -1
  194. package/dist/logger.d.ts +1 -1
  195. package/dist/logger.d.ts.map +1 -1
  196. package/dist/rateLimit.d.ts +9 -3
  197. package/dist/rateLimit.d.ts.map +1 -1
  198. package/dist/rateLimit.js +5 -11
  199. package/dist/test.d.ts +1 -1
  200. package/dist/test.d.ts.map +1 -1
  201. package/dist/vitest.d.ts +1 -1
  202. package/eslint.config.mjs +1 -1
  203. package/examples/query.ts +30 -26
  204. package/package.json +41 -27
  205. package/src/CUPS.ts +9 -11
  206. package/src/Emailer/Sendgrid.ts +17 -14
  207. package/src/Emailer/service.ts +8 -2
  208. package/src/MainFiberSet.ts +3 -3
  209. package/src/Model/Repository/Registry.ts +33 -0
  210. package/src/Model/Repository/ext.ts +93 -6
  211. package/src/Model/Repository/internal/internal.ts +85 -78
  212. package/src/Model/Repository/makeRepo.ts +12 -10
  213. package/src/Model/Repository/service.ts +31 -22
  214. package/src/Model/Repository.ts +1 -0
  215. package/src/Model/dsl.ts +3 -3
  216. package/src/Model/query/new-kid-interpreter.ts +2 -2
  217. package/src/Model.ts +1 -0
  218. package/src/Operations.ts +78 -113
  219. package/src/OperationsRepo.ts +2 -2
  220. package/src/QueueMaker/SQLQueue.ts +121 -151
  221. package/src/QueueMaker/memQueue.ts +82 -103
  222. package/src/QueueMaker/sbqueue.ts +55 -85
  223. package/src/RequestContext.ts +4 -4
  224. package/src/RequestFiberSet.ts +4 -4
  225. package/src/Store/ContextMapContainer.ts +41 -2
  226. package/src/Store/Cosmos/query.ts +9 -11
  227. package/src/Store/Cosmos.ts +437 -343
  228. package/src/Store/Disk.ts +52 -49
  229. package/src/Store/Memory.ts +54 -48
  230. package/src/Store/SQL/Pg.ts +318 -0
  231. package/src/Store/SQL/query.ts +409 -0
  232. package/src/Store/SQL.ts +668 -0
  233. package/src/Store/codeFilter.ts +1 -0
  234. package/src/Store/index.ts +17 -2
  235. package/src/Store/service.ts +31 -7
  236. package/src/Store/utils.ts +23 -22
  237. package/src/adapters/SQL/Model.ts +10 -4
  238. package/src/adapters/ServiceBus.ts +111 -115
  239. package/src/adapters/cosmos-client.ts +2 -2
  240. package/src/adapters/index.ts +7 -0
  241. package/src/adapters/memQueue.ts +2 -2
  242. package/src/adapters/mongo-client.ts +2 -2
  243. package/src/adapters/redis-client.ts +2 -2
  244. package/src/api/ContextProvider.ts +11 -11
  245. package/src/api/internal/auth.ts +246 -44
  246. package/src/api/internal/events.ts +14 -9
  247. package/src/api/layerUtils.ts +8 -8
  248. package/src/api/routing/middleware/RouterMiddleware.ts +4 -4
  249. package/src/api/routing/middleware/middleware.ts +52 -12
  250. package/src/api/routing/middleware.ts +0 -2
  251. package/src/api/routing.ts +21 -7
  252. package/src/api/setupRequest.ts +27 -7
  253. package/src/errorReporter.ts +58 -72
  254. package/src/rateLimit.ts +30 -22
  255. package/test/auth.test.ts +101 -0
  256. package/test/contextProvider.test.ts +11 -11
  257. package/test/controller.test.ts +18 -14
  258. package/test/dist/auth.test.d.ts.map +1 -0
  259. package/test/dist/contextProvider.test.d.ts.map +1 -1
  260. package/test/dist/controller.test.d.ts.map +1 -1
  261. package/test/dist/date-query.test.d.ts.map +1 -0
  262. package/test/dist/fixtures.d.ts +22 -12
  263. package/test/dist/fixtures.d.ts.map +1 -1
  264. package/test/dist/fixtures.js +12 -10
  265. package/test/dist/query.test.d.ts.map +1 -1
  266. package/test/dist/rawQuery.test.d.ts.map +1 -1
  267. package/test/dist/repository-ext.test.d.ts.map +1 -0
  268. package/test/dist/requires.test.d.ts.map +1 -1
  269. package/test/dist/router-generator.test.d.ts.map +1 -0
  270. package/test/dist/routing-interruptibility.test.d.ts.map +1 -0
  271. package/test/dist/rpc-multi-middleware.test.d.ts.map +1 -1
  272. package/test/dist/sql-store.test.d.ts.map +1 -0
  273. package/test/fixtures.ts +11 -9
  274. package/test/query.test.ts +209 -31
  275. package/test/rawQuery.test.ts +23 -19
  276. package/test/repository-ext.test.ts +58 -0
  277. package/test/requires.test.ts +6 -6
  278. package/test/router-generator.test.ts +180 -0
  279. package/test/routing-interruptibility.test.ts +63 -0
  280. package/test/rpc-multi-middleware.test.ts +78 -9
  281. package/test/sql-store.test.ts +1064 -0
  282. package/test/validateSample.test.ts +12 -9
  283. package/tsconfig.json +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,925 @@
1
1
  # @effect-app/infra
2
2
 
3
+ ## 4.0.0-beta.140
4
+
5
+ ### Patch Changes
6
+
7
+ - 1576688: Add configurable `fakeMailAddress` to `SendgridConfig`. Supports `{i}` placeholder for unique addresses, e.g. `"test+{i}@example.com"`.
8
+ - effect-app@4.0.0-beta.140
9
+
10
+ ## 4.0.0-beta.139
11
+
12
+ ### Patch Changes
13
+
14
+ - effect-app@4.0.0-beta.139
15
+
16
+ ## 4.0.0-beta.138
17
+
18
+ ### Patch Changes
19
+
20
+ - effect-app@4.0.0-beta.138
21
+
22
+ ## 4.0.0-beta.137
23
+
24
+ ### Patch Changes
25
+
26
+ - effect-app@4.0.0-beta.137
27
+
28
+ ## 4.0.0-beta.136
29
+
30
+ ### Patch Changes
31
+
32
+ - effect-app@4.0.0-beta.136
33
+
34
+ ## 4.0.0-beta.135
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [c7bbc41]
39
+ - effect-app@4.0.0-beta.135
40
+
41
+ ## 4.0.0-beta.134
42
+
43
+ ### Patch Changes
44
+
45
+ - eed57c6: Fix `R` inference in `OneDSL`, `OneDSLExt.modify` and `OneDSLExt.update`. The callback's effect type was annotated as `Effect<…, E, FixEnv<R, Evt, S1, S2>>`, which deadlocked inference of `R` (TS6 fell back to `never`, tsgo to `unknown`, leaking `unknown` into yielded effects in generator handlers). Now matches the existing `AllDSLExt` pattern: bare `R` in the callback, `FixEnv<R, …>` only in the return type.
46
+ - Updated dependencies [9d3495e]
47
+ - Updated dependencies [f353d48]
48
+ - effect-app@4.0.0-beta.134
49
+
50
+ ## 4.0.0-beta.133
51
+
52
+ ### Patch Changes
53
+
54
+ - 2f862a4: Apply `toCodecJson` in `SQLModel.JsonFromString` so SQL JSON string fields use the proper JSON-safe codec at the encode/decode boundary (aligns with queue, event, and gist call sites).
55
+ - c3299f7: update packages
56
+ - Updated dependencies [c3299f7]
57
+ - effect-app@4.0.0-beta.133
58
+
59
+ ## 4.0.0-beta.132
60
+
61
+ ### Patch Changes
62
+
63
+ - effect-app@4.0.0-beta.132
64
+
65
+ ## 4.0.0-beta.131
66
+
67
+ ### Patch Changes
68
+
69
+ - 4a7d95a: Use request-type RPC annotations to drive interruptibility and retry behavior, apply command uninterruptibility through the router wrapper path, and add an in-memory E2E test covering command vs query interruption behavior.
70
+ - effect-app@4.0.0-beta.131
71
+
72
+ ## 4.0.0-beta.130
73
+
74
+ ### Patch Changes
75
+
76
+ - Updated dependencies [ea1bd46]
77
+ - effect-app@4.0.0-beta.130
78
+
79
+ ## 4.0.0-beta.129
80
+
81
+ ### Patch Changes
82
+
83
+ - effect-app@4.0.0-beta.129
84
+
85
+ ## 4.0.0-beta.128
86
+
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies [57db551]
90
+ - effect-app@4.0.0-beta.128
91
+
92
+ ## 4.0.0-beta.127
93
+
94
+ ### Patch Changes
95
+
96
+ - 71a0719: Merge `batchPar` into `batch`, expose `concurrency` via an optional `BatchOptions` argument, and make `batch` dual (data-first + data-last).
97
+ - 4bc3d05: Repository `save`, `remove`, and `removeById` now accept plain `ReadonlyArray` instead of `NonEmptyReadonlyArray`. Callers no longer need to narrow or guard for non-emptiness before invoking — empty inputs short-circuit to a no-op, making it ergonomic to pass through query results directly.
98
+ - effect-app@4.0.0-beta.127
99
+
100
+ ## 4.0.0-beta.126
101
+
102
+ ### Patch Changes
103
+
104
+ - Updated dependencies [458bb1b]
105
+ - effect-app@4.0.0-beta.126
106
+
107
+ ## 4.0.0-beta.125
108
+
109
+ ### Patch Changes
110
+
111
+ - 7191fc1: `removeById` now takes `id | NonEmptyReadonlyArray<id>` instead of a variadic rest, and the extended repo's `removeById` accepts a `batch` option to chunk large deletes — consistent with `save` and `remove`.
112
+ - effect-app@4.0.0-beta.125
113
+
114
+ ## 4.0.0-beta.124
115
+
116
+ ### Patch Changes
117
+
118
+ - c9e0c44: cleanup auth
119
+ - 256ae85: cleanup
120
+ - Updated dependencies [256ae85]
121
+ - effect-app@4.0.0-beta.124
122
+
123
+ ## 4.0.0-beta.123
124
+
125
+ ### Patch Changes
126
+
127
+ - Updated dependencies [14aba14]
128
+ - effect-app@4.0.0-beta.123
129
+
130
+ ## 4.0.0-beta.122
131
+
132
+ ### Patch Changes
133
+
134
+ - 27bf9b6: Fix `Repository.query` environment typing to exclude schema context provided through `makeRepo` options.
135
+ - e02a258: Add optional batching overloads for repository `save` and `remove` helpers.
136
+ - f052d38: Replace `(...) => Effect.gen` with `Effect.fnUntraced` and convert select multi-step `pipe` chains to `Effect.gen` across infra.
137
+ - Updated dependencies [f052d38]
138
+ - effect-app@4.0.0-beta.122
139
+
140
+ ## 4.0.0-beta.121
141
+
142
+ ### Patch Changes
143
+
144
+ - 1015582: Fix `Q.project` field selection with `Schema.encodeKeys` by deriving selected fields from the encoded schema shape.
145
+ - Updated dependencies [5ac46cb]
146
+ - effect-app@4.0.0-beta.121
147
+
148
+ ## 4.0.0-beta.120
149
+
150
+ ### Patch Changes
151
+
152
+ - Updated dependencies [f21190c]
153
+ - effect-app@4.0.0-beta.120
154
+
155
+ ## 4.0.0-beta.119
156
+
157
+ ### Patch Changes
158
+
159
+ - db7ba34: Filter SSE events stream by storeId namespace
160
+ - effect-app@4.0.0-beta.119
161
+
162
+ ## 4.0.0-beta.118
163
+
164
+ ### Patch Changes
165
+
166
+ - Update effect packages to 4.0.0-beta.52
167
+ - Updated dependencies [bd26832]
168
+ - Updated dependencies [08d2e70]
169
+ - Updated dependencies
170
+ - effect-app@4.0.0-beta.118
171
+
172
+ ## 4.0.0-beta.117
173
+
174
+ ### Patch Changes
175
+
176
+ - 1d85785: Wrap store seed effects with `Effect.uninterruptible` to prevent interruption during seeding
177
+ - effect-app@4.0.0-beta.117
178
+
179
+ ## 4.0.0-beta.116
180
+
181
+ ### Patch Changes
182
+
183
+ - 7d5cefc: SQL and Pg stores now scope seed migration records by namespace and table name in shared databases to avoid cross-namespace seed collisions.
184
+ - effect-app@4.0.0-beta.116
185
+
186
+ ## 4.0.0-beta.115
187
+
188
+ ### Patch Changes
189
+
190
+ - 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.
191
+ - effect-app@4.0.0-beta.115
192
+
193
+ ## 4.0.0-beta.114
194
+
195
+ ### Patch Changes
196
+
197
+ - 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.
198
+ - effect-app@4.0.0-beta.114
199
+
200
+ ## 4.0.0-beta.113
201
+
202
+ ### Minor Changes
203
+
204
+ - 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.
205
+
206
+ 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.
207
+
208
+ 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.
209
+
210
+ ### Patch Changes
211
+
212
+ - effect-app@4.0.0-beta.113
213
+
214
+ ## 4.0.0-beta.112
215
+
216
+ ### Patch Changes
217
+
218
+ - 8a4a6d2: fup
219
+ - effect-app@4.0.0-beta.112
220
+
221
+ ## 4.0.0-beta.111
222
+
223
+ ### Patch Changes
224
+
225
+ - ca94edf: fix typo
226
+ - Updated dependencies [ca94edf]
227
+ - effect-app@4.0.0-beta.111
228
+
229
+ ## 4.0.0-beta.110
230
+
231
+ ### Minor Changes
232
+
233
+ - 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`.
234
+
235
+ ### Patch Changes
236
+
237
+ - effect-app@4.0.0-beta.110
238
+
239
+ ## 4.0.0-beta.109
240
+
241
+ ### Patch Changes
242
+
243
+ - 82f66f1: use uninterruptiple
244
+ - effect-app@4.0.0-beta.109
245
+
246
+ ## 4.0.0-beta.108
247
+
248
+ ### Patch Changes
249
+
250
+ - Updated dependencies [3e46e7b]
251
+ - effect-app@4.0.0-beta.108
252
+
253
+ ## 4.0.0-beta.107
254
+
255
+ ### Patch Changes
256
+
257
+ - 902ca1b: fix
258
+ - effect-app@4.0.0-beta.107
259
+
260
+ ## 4.0.0-beta.106
261
+
262
+ ### Patch Changes
263
+
264
+ - f22a026: Use `Effect.cached` in `getOrCreateStoreEffect` for proper memoization of the resolver effect.
265
+ - effect-app@4.0.0-beta.106
266
+
267
+ ## 4.0.0-beta.105
268
+
269
+ ### Minor Changes
270
+
271
+ - 3d732b1: Rewrite `withRequestResolverCache` to use official `RequestResolver.withCache`, creating a cached resolver per ContextMap via `getOrCreateStoreEffect` with semaphore-guarded initialization.
272
+
273
+ ### Patch Changes
274
+
275
+ - 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.
276
+ - 5773159: Add `itemType` annotation to all repository spans
277
+ - effect-app@4.0.0-beta.105
278
+
279
+ ## 4.0.0-beta.104
280
+
281
+ ### Patch Changes
282
+
283
+ - Updated dependencies [e944bca]
284
+ - effect-app@4.0.0-beta.104
285
+
286
+ ## 4.0.0-beta.103
287
+
288
+ ### Patch Changes
289
+
290
+ - Updated dependencies [7119320]
291
+ - effect-app@4.0.0-beta.103
292
+
293
+ ## 4.0.0-beta.102
294
+
295
+ ### Patch Changes
296
+
297
+ - 62627e9: Fix boolean handling in SQL SELECT and WHERE
298
+ - effect-app@4.0.0-beta.102
299
+
300
+ ## 4.0.0-beta.101
301
+
302
+ ### Patch Changes
303
+
304
+ - effect-app@4.0.0-beta.101
305
+
306
+ ## 4.0.0-beta.100
307
+
308
+ ### Patch Changes
309
+
310
+ - 43611c7: enable cosmosdb large partition key hashes
311
+ - effect-app@4.0.0-beta.100
312
+
313
+ ## 4.0.0-beta.99
314
+
315
+ ### Patch Changes
316
+
317
+ - 6a0e008: remove artificial Cosmos bulkSet delays
318
+ - effect-app@4.0.0-beta.99
319
+
320
+ ## 4.0.0-beta.98
321
+
322
+ ### Patch Changes
323
+
324
+ - 5aed2e3: Add span to Cosmos `batchRemove` and include `namespace` attribute on all Cosmos store spans.
325
+ - effect-app@4.0.0-beta.98
326
+
327
+ ## 4.0.0-beta.97
328
+
329
+ ### Patch Changes
330
+
331
+ - 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.
332
+ - effect-app@4.0.0-beta.97
333
+
334
+ ## 4.0.0-beta.96
335
+
336
+ ### Patch Changes
337
+
338
+ - Updated dependencies [5615e47]
339
+ - effect-app@4.0.0-beta.96
340
+
341
+ ## 4.0.0-beta.95
342
+
343
+ ### Patch Changes
344
+
345
+ - 88838fb: Remove pick/omit customizations from Class/TaggedClass/Struct/TaggedStruct. Use `Struct.pick(X.fields, [...])` from `effect-app` instead.
346
+ - Updated dependencies [88838fb]
347
+ - effect-app@4.0.0-beta.95
348
+
349
+ ## 4.0.0-beta.94
350
+
351
+ ### Patch Changes
352
+
353
+ - effect-app@4.0.0-beta.94
354
+
355
+ ## 4.0.0-beta.93
356
+
357
+ ### Patch Changes
358
+
359
+ - 2d85646: fix SQL includes-any/all double-quoting values for SQLite (JSON.stringify only needed for Postgres jsonb)
360
+ - effect-app@4.0.0-beta.93
361
+
362
+ ## 4.0.0-beta.92
363
+
364
+ ### Patch Changes
365
+
366
+ - b4ffee0: fix SQL whereEvery double-negation bug causing wrong query when operators like notIn are used (especially with empty arrays)
367
+ - effect-app@4.0.0-beta.92
368
+
369
+ ## 4.0.0-beta.91
370
+
371
+ ### Patch Changes
372
+
373
+ - Updated dependencies [738b482]
374
+ - effect-app@4.0.0-beta.91
375
+
376
+ ## 4.0.0-beta.90
377
+
378
+ ### Patch Changes
379
+
380
+ - d786b91: Fix SQL `whereSome`/`whereEvery` array relation queries using `EXISTS` with `json_each` (SQLite) / `jsonb_array_elements` (Pg).
381
+ - effect-app@4.0.0-beta.90
382
+
383
+ ## 4.0.0-beta.89
384
+
385
+ ### Patch Changes
386
+
387
+ - 9a9e46c: Fix SQL select queries to read `_etag` from column instead of JSON data, preventing INSERT on update.
388
+ - effect-app@4.0.0-beta.89
389
+
390
+ ## 4.0.0-beta.88
391
+
392
+ ### Patch Changes
393
+
394
+ - dfd5562: Fix SQL `IN`/`NOT IN` with null values to use `IS NULL`/`IS NOT NULL` instead of `IN (NULL, ...)`.
395
+ - effect-app@4.0.0-beta.88
396
+
397
+ ## 4.0.0-beta.87
398
+
399
+ ### Patch Changes
400
+
401
+ - 5a709d1: Fix SQLite select query type coercion using `json_quote` and apply defaultValues in SQL WHERE clauses via `COALESCE`.
402
+ - effect-app@4.0.0-beta.87
403
+
404
+ ## 4.0.0-beta.86
405
+
406
+ ### Patch Changes
407
+
408
+ - 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.
409
+ - effect-app@4.0.0-beta.86
410
+
411
+ ## 4.0.0-beta.85
412
+
413
+ ### Patch Changes
414
+
415
+ - 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.
416
+ - effect-app@4.0.0-beta.85
417
+
418
+ ## 4.0.0-beta.84
419
+
420
+ ### Patch Changes
421
+
422
+ - 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).
423
+ - effect-app@4.0.0-beta.84
424
+
425
+ ## 4.0.0-beta.83
426
+
427
+ ### Patch Changes
428
+
429
+ - 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.
430
+ - effect-app@4.0.0-beta.83
431
+
432
+ ## 4.0.0-beta.82
433
+
434
+ ### Minor Changes
435
+
436
+ - 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.
437
+ - 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.
438
+ - 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.
439
+ - 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`.
440
+
441
+ ### Patch Changes
442
+
443
+ - effect-app@4.0.0-beta.82
444
+
445
+ ## 4.0.0-beta.81
446
+
447
+ ### Minor Changes
448
+
449
+ - fd67f0b: Add `withRequestResolverCache` to scope RequestResolver cache to the ContextMap (request-scoped). Add `getOrCreateStore` to ContextMap for generic scoped storage.
450
+
451
+ ### Patch Changes
452
+
453
+ - effect-app@4.0.0-beta.81
454
+
455
+ ## 4.0.0-beta.80
456
+
457
+ ### Patch Changes
458
+
459
+ - eaf0115: enforce local
460
+ - effect-app@4.0.0-beta.80
461
+
462
+ ## 4.0.0-beta.79
463
+
464
+ ### Patch Changes
465
+
466
+ - 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).
467
+ - Updated dependencies [d16845e]
468
+ - effect-app@4.0.0-beta.79
469
+
470
+ ## 4.0.0-beta.78
471
+
472
+ ### Minor Changes
473
+
474
+ - 818e047: Router `matchFor` no longer requires `meta` property on resource when requests carry `moduleName` from `TaggedRequestFor`
475
+
476
+ ### Patch Changes
477
+
478
+ - effect-app@4.0.0-beta.78
479
+
480
+ ## 4.0.0-beta.77
481
+
482
+ ### Patch Changes
483
+
484
+ - Updated dependencies [3613e87]
485
+ - effect-app@4.0.0-beta.77
486
+
487
+ ## 4.0.0-beta.76
488
+
489
+ ### Patch Changes
490
+
491
+ - fac725d: update effect to latest beta
492
+ - Updated dependencies [a5248a9]
493
+ - Updated dependencies [fac725d]
494
+ - effect-app@4.0.0-beta.76
495
+
496
+ ## 4.0.0-beta.75
497
+
498
+ ### Patch Changes
499
+
500
+ - Updated dependencies [24f0a5a]
501
+ - effect-app@4.0.0-beta.75
502
+
503
+ ## 4.0.0-beta.74
504
+
505
+ ### Patch Changes
506
+
507
+ - Updated dependencies [54ec1ef]
508
+ - effect-app@4.0.0-beta.74
509
+
510
+ ## 4.0.0-beta.73
511
+
512
+ ### Patch Changes
513
+
514
+ - b53c59e: fix signature
515
+ - effect-app@4.0.0-beta.73
516
+
517
+ ## 4.0.0-beta.72
518
+
519
+ ### Patch Changes
520
+
521
+ - Updated dependencies [0541f0d]
522
+ - effect-app@4.0.0-beta.72
523
+
524
+ ## 4.0.0-beta.71
525
+
526
+ ### Patch Changes
527
+
528
+ - beae3a0: Remove `withDefaultConstructor` wrapper, use `S.withConstructorDefault` directly with `Effect.succeed`/`Effect.sync`.
529
+ - Updated dependencies [beae3a0]
530
+ - effect-app@4.0.0-beta.71
531
+
532
+ ## 4.0.0-beta.70
533
+
534
+ ### Patch Changes
535
+
536
+ - fdb9cb3: cleanup
537
+ - effect-app@4.0.0-beta.70
538
+
539
+ ## 4.0.0-beta.69
540
+
541
+ ### Patch Changes
542
+
543
+ - dc465e3: update to latest effect beta
544
+ - Updated dependencies [dc465e3]
545
+ - effect-app@4.0.0-beta.69
546
+
547
+ ## 4.0.0-beta.68
548
+
549
+ ### Patch Changes
550
+
551
+ - Updated dependencies [e6f2341]
552
+ - effect-app@4.0.0-beta.68
553
+
554
+ ## 4.0.0-beta.67
555
+
556
+ ### Patch Changes
557
+
558
+ - effect-app@4.0.0-beta.67
559
+
560
+ ## 4.0.0-beta.66
561
+
562
+ ### Patch Changes
563
+
564
+ - Updated dependencies [edc52e4]
565
+ - effect-app@4.0.0-beta.66
566
+
567
+ ## 4.0.0-beta.65
568
+
569
+ ### Patch Changes
570
+
571
+ - Updated dependencies [31739d7]
572
+ - Updated dependencies [1f103b2]
573
+ - effect-app@4.0.0-beta.65
574
+
575
+ ## 4.0.0-beta.64
576
+
577
+ ### Patch Changes
578
+
579
+ - Updated dependencies [c1a6fdc]
580
+ - effect-app@4.0.0-beta.64
581
+
582
+ ## 4.0.0-beta.63
583
+
584
+ ### Patch Changes
585
+
586
+ - 1f9d7da: fix missing toCodecJson usages
587
+ - effect-app@4.0.0-beta.63
588
+
589
+ ## 4.0.0-beta.62
590
+
591
+ ### Patch Changes
592
+
593
+ - Updated dependencies [0b21a02]
594
+ - effect-app@4.0.0-beta.62
595
+
596
+ ## 4.0.0-beta.61
597
+
598
+ ### Patch Changes
599
+
600
+ - effect-app@4.0.0-beta.61
601
+
602
+ ## 4.0.0-beta.60
603
+
604
+ ### Patch Changes
605
+
606
+ - 29c39d2: Fix repository `find` with transformed id fields in tagged union schemas
607
+ - effect-app@4.0.0-beta.60
608
+
609
+ ## 4.0.0-beta.59
610
+
611
+ ### Patch Changes
612
+
613
+ - cec026d: update packages
614
+ - Updated dependencies [cec026d]
615
+ - effect-app@4.0.0-beta.59
616
+
617
+ ## 4.0.0-beta.58
618
+
619
+ ### Patch Changes
620
+
621
+ - effect-app@4.0.0-beta.58
622
+
623
+ ## 4.0.0-beta.57
624
+
625
+ ### Patch Changes
626
+
627
+ - fbf47b8: Fix repository `find` with transformed id fields (e.g. composite ids using `decodeTo`)
628
+ - effect-app@4.0.0-beta.57
629
+
630
+ ## 4.0.0-beta.56
631
+
632
+ ### Patch Changes
633
+
634
+ - effect-app@4.0.0-beta.56
635
+
636
+ ## 4.0.0-beta.55
637
+
638
+ ### Patch Changes
639
+
640
+ - effect-app@4.0.0-beta.55
641
+
642
+ ## 4.0.0-beta.54
643
+
644
+ ### Patch Changes
645
+
646
+ - d867272: the return of `Context`
647
+ - Updated dependencies [d867272]
648
+ - effect-app@4.0.0-beta.54
649
+
650
+ ## 4.0.0-beta.53
651
+
652
+ ### Patch Changes
653
+
654
+ - Updated dependencies [ee9694e]
655
+ - effect-app@4.0.0-beta.53
656
+
657
+ ## 4.0.0-beta.52
658
+
659
+ ### Patch Changes
660
+
661
+ - Updated dependencies [6252808]
662
+ - effect-app@4.0.0-beta.52
663
+
664
+ ## 4.0.0-beta.51
665
+
666
+ ### Patch Changes
667
+
668
+ - effect-app@4.0.0-beta.51
669
+
670
+ ## 4.0.0-beta.50
671
+
672
+ ### Patch Changes
673
+
674
+ - effect-app@4.0.0-beta.50
675
+
676
+ ## 4.0.0-beta.49
677
+
678
+ ### Patch Changes
679
+
680
+ - Updated dependencies [e585c9c]
681
+ - effect-app@4.0.0-beta.49
682
+
683
+ ## 4.0.0-beta.48
684
+
685
+ ### Patch Changes
686
+
687
+ - Updated dependencies [0c88f78]
688
+ - effect-app@4.0.0-beta.48
689
+
690
+ ## 4.0.0-beta.47
691
+
692
+ ### Patch Changes
693
+
694
+ - Updated dependencies [3365758]
695
+ - effect-app@4.0.0-beta.47
696
+
697
+ ## 4.0.0-beta.46
698
+
699
+ ### Patch Changes
700
+
701
+ - effect-app@4.0.0-beta.46
702
+
703
+ ## 4.0.0-beta.45
704
+
705
+ ### Patch Changes
706
+
707
+ - 10b55ff: update packages
708
+ - Updated dependencies [10b55ff]
709
+ - effect-app@4.0.0-beta.45
710
+
711
+ ## 4.0.0-beta.44
712
+
713
+ ### Patch Changes
714
+
715
+ - a37aa38: Update to effect beta 43
716
+ - Updated dependencies [a37aa38]
717
+ - effect-app@4.0.0-beta.44
718
+
719
+ ## 4.0.0-beta.43
720
+
721
+ ### Patch Changes
722
+
723
+ - dab6992: no need for .lock.lock
724
+ - effect-app@4.0.0-beta.43
725
+
726
+ ## 4.0.0-beta.42
727
+
728
+ ### Patch Changes
729
+
730
+ - effect-app@4.0.0-beta.42
731
+
732
+ ## 4.0.0-beta.41
733
+
734
+ ### Patch Changes
735
+
736
+ - effect-app@4.0.0-beta.41
737
+
738
+ ## 4.0.0-beta.40
739
+
740
+ ### Patch Changes
741
+
742
+ - effect-app@4.0.0-beta.40
743
+
744
+ ## 4.0.0-beta.39
745
+
746
+ ### Patch Changes
747
+
748
+ - Updated dependencies [10e90d5]
749
+ - effect-app@4.0.0-beta.39
750
+
751
+ ## 4.0.0-beta.38
752
+
753
+ ### Patch Changes
754
+
755
+ - Updated dependencies [0b3e00e]
756
+ - effect-app@4.0.0-beta.38
757
+
758
+ ## 4.0.0-beta.37
759
+
760
+ ### Patch Changes
761
+
762
+ - Updated dependencies [947fe20]
763
+ - effect-app@4.0.0-beta.37
764
+
765
+ ## 4.0.0-beta.36
766
+
767
+ ### Patch Changes
768
+
769
+ - effect-app@4.0.0-beta.36
770
+
771
+ ## 4.0.0-beta.35
772
+
773
+ ### Patch Changes
774
+
775
+ - effect-app@4.0.0-beta.35
776
+
777
+ ## 4.0.0-beta.34
778
+
779
+ ### Patch Changes
780
+
781
+ - 8c645d5: update to latest effect
782
+ - Updated dependencies [8c645d5]
783
+ - effect-app@4.0.0-beta.34
784
+
785
+ ## 4.0.0-beta.33
786
+
787
+ ### Patch Changes
788
+
789
+ - 4b95009: use Finite instead of Number
790
+ - Updated dependencies [4b95009]
791
+ - effect-app@4.0.0-beta.33
792
+
793
+ ## 4.0.0-beta.32
794
+
795
+ ### Patch Changes
796
+
797
+ - Updated dependencies [01d862a]
798
+ - effect-app@4.0.0-beta.32
799
+
800
+ ## 4.0.0-beta.31
801
+
802
+ ### Patch Changes
803
+
804
+ - Updated dependencies [6b6d601]
805
+ - effect-app@4.0.0-beta.31
806
+
807
+ ## 4.0.0-beta.30
808
+
809
+ ### Patch Changes
810
+
811
+ - Updated dependencies [5ec1f45]
812
+ - effect-app@4.0.0-beta.30
813
+
814
+ ## 4.0.0-beta.29
815
+
816
+ ### Patch Changes
817
+
818
+ - Updated dependencies [a899d46]
819
+ - effect-app@4.0.0-beta.29
820
+
821
+ ## 4.0.0-beta.28
822
+
823
+ ### Patch Changes
824
+
825
+ - Updated dependencies [0099208]
826
+ - effect-app@4.0.0-beta.28
827
+
828
+ ## 4.0.0-beta.27
829
+
830
+ ### Patch Changes
831
+
832
+ - 601a1ff: update effect to 4.0.0-beta.37 and drop the Schema Class disableValidation workaround now that the patched effect schema covers it
833
+ - Updated dependencies [601a1ff]
834
+ - effect-app@4.0.0-beta.27
835
+
836
+ ## 4.0.0-beta.26
837
+
838
+ ### Patch Changes
839
+
840
+ - Updated dependencies [4da28e2]
841
+ - effect-app@4.0.0-beta.26
842
+
843
+ ## 4.0.0-beta.25
844
+
845
+ ### Patch Changes
846
+
847
+ - Updated dependencies [6282d4b]
848
+ - effect-app@4.0.0-beta.25
849
+
850
+ ## 4.0.0-beta.24
851
+
852
+ ### Patch Changes
853
+
854
+ - Updated dependencies [32f71bf]
855
+ - effect-app@4.0.0-beta.24
856
+
857
+ ## 4.0.0-beta.23
858
+
859
+ ### Patch Changes
860
+
861
+ - Updated dependencies [ea08a79]
862
+ - effect-app@4.0.0-beta.23
863
+
864
+ ## 4.0.0-beta.22
865
+
866
+ ### Patch Changes
867
+
868
+ - effect-app@4.0.0-beta.22
869
+
870
+ ## 4.0.0-beta.21
871
+
872
+ ### Patch Changes
873
+
874
+ - 75c72ee: update effect to 4.0.0-beta.36, adapt to Option<A> revert from A | undefined
875
+ - Updated dependencies [0d349e7]
876
+ - Updated dependencies [75c72ee]
877
+ - effect-app@4.0.0-beta.21
878
+
879
+ ## 4.0.0-beta.20
880
+
881
+ ### Patch Changes
882
+
883
+ - 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.
884
+ - Updated dependencies [aa921db]
885
+ - effect-app@4.0.0-beta.20
886
+
887
+ ## 4.0.0-beta.19
888
+
889
+ ### Patch Changes
890
+
891
+ - Updated dependencies [ffc10a4]
892
+ - effect-app@4.0.0-beta.19
893
+
894
+ ## 4.0.0-beta.18
895
+
896
+ ### Patch Changes
897
+
898
+ - Updated dependencies [e9dbbdd]
899
+ - effect-app@4.0.0-beta.18
900
+
901
+ ## 4.0.0-beta.17
902
+
903
+ ### Patch Changes
904
+
905
+ - Updated dependencies [c8a6a3f]
906
+ - effect-app@4.0.0-beta.17
907
+
908
+ ## 4.0.0-beta.16
909
+
910
+ ### Patch Changes
911
+
912
+ - Updated dependencies [56db2c4]
913
+ - effect-app@4.0.0-beta.16
914
+
915
+ ## 4.0.0-beta.15
916
+
917
+ ### Patch Changes
918
+
919
+ - a3c9cc8: fix SSE event stream merge in pipe usage
920
+ - Updated dependencies [20186b6]
921
+ - effect-app@4.0.0-beta.15
922
+
3
923
  ## 4.0.0-beta.14
4
924
 
5
925
  ### Patch Changes