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
Bumped Dogma to v0.15.0, which requires passing validation scopes to each message's Validate() method. As these interfaces currently contain no methods, Verity simply passes nil.
Bump dogmatiq/marshalkit to v0.7.4, which introduces better handling of messages with conflicting names.
Add the new stateless.DefaultCodec to the default set of marshaling codecs as a special case for dogma.StatelessProcessRoot values that does not depend on any other specific code, such as Protocol Buffers or JSON.