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

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