- Add ReceivedTopic to MessageEnvelope & remove Checksum (#192d447)
BREAKING CHANGE: Checksum property has been removed from the MessageEnvelope
- Use Redis Pub/Sub which supports topic scheme with wild cards (#e3da10d)
BREAKING CHANGE: Redis Pub/Sub is not compatible with the previous Redis Streams implementation. All clients must be using the new implementation in order to properly send and receive messages.
- Resolve race condition in ZMQ impl when binding to port (#8f0eb58)
- Rename type for Redis implementation to
redis
(#3ab17e9)BREAKING CHANGE: Type for Redis implementation changed from `redisstreams` to `redis`
- Add Done() method to MockToken for latest Paho module (#2f6b1ab)
- Add ability to re-subscribe to topics when reconnected (#e6a09cc)
- Change CorrelationID key constant to match recent change in edgex-go (#47c5376)
- redisstreams: Properly set Password via reflection when found in Options (#f0ba16a)
- race: Fixed races. (#b61e84a)