es-entity 0.10.21

Event Sourcing Entity Framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
# [cala release v0.10.21]https://github.com/GaloyMoney/cala/releases/tag/0.10.21



### Refactor

- [**breaking**] Replace monolithic EsRepoError with per-repo per-operation … (#93)

# [cala release v0.10.20]https://github.com/GaloyMoney/cala/releases/tag/0.10.20



### Bug Fixes

- Add Cargo.lock to work with crane

### Features

- Soft without queries (#92)

# [cala release v0.10.19]https://github.com/GaloyMoney/cala/releases/tag/0.10.19



### Features

- Selective list_for(by(...)) syntax (#87)

# [cala release v0.10.18]https://github.com/GaloyMoney/cala/releases/tag/0.10.18



### Miscellaneous Tasks

- Upgrade async-graphql to 8.0.0-rc.3 (#85)

# [cala release v0.10.17]https://github.com/GaloyMoney/cala/releases/tag/0.10.17



### Bug Fixes

- Retry database connection in setup-db
- Handle custom accessors correctly in batch operations

# [cala release v0.10.16]https://github.com/GaloyMoney/cala/releases/tag/0.10.16



### Features

- Update_all (#84)

# [cala release v0.10.15]https://github.com/GaloyMoney/cala/releases/tag/0.10.15



### Features

- Multi filter (#83)

### Miscellaneous Tasks

- Update convert_case requirement from 0.10 to 0.11 (#81)

# [cala release v0.10.14]https://github.com/GaloyMoney/cala/releases/tag/0.10.14



### Bug Fixes

- Use crate attribute for graphql feature

### Miscellaneous Tasks

- Bump async-graphql

# [cala release v0.10.13]https://github.com/GaloyMoney/cala/releases/tag/0.10.13


### Miscellaneous Tasks

- Clock for non op fns (#80)

# [cala release v0.10.12]https://github.com/GaloyMoney/cala/releases/tag/0.10.12


### Miscellaneous Tasks

- Bump deps (#79)

# [cala release v0.10.11]https://github.com/GaloyMoney/cala/releases/tag/0.10.11


### Miscellaneous Tasks

- Serde support for artificial clock config (#78)
- Add today fn

# [cala release v0.10.10]https://github.com/GaloyMoney/cala/releases/tag/0.10.10


### Miscellaneous Tasks

- Use artificial_now to reduce logic (#77)

# [cala release v0.10.9]https://github.com/GaloyMoney/cala/releases/tag/0.10.9


### Bug Fixes

- Spelling

### Features

- More advanced clock implementation (#76)

### Miscellaneous Tasks

- Bump flake (#75)

# [cala release v0.10.8]https://github.com/GaloyMoney/cala/releases/tag/0.10.8


### Bug Fixes

- Remove unsupported Into for operations

# [cala release v0.10.7]https://github.com/GaloyMoney/cala/releases/tag/0.10.7


### Bug Fixes

- Add use stmt

### Miscellaneous Tasks

- Always expose TracingContext struct

# [cala release v0.10.6]https://github.com/GaloyMoney/cala/releases/tag/0.10.6


### Documentation

- More extensive docs on hooks (#74)

### Miscellaneous Tasks

- Add error field in traces for better navigation (#70)
- Add pre / post commit hooks to DbOp (#71)
- Update convert_case requirement from 0.9 to 0.10 (#65)
- Update darling requirement from 0.21 to 0.23 (#69)
- Remove unused file (#66)
- Remove multilingual field (#67)
- Update convert_case requirement from 0.8 to 0.9 (#63)

### Refactor

- [**breaking**] Rename Ignored -> AlreadyApplied (#73)
- [**breaking**] Update handling of time in AtomicOperation trait (#72)

# [cala release v0.10.5]https://github.com/GaloyMoney/cala/releases/tag/0.10.5


### Refactor

- Use explicit id name in tracing (#64)

# [cala release v0.10.4]https://github.com/GaloyMoney/cala/releases/tag/0.10.4


### Documentation

- Fix idempotency chapter indentation

### Miscellaneous Tasks

- Trace fine tuning (#62)

# [cala release v0.10.3]https://github.com/GaloyMoney/cala/releases/tag/0.10.3


### Miscellaneous Tasks

- Fix instrumentation for retry (#61)

# [cala release v0.10.2]https://github.com/GaloyMoney/cala/releases/tag/0.10.2



# [cala release v0.10.1]https://github.com/GaloyMoney/cala/releases/tag/0.10.1


### Miscellaneous Tasks

- More iteration on otel (#59)

# [cala release v0.10.0]https://github.com/GaloyMoney/cala/releases/tag/0.10.0


### Features

- Adding instrumentation (#57)

# [cala release v0.9.5]https://github.com/GaloyMoney/cala/releases/tag/0.9.5


### Miscellaneous Tasks

- Upgrade deps (#58)

# [cala release v0.9.4]https://github.com/GaloyMoney/cala/releases/tag/0.9.4


### Miscellaneous Tasks

- Expose TracingContext (#55)

# [cala release v0.9.3]https://github.com/GaloyMoney/cala/releases/tag/0.9.3


### Miscellaneous Tasks

- Making simulation config mandatory (#52)

# [cala release v0.9.2]https://github.com/GaloyMoney/cala/releases/tag/0.9.2


### Miscellaneous Tasks

- Add len_new

# [cala release v0.9.1]https://github.com/GaloyMoney/cala/releases/tag/0.9.1


### Documentation

- Bump version in book / README

### Miscellaneous Tasks

- Add `find_map` functions to Nested (#49)

# [cala release v0.9.0]https://github.com/GaloyMoney/cala/releases/tag/0.9.0


### Miscellaneous Tasks

- Bump deps in book
- Declare crate for serde
- Declare crate for schemars feature

# [cala release v0.8.1]https://github.com/GaloyMoney/cala/releases/tag/0.8.1


### Miscellaneous Tasks

- Widen version requirements for sqlx

# [cala release v0.8.0]https://github.com/GaloyMoney/cala/releases/tag/0.8.0


### Refactor

- Rename tracing feature to tracing-context

# [cala release v0.7.19]https://github.com/GaloyMoney/cala/releases/tag/0.7.19


### Miscellaneous Tasks

- Update darling requirement from 0.20 to 0.21 (#46)
- Add iter_persisted in nested (#47)

# [cala release v0.7.18]https://github.com/GaloyMoney/cala/releases/tag/0.7.18


### Documentation

- Fix readme events table

### Miscellaneous Tasks

- Remove Cargo.lock (#37)

### Performance

- Add persist_event_context to disable sending redundant data

# [cala release v0.7.17]https://github.com/GaloyMoney/cala/releases/tag/0.7.17


### Bug Fixes

- Strip alias in es_query order by columns

### Miscellaneous Tasks

- Fmt

# [cala release v0.7.16]https://github.com/GaloyMoney/cala/releases/tag/0.7.16


### Features

- Load context (#36)

# [cala release v0.7.15]https://github.com/GaloyMoney/cala/releases/tag/0.7.15


### Miscellaneous Tasks

- Add tracing to event-context (#35)

# [cala release v0.7.14]https://github.com/GaloyMoney/cala/releases/tag/0.7.14


### Miscellaneous Tasks

- Add tracing data to event context (#34)

# [cala release v0.7.13]https://github.com/GaloyMoney/cala/releases/tag/0.7.13


### Documentation

- Small re-wording for entity_id

### Features

- Event context (#33)

### Miscellaneous Tasks

- Bump flake
- Add sim-time
- Document sim-time
- One_time_executor details

### Refactor

- SimTimeConfig -> SimulationConfig

# [cala release v0.7.12]https://github.com/GaloyMoney/cala/releases/tag/0.7.12


### Miscellaneous Tasks

- One_time_executor and operation

# [cala release v0.7.11]https://github.com/GaloyMoney/cala/releases/tag/0.7.11


### Bug Fixes

- Make #[es_repo(nested)] work under async_trait

# [cala release v0.7.10]https://github.com/GaloyMoney/cala/releases/tag/0.7.10


### Bug Fixes

- Use <#ty> to handle generic children in nested.rs

# [cala release v0.7.9]https://github.com/GaloyMoney/cala/releases/tag/0.7.9


### Miscellaneous Tasks

- Use AsRef<str> for String columns
- Support AsRef<str> in find_by

# [cala release v0.7.8]https://github.com/GaloyMoney/cala/releases/tag/0.7.8


### Bug Fixes

- Declare op as <'static>

# [cala release v0.7.7]https://github.com/GaloyMoney/cala/releases/tag/0.7.7


### Miscellaneous Tasks

- Add tx_mut fn to DbOp (#30)

# [cala release v0.7.6]https://github.com/GaloyMoney/cala/releases/tag/0.7.6


### Miscellaneous Tasks

- Bump flake

# [cala release v0.7.5]https://github.com/GaloyMoney/cala/releases/tag/0.7.5


### Miscellaneous Tasks

- Add internals to repo-list-for-filter
- Update doc links and fix license file name (#28)

### Refactor

- Find_many -> list_for_filter (#29)

# [cala release v0.7.4]https://github.com/GaloyMoney/cala/releases/tag/0.7.4


### Miscellaneous Tasks

- #![forbid(unsafe_code)]
- Update README

# [cala release v0.7.3]https://github.com/GaloyMoney/cala/releases/tag/0.7.3


### Bug Fixes

- README private child struct

### Miscellaneous Tasks

- Reset mdbook-test profile in ci
- Remove holucination from readme
- Add event module docs (#25)
- Readme

### Performance

- Use uuid v7 (#27)

# [cala release v0.7.2]https://github.com/GaloyMoney/cala/releases/tag/0.7.2


### Miscellaneous Tasks

- Bump flake