You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,35 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
20
20
21
21
## Release Notes
22
22
23
+
### unreleased
24
+
25
+
(note: new PRs will note be merged until they add release note wording here)
26
+
27
+
### 2.0.90
28
+
29
+
- logo added; license updated to mention logo usage (via mgravell)
30
+
- moved to DapperLib org; links updated (#1656)
31
+
- RepoDb benchmark added (#1626 via stevedesmond-ca)
32
+
- excise unrelated Soma tests (#1642 via kant2002)
33
+
- SqlMarshl benchmark added (#1646 via kant2002)
34
+
- documentation fixes (#1615 via Rollerss, #1604 via GitHubPang)
35
+
36
+
### 2.0.78
37
+
38
+
- fix `DynamicParameters` loop bug - wrong index (#1443 via DamirAinullin)
39
+
- fix nullable tuple handling (#1400 via JulianRooze)
40
+
- support update set in `SqlBuilder` (#1404 via Wei)
41
+
- initialize collections with counts when possible (#1449 via DamirAinullin)
42
+
- general code cleanup (#1452, #1457, #1458, #1459 all via DamirAinullin)
43
+
- C# 9 and .NET 5 preparation/cleanup (#1572 via mgravell)
44
+
- GitHub action, Docker, AppVeyor work (build/test) work (#1563 via Tyrrrz, #1559 via craver, #1450 via craver)
45
+
- Test project rationalization (#1556 via craver)
46
+
- ClickHouse detection (#1462 via DarkWanderer)
47
+
- Switched to "main" branch (via craver)
48
+
- documentation fixed (#1596 via royal, #1560 via wswind, #1558 via paul42, #1507 via imba-tjd, #1508 via dogac00, 899c9feb via BlackjacketMack, 0b17133 via BlackjacketMack, 9b6c8c7d via bryancrosby, #1202 via craver)
49
+
- MightyOrm benchmark added (455b3f3b via cdonnellytx)
50
+
- EF6 performance test updates (#1361 via AlexBagnolini)
51
+
23
52
### 2.0.35
24
53
25
54
- build tooling: enable "deterministic builds" and enable SDK roll-foward
0 commit comments