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

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