@effect-app/infra 4.0.0-beta.16 → 4.0.0-beta.160

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