Release v10.10.0
Added
- Clients can now use the new
.Watch()
method on projections for watching specific projected read model types for changes.
Fixed
- Internally fixing so that the
IProjection
grain is not linked to specific namespace, meaning that we have now moved the responsibility of subscription for projections to theProjectionsManager
.