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
Release 0.9.0. See release notes or expand full commit message.
[Breaking]
Inherited and implemented breaking changes from OwlCore.Nomad 0.9.0. NomadFile and NomadFolder now have empty constructors.
[New]
Added missing overload NomadFolder{TContentPointer, TEventStream, TEventStreamEntry}.ApplyFolderUpdateAsync(DeleteFromFolderEvent updateEvent).
NomadFolder{TContentPointer, TEventStream, TEventStreamEntry}.Parent is now of type IFolder instead of the full NomadFolder{TContentPointer, TEventStream, TEventStreamEntry} class.
[Improvements]
Added TargetFrameworks for net8.0 and net9.0.
Copy file name to clipboardExpand all lines: src/NomadFile.cs
+4-20Lines changed: 4 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -9,26 +9,13 @@
9
9
namespaceOwlCore.Nomad.Storage;
10
10
11
11
/// <summary>
12
-
/// A virtual file constructed by advancing an <see cref="IEventStreamHandler{TContentPointer, TEventStreamSource, TEventStreamEntry}.EventStreamPosition"/> using multiple <see cref="ISources{T}.Sources"/> in concert with other <see cref="ISharedEventStreamHandler{TContentPointer, TEventStreamSource, TEventStreamEntry, TListeningHandlers}.ListeningEventStreamHandlers"/>.
12
+
/// A virtual file constructed by advancing an <see cref="IEventStreamHandler{TContentPointer, TEventStreamSource, TEventStreamEntry}.EventStreamPosition"/> using multiple <see cref="ISources{T}.Sources"/>.
Copy file name to clipboardExpand all lines: src/NomadFolder.cs
+33-24Lines changed: 33 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -12,37 +12,21 @@
12
12
namespaceOwlCore.Nomad.Storage;
13
13
14
14
/// <summary>
15
-
/// A virtual folder constructed by advancing an <see cref="IEventStreamHandler{TContentPointer, TEventStream, TEventStreamEntry}.EventStreamPosition"/> using multiple <see cref="ISources{T}.Sources"/> in concert with other <see cref="ISharedEventStreamHandler{TContentPointer, TEventStreamSource, TEventStreamEntry, TListeningHandlers}.ListeningEventStreamHandlers"/>.
15
+
/// A virtual folder constructed by advancing an <see cref="IEventStreamHandler{TContentPointer, TEventStream, TEventStreamEntry}.EventStreamPosition"/> using multiple <see cref="ISources{T}.Sources"/>
NomadFolder{TContentPointer, TEventStream, TEventStreamEntry}.Parent is now of type IFolder instead of the full NomadFolder{TContentPointer, TEventStream, TEventStreamEntry} class.
31
+
32
+
[Improvements]
33
+
Added TargetFrameworks for net8.0 and net9.0.
34
+
24
35
--- 0.8.1 ---
25
36
[Fixes]
26
37
Inherited fixes from OwlCore.ComponentModel 0.9.1 via OwlCore.Nomad 0.8.1 and OwlCore.Extensions 0.9.1.
@@ -115,11 +126,11 @@ Initial release of OwlCore.Nomad.Storage.
0 commit comments