What's Changed
- another try to fix race condition by @roblaszczak in #540
- deprecate
cqrs.ProtobufMarshaler
(with github.com/gogo/protobuf) in favour ofcqrs.ProtoMarshaler
by @roblaszczak in #526
Suggested migration steps for cqrs.ProtobufMarshaler
cqrs.ProtobufMarshaler
from this release is backward and forward compatible with cqrs.ProtoMarshaler
.
cqrs.ProtobufMarshaler
from Watermill versions until v1.4.3 are not forward compatible with cqrs.ProtoMarshaler
.
Suggested migration steps:
- Update Watermill to v1.4.4 or newer, so all publishers and subscribers will be forward and backward compatible.
- Change all usages of
cqrs.ProtobufMarshaler
tocqrs.ProtoMarshaler
.
Full Changelog: v1.4.3...v1.4.4