Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-16 | 902 Bytes | |
v1.4.4 source code.tar.gz | 2025-01-16 | 3.3 MB | |
v1.4.4 source code.zip | 2025-01-16 | 3.5 MB | |
Totals: 3 Items | 6.8 MB | 0 |
What's Changed
- another try to fix race condition by @roblaszczak in https://github.com/ThreeDotsLabs/watermill/pull/540
- deprecate
cqrs.ProtobufMarshaler
(with github.com/gogo/protobuf) in favour ofcqrs.ProtoMarshaler
by @roblaszczak in https://github.com/ThreeDotsLabs/watermill/pull/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:
1. Update Watermill to v1.4.4 or newer, so all publishers and subscribers will be forward and backward compatible.
2. Change all usages of cqrs.ProtobufMarshaler
to cqrs.ProtoMarshaler
.
Full Changelog: https://github.com/ThreeDotsLabs/watermill/compare/v1.4.3...v1.4.4