-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
603 lines (387 loc) · 27.8 KB
/
changelog.html
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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,maximum-scale=2">
<link rel="stylesheet" type="text/css" media="screen" href="/TableStorage/assets/css/style.css?v=afddff8d2cbeb12a2efbe0deb212e26db337efb0">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Changelog | TableStorage</title>
<meta name="generator" content="Jekyll v3.9.5" />
<meta property="og:title" content="Changelog" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Repository pattern with POCO object support for storing to Azure / Cosmos DB Table Storage" />
<meta property="og:description" content="Repository pattern with POCO object support for storing to Azure / Cosmos DB Table Storage" />
<meta property="og:site_name" content="TableStorage" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Changelog" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Repository pattern with POCO object support for storing to Azure / Cosmos DB Table Storage","headline":"Changelog","url":"/TableStorage/changelog.html"}</script>
<!-- End Jekyll SEO tag -->
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup Google Analytics -->
<!-- You can set your favicon here -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/TableStorage/favicon.ico" -->
<!-- end custom head snippets -->
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/devlooped/TableStorage">View on GitHub</a>
<h1 id="project_title">TableStorage</h1>
<h2 id="project_tagline">Repository pattern with POCO object support for storing to Azure / Cosmos DB Table Storage</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1 id="changelog">Changelog</h1>
<h2 id="v521-2024-10-22"><a href="https://github.com/devlooped/TableStorage/tree/v5.2.1">v5.2.1</a> (2024-10-22)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v5.2.0...v5.2.1">Full Changelog</a></p>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Make sure to include note on SponsorLink v2 <a href="https://github.com/devlooped/TableStorage/pull/332">#332</a> (@kzu)</li>
</ul>
<h2 id="v520-2024-07-24"><a href="https://github.com/devlooped/TableStorage/tree/v5.2.0">v5.2.0</a> (2024-07-24)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v5.2.0-rc.1...v5.2.0">Full Changelog</a></p>
<h2 id="v520-rc1-2024-07-11"><a href="https://github.com/devlooped/TableStorage/tree/v5.2.0-rc.1">v5.2.0-rc.1</a> (2024-07-11)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v5.2.0-rc...v5.2.0-rc.1">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Add support for batch saving multiple entities <a href="https://github.com/devlooped/TableStorage/pull/309">#309</a> (@kzu)</li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Improve test tables management <a href="https://github.com/devlooped/TableStorage/pull/312">#312</a> (@kzu)</li>
</ul>
<h2 id="v520-rc-2024-07-10"><a href="https://github.com/devlooped/TableStorage/tree/v5.2.0-rc">v5.2.0-rc</a> (2024-07-10)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v5.2.0-beta...v5.2.0-rc">Full Changelog</a></p>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Add SponsorLink v2 analyzer <a href="https://github.com/devlooped/TableStorage/pull/302">#302</a> (@kzu)</li>
</ul>
<h2 id="v520-beta-2024-07-06"><a href="https://github.com/devlooped/TableStorage/tree/v5.2.0-beta">v5.2.0-beta</a> (2024-07-06)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v5.1.2...v5.2.0-beta">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Improve key property detection for attributed types <a href="https://github.com/devlooped/TableStorage/pull/292">#292</a> (@kzu)</li>
</ul>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Fix TableEntity deserialization issue with newer Azurite <a href="https://github.com/devlooped/TableStorage/pull/291">#291</a> (@kzu)</li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Sync latest changes from oss template on build/publish workflows <a href="https://github.com/devlooped/TableStorage/pull/300">#300</a> (@kzu)</li>
<li>Move ToEntity to the entity properties mapper <a href="https://github.com/devlooped/TableStorage/pull/284">#284</a> (@kzu)</li>
</ul>
<h2 id="v512-2024-01-25"><a href="https://github.com/devlooped/TableStorage/tree/v5.1.2">v5.1.2</a> (2024-01-25)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v5.1.1...v5.1.2">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Update to latest protobuf with built-in support for DateOnly and TimeOnly <a href="https://github.com/devlooped/TableStorage/pull/273">#273</a> (@kzu)</li>
</ul>
<h2 id="v511-2023-10-04"><a href="https://github.com/devlooped/TableStorage/tree/v5.1.1">v5.1.1</a> (2023-10-04)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v5.1.0...v5.1.1">Full Changelog</a></p>
<p>:bug: Fixed bugs:</p>
<ul>
<li>KeyProperties are not being persisted properly <a href="https://github.com/devlooped/TableStorage/issues/252">#252</a></li>
<li>Properly persist computed colums for same type <a href="https://github.com/devlooped/TableStorage/pull/253">#253</a> (@kzu)</li>
</ul>
<h2 id="v510-2023-08-11"><a href="https://github.com/devlooped/TableStorage/tree/v5.1.0">v5.1.0</a> (2023-08-11)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v5.0.2...v5.1.0">Full Changelog</a></p>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Remove current implementation of SponsorLink for now <a href="https://github.com/devlooped/TableStorage/pull/244">#244</a> (@kzu)</li>
</ul>
<h2 id="v502-2023-08-08"><a href="https://github.com/devlooped/TableStorage/tree/v5.0.2">v5.0.2</a> (2023-08-08)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v5.0.1...v5.0.2">Full Changelog</a></p>
<h2 id="v501-2023-07-25"><a href="https://github.com/devlooped/TableStorage/tree/v5.0.1">v5.0.1</a> (2023-07-25)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v5.0.0...v5.0.1">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Use OData type annotations to disambiguate property types when persisting <a href="https://github.com/devlooped/TableStorage/issues/235">#235</a></li>
<li>Empty query results does not throw <a href="https://github.com/devlooped/TableStorage/pull/237">#237</a> (@kzu)</li>
</ul>
<h2 id="v500-2023-07-25"><a href="https://github.com/devlooped/TableStorage/tree/v5.0.0">v5.0.0</a> (2023-07-25)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v4.3.0...v5.0.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>When hydrating queries for TableEntity, use native .NET types for properties <a href="https://github.com/devlooped/TableStorage/issues/233">#233</a></li>
<li>Add support for querying over TableEntityRepository <a href="https://github.com/devlooped/TableStorage/issues/231">#231</a></li>
<li>Improve persistence by annotating supported types with OData Edm <a href="https://github.com/devlooped/TableStorage/pull/236">#236</a> (@kzu)</li>
<li>When hydrating queries for TableEntity, use native .NET types for properties <a href="https://github.com/devlooped/TableStorage/pull/234">#234</a> (@kzu)</li>
<li>Add support for querying over TableEntityRepository <a href="https://github.com/devlooped/TableStorage/pull/232">#232</a> (@kzu)</li>
</ul>
<h2 id="v430-2023-06-27"><a href="https://github.com/devlooped/TableStorage/tree/v4.3.0">v4.3.0</a> (2023-06-27)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v4.2.1...v4.3.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Allow entity lookup from entity value <a href="https://github.com/devlooped/TableStorage/issues/215">#215</a></li>
<li>Allow entity lookup from entity value <a href="https://github.com/devlooped/TableStorage/pull/216">#216</a> (@kzu)</li>
</ul>
<h2 id="v421-2023-04-17"><a href="https://github.com/devlooped/TableStorage/tree/v4.2.1">v4.2.1</a> (2023-04-17)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v4.2.0...v4.2.1">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Allow persisting key properties as columns <a href="https://github.com/devlooped/TableStorage/pull/198">#198</a> (@kzu)</li>
</ul>
<h2 id="v420-2023-03-28"><a href="https://github.com/devlooped/TableStorage/tree/v4.2.0">v4.2.0</a> (2023-03-28)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v4.1.3...v4.2.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Add SponsorLink to ensure ongoing development and support <a href="https://github.com/devlooped/TableStorage/pull/193">#193</a> (@kzu)</li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Switch to Polysharp for the NS2 polyfills <a href="https://github.com/devlooped/TableStorage/pull/194">#194</a> (@kzu)</li>
</ul>
<h2 id="v413-2023-01-20"><a href="https://github.com/devlooped/TableStorage/tree/v4.1.3">v4.1.3</a> (2023-01-20)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v4.1.2...v4.1.3">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Add support for TableConnection overload for DocumentRepository <a href="https://github.com/devlooped/TableStorage/pull/173">#173</a> (@kzu)</li>
<li>As documented [PartitionKey], honor it at class level <a href="https://github.com/devlooped/TableStorage/pull/172">#172</a> (@kzu)</li>
<li>Allow persistence of entity properties as columns in document <a href="https://github.com/devlooped/TableStorage/pull/171">#171</a> (@kzu)</li>
<li>Allow retrieving the table client from the connection <a href="https://github.com/devlooped/TableStorage/pull/165">#165</a> (@kzu)</li>
</ul>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Update mode on table partition should set table repository mode <a href="https://github.com/devlooped/TableStorage/pull/174">#174</a> (@kzu)</li>
</ul>
<h2 id="v412-2023-01-16"><a href="https://github.com/devlooped/TableStorage/tree/v4.1.2">v4.1.2</a> (2023-01-16)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v4.0.0...v4.1.2">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Add TableConnection overloads for TableRepository factory methods <a href="https://github.com/devlooped/TableStorage/issues/161">#161</a></li>
<li>Allow reusing/caching the combination of CloudStorageAccount and TableClient <a href="https://github.com/devlooped/TableStorage/issues/155">#155</a></li>
<li>Provide comprehensive readmes for all packages <a href="https://github.com/devlooped/TableStorage/pull/164">#164</a> (@kzu)</li>
<li>Add TableConnection overloads for TableRepository factory methods <a href="https://github.com/devlooped/TableStorage/pull/162">#162</a> (@kzu)</li>
<li>Allow creating partitions from the same table connection <a href="https://github.com/devlooped/TableStorage/pull/156">#156</a> (@kzu)</li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>⛙ ⬆️ Bump dependencies <a href="https://github.com/devlooped/TableStorage/pull/158">#158</a> (@github-actions[bot])</li>
</ul>
<h2 id="v400-2022-08-26"><a href="https://github.com/devlooped/TableStorage/tree/v4.0.0">v4.0.0</a> (2022-08-26)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v4.0.0-rc.1...v4.0.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Improve dynamic entity support by exposing TableEntity directly <a href="https://github.com/devlooped/TableStorage/issues/127">#127</a></li>
</ul>
<h2 id="v400-rc1-2022-08-15"><a href="https://github.com/devlooped/TableStorage/tree/v4.0.0-rc.1">v4.0.0-rc.1</a> (2022-08-15)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v4.0.0-rc...v4.0.0-rc.1">Full Changelog</a></p>
<h2 id="v400-rc-2022-08-15"><a href="https://github.com/devlooped/TableStorage/tree/v4.0.0-rc">v4.0.0-rc</a> (2022-08-15)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v4.0.0-beta...v4.0.0-rc">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Improve dynamic entity support by exposing TableEntity directly <a href="https://github.com/devlooped/TableStorage/pull/128">#128</a> (@kzu)</li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>+M▼ includes <a href="https://github.com/devlooped/TableStorage/pull/123">#123</a> (@github-actions[bot])</li>
<li>+M▼ includes <a href="https://github.com/devlooped/TableStorage/pull/117">#117</a> (@github-actions[bot])</li>
</ul>
<h2 id="v400-beta-2022-05-17"><a href="https://github.com/devlooped/TableStorage/tree/v4.0.0-beta">v4.0.0-beta</a> (2022-05-17)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v4.0.0-alpha...v4.0.0-beta">Full Changelog</a></p>
<p>:bug: Fixed bugs:</p>
<ul>
<li>If partition or row key expressions have complex lambda, property name should be null <a href="https://github.com/devlooped/TableStorage/issues/100">#100</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Reduce scope of key property lookup to direct property lambda <a href="https://github.com/devlooped/TableStorage/pull/101">#101</a> (@kzu)</li>
</ul>
<h2 id="v400-alpha-2022-05-04"><a href="https://github.com/devlooped/TableStorage/tree/v4.0.0-alpha">v4.0.0-alpha</a> (2022-05-04)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v3.2.0...v4.0.0-alpha">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Upgrade to latest Azure v12 SDK <a href="https://github.com/devlooped/TableStorage/pull/89">#89</a> (@kzu)</li>
</ul>
<p>:hammer: Other:</p>
<ul>
<li>Upgrade to latest Azure v12 SDK <a href="https://github.com/devlooped/TableStorage/issues/88">#88</a></li>
<li>Add support for DateOnly <a href="https://github.com/devlooped/TableStorage/issues/78">#78</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Fix test filter for theory tests <a href="https://github.com/devlooped/TableStorage/pull/91">#91</a> (@kzu)</li>
<li>Address warnings <a href="https://github.com/devlooped/TableStorage/pull/90">#90</a> (@kzu)</li>
</ul>
<h2 id="v320-2021-12-13"><a href="https://github.com/devlooped/TableStorage/tree/v3.2.0">v3.2.0</a> (2021-12-13)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v3.1.1...v3.2.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Add support for DateOnly <a href="https://github.com/devlooped/TableStorage/pull/79">#79</a> (@kzu)</li>
</ul>
<h2 id="v311-2021-08-29"><a href="https://github.com/devlooped/TableStorage/tree/v3.1.1">v3.1.1</a> (2021-08-29)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v3.1.0...v3.1.1">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Add API docs for all packages <a href="https://github.com/devlooped/TableStorage/issues/64">#64</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Add missing API docs and fix all docs warnings <a href="https://github.com/devlooped/TableStorage/pull/65">#65</a> (@kzu)</li>
</ul>
<h2 id="v310-2021-08-13"><a href="https://github.com/devlooped/TableStorage/tree/v3.1.0">v3.1.0</a> (2021-08-13)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v3.0.3...v3.1.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Support Timestamp property in POCO entities <a href="https://github.com/devlooped/TableStorage/issues/60">#60</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Support Timestamp property in POCO entities <a href="https://github.com/devlooped/TableStorage/pull/61">#61</a> (@kzu)</li>
</ul>
<h2 id="v303-2021-07-28"><a href="https://github.com/devlooped/TableStorage/tree/v3.0.3">v3.0.3</a> (2021-07-28)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v3.0.2...v3.0.3">Full Changelog</a></p>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Azure Functions fails with SocketException sometimes when accessing table <a href="https://github.com/devlooped/TableStorage/issues/58">#58</a></li>
</ul>
<h2 id="v302-2021-07-01"><a href="https://github.com/devlooped/TableStorage/tree/v3.0.2">v3.0.2</a> (2021-07-01)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v3.0.1...v3.0.2">Full Changelog</a></p>
<p>:bug: Fixed bugs:</p>
<ul>
<li>ContinuationToken not properly used for enumerating all entities <a href="https://github.com/devlooped/TableStorage/issues/53">#53</a></li>
</ul>
<h2 id="v301-2021-07-01"><a href="https://github.com/devlooped/TableStorage/tree/v3.0.1">v3.0.1</a> (2021-07-01)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v3.0.0...v3.0.1">Full Changelog</a></p>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Remove Create factory methods that cause ambiguous matches <a href="https://github.com/devlooped/TableStorage/issues/52">#52</a></li>
</ul>
<h2 id="v300-2021-07-01"><a href="https://github.com/devlooped/TableStorage/tree/v3.0.0">v3.0.0</a> (2021-07-01)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v2.0.2...v3.0.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Don’t fail if deleting non-existent entity, return false instead <a href="https://github.com/devlooped/TableStorage/issues/50">#50</a></li>
<li>Switch from TableEntity to ITableEntity in the non-generic repository for flexibility <a href="https://github.com/devlooped/TableStorage/issues/48">#48</a></li>
<li>For PutAsync, allow selecting Replace vs Merge behavior <a href="https://github.com/devlooped/TableStorage/issues/46">#46</a></li>
<li>When deleting entities, return boolean status for success/failure <a href="https://github.com/devlooped/TableStorage/pull/51">#51</a> (@kzu)</li>
<li>Allow additional properties in table entity repository <a href="https://github.com/devlooped/TableStorage/pull/49">#49</a> (@kzu)</li>
<li>Support merge strategy when updating entities <a href="https://github.com/devlooped/TableStorage/pull/47">#47</a> (@kzu)</li>
</ul>
<p>:hammer: Other:</p>
<ul>
<li>Document usage of [Browsable(false)] to skip persistence <a href="https://github.com/devlooped/TableStorage/issues/45">#45</a></li>
</ul>
<h2 id="v202-2021-06-23"><a href="https://github.com/devlooped/TableStorage/tree/v2.0.2">v2.0.2</a> (2021-06-23)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v2.0.1...v2.0.2">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Allow annotating record constructor parameters with PartitionKey/RowKey <a href="https://github.com/devlooped/TableStorage/issues/43">#43</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Add support for record constructor parameter annotations <a href="https://github.com/devlooped/TableStorage/pull/44">#44</a> (@kzu)</li>
</ul>
<h2 id="v201-2021-06-17"><a href="https://github.com/devlooped/TableStorage/tree/v2.0.1">v2.0.1</a> (2021-06-17)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v2.0.1-rc...v2.0.1">Full Changelog</a></p>
<h2 id="v201-rc-2021-06-17"><a href="https://github.com/devlooped/TableStorage/tree/v2.0.1-rc">v2.0.1-rc</a> (2021-06-17)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v2.0.1-beta...v2.0.1-rc">Full Changelog</a></p>
<h2 id="v201-beta-2021-06-17"><a href="https://github.com/devlooped/TableStorage/tree/v2.0.1-beta">v2.0.1-beta</a> (2021-06-17)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v2.0.0...v2.0.1-beta">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Include readme in package <a href="https://github.com/devlooped/TableStorage/issues/39">#39</a></li>
</ul>
<h2 id="v200-2021-06-16"><a href="https://github.com/devlooped/TableStorage/tree/v2.0.0">v2.0.0</a> (2021-06-16)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v1.3.0...v2.0.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Add support for enhanced filtering for document-based repositories <a href="https://github.com/devlooped/TableStorage/issues/37">#37</a></li>
<li>Add support for filtering by enum property types <a href="https://github.com/devlooped/TableStorage/issues/35">#35</a></li>
<li>Add support for querying <a href="https://github.com/devlooped/TableStorage/issues/33">#33</a></li>
<li>Allow passing serialization options for MessagePack serializer <a href="https://github.com/devlooped/TableStorage/issues/32">#32</a></li>
<li>Switch default built-in serializer to System.Text.Json <a href="https://github.com/devlooped/TableStorage/issues/30">#30</a></li>
<li>Make Document/Entity default table names plural <a href="https://github.com/devlooped/TableStorage/issues/28">#28</a></li>
<li>Don’t duplicate PartitionKey/RowKey properties in storage <a href="https://github.com/devlooped/TableStorage/issues/26">#26</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Add support for enhanced filtering for document-based repo <a href="https://github.com/devlooped/TableStorage/pull/38">#38</a> (@kzu)</li>
<li>Add support for filtering by enum property types <a href="https://github.com/devlooped/TableStorage/pull/36">#36</a> (@kzu)</li>
<li>Add support for querying with LINQ and expressions <a href="https://github.com/devlooped/TableStorage/pull/34">#34</a> (@kzu)</li>
<li>Switch default built-in serializer to System.Text.Json <a href="https://github.com/devlooped/TableStorage/pull/31">#31</a> (@kzu)</li>
<li>Make Document/Entity default table names plural <a href="https://github.com/devlooped/TableStorage/pull/29">#29</a> (@kzu)</li>
<li>Don’t duplicate PartitionKey/RowKey properties in storage <a href="https://github.com/devlooped/TableStorage/pull/27">#27</a> (@kzu)</li>
</ul>
<h2 id="v130-2021-05-31"><a href="https://github.com/devlooped/TableStorage/tree/v1.3.0">v1.3.0</a> (2021-05-31)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v1.2.1...v1.3.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Allow persisting entities as documents instead of individual columns <a href="https://github.com/devlooped/TableStorage/issues/24">#24</a></li>
<li>Avoid creating a separate Task for lazily initialization of CloudTable <a href="https://github.com/devlooped/TableStorage/issues/23">#23</a></li>
<li>No need to use DynamicTableEntity when deleting <a href="https://github.com/devlooped/TableStorage/issues/21">#21</a></li>
<li>When doing a PutAsync, use InsertOrMerge instead of InsertOrReplace <a href="https://github.com/devlooped/TableStorage/issues/20">#20</a></li>
<li>Allow persisting entities as documents <a href="https://github.com/devlooped/TableStorage/pull/25">#25</a> (@kzu)</li>
</ul>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Inconsistent default partition name in TablePartition.Create <a href="https://github.com/devlooped/TableStorage/issues/22">#22</a></li>
</ul>
<h2 id="v121-2021-05-29"><a href="https://github.com/devlooped/TableStorage/tree/v1.2.1">v1.2.1</a> (2021-05-29)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v1.2.0...v1.2.1">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Add support for TableEntity via ITableRepository and ITablePartition APIs <a href="https://github.com/devlooped/TableStorage/issues/18">#18</a></li>
</ul>
<h2 id="v120-2021-05-26"><a href="https://github.com/devlooped/TableStorage/tree/v1.2.0">v1.2.0</a> (2021-05-26)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v1.1.1...v1.2.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Add an AttributedTableRepository<T> for easy consumption in DI scenarios <a href="https://github.com/devlooped/TableStorage/issues/16">#16</a></li>
</ul>
<h2 id="v111-2021-05-26"><a href="https://github.com/devlooped/TableStorage/tree/v1.1.1">v1.1.1</a> (2021-05-26)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v1.1.0...v1.1.1">Full Changelog</a></p>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Fix usage in package description <a href="https://github.com/devlooped/TableStorage/issues/15">#15</a></li>
</ul>
<h2 id="v110-2021-05-26"><a href="https://github.com/devlooped/TableStorage/tree/v1.1.0">v1.1.0</a> (2021-05-26)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v1.0.4...v1.1.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Force factory method usage for default implementations <a href="https://github.com/devlooped/TableStorage/issues/14">#14</a></li>
<li>Apply factory method defaults to TableRepository/TablePartition constructors <a href="https://github.com/devlooped/TableStorage/issues/13">#13</a></li>
</ul>
<h2 id="v104-2021-05-16"><a href="https://github.com/devlooped/TableStorage/tree/v1.0.4">v1.0.4</a> (2021-05-16)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v1.0.3...v1.0.4">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Make TableRepository<T>/TablePartition<T> public <a href="https://github.com/devlooped/TableStorage/issues/10">#10</a></li>
</ul>
<h2 id="v103-2021-05-15"><a href="https://github.com/devlooped/TableStorage/tree/v1.0.3">v1.0.3</a> (2021-05-15)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v1.0.2...v1.0.3">Full Changelog</a></p>
<h2 id="v102-2021-05-10"><a href="https://github.com/devlooped/TableStorage/tree/v1.0.2">v1.0.2</a> (2021-05-10)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v1.0.1...v1.0.2">Full Changelog</a></p>
<h2 id="v101-2021-05-07"><a href="https://github.com/devlooped/TableStorage/tree/v1.0.1">v1.0.1</a> (2021-05-07)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v1.0.0...v1.0.1">Full Changelog</a></p>
<h2 id="v100-2021-05-07"><a href="https://github.com/devlooped/TableStorage/tree/v1.0.0">v1.0.0</a> (2021-05-07)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v1.0.0-rc...v1.0.0">Full Changelog</a></p>
<h2 id="v100-rc-2021-05-07"><a href="https://github.com/devlooped/TableStorage/tree/v1.0.0-rc">v1.0.0-rc</a> (2021-05-07)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v1.0.0-beta...v1.0.0-rc">Full Changelog</a></p>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Add SourceLink to get repo/pdb linking <a href="https://github.com/devlooped/TableStorage/pull/3">#3</a> (@kzu)</li>
</ul>
<h2 id="v100-beta-2021-05-05"><a href="https://github.com/devlooped/TableStorage/tree/v1.0.0-beta">v1.0.0-beta</a> (2021-05-05)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/v1.0.0-alpha...v1.0.0-beta">Full Changelog</a></p>
<h2 id="v100-alpha-2021-05-05"><a href="https://github.com/devlooped/TableStorage/tree/v1.0.0-alpha">v1.0.0-alpha</a> (2021-05-05)</h2>
<p><a href="https://github.com/devlooped/TableStorage/compare/cf1b7f069ac6d68482b498555c8dbdda8e1ae5b4...v1.0.0-alpha">Full Changelog</a></p>
<p>* <em>This Changelog was automatically generated by <a href="https://github.com/github-changelog-generator/github-changelog-generator">github_changelog_generator</a></em></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">TableStorage maintained by <a href="https://github.com/devlooped">devlooped</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>