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: Changelog.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# NEventStore.Persistence.Sql
2
2
3
+
## 9.3.0
4
+
5
+
- Added a dedicated `ISerializeEvents` interface that allows customizing event deserialization with access to metadata from the `ICommit` class. [#47](https://github.com/NEventStore/NEventStore.Persistence.SQL/issues/47), [#49](https://github.com/NEventStore/NEventStore.Persistence.SQL/issues/49), [#506](https://github.com/NEventStore/NEventStore/issues/506)
6
+
- Improved some Comments and Documentation.
7
+
- Updated Microsoft.Data.SqlClient to version 5.2.2
8
+
- Updated nuget package to include symbols and new icon.
9
+
10
+
Thanks to: [@chrischu](https://github.com/chrischu)
11
+
3
12
## 9.2.0
4
13
5
14
- Using Microsoft.Data.SqlClient instead of System.Data.SqlClient [#40](https://github.com/NEventStore/NEventStore.Persistence.SQL/issues/40)
0 commit comments