Skip to content

Version 0.1.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 03:24
· 213 commits to main since this release
v0.1.8
39d0e1e

Fixed

  • Fixed nil is not a message error in event stream server.

Removed

  • Removed networkstream.NoopUnmarshaler. This marshaler served as an optimization by skipping message unmarshaling when only the binary message data is needed. Unfortunately, this approach is incompatible with dogmatiq/marshalkit as of v0.7.3. marshalkit now explicitly requires unmarshaled messages to implement the dogma.Message interface, because this interface is no longer equivalent to any, as of Dogma v0.12.0.