Releases: CESARBR/knot-babeltower
Releases · CESARBR/knot-babeltower
This release candidate fixes some security vulnerabilities in the messaging features
Pre-release
redis: Fix error handling The error `redis.Nil` is only returned when no key is found in the Redis database. In that case, we should only return and nil value instead of an error. Therefore, this patch fixes the `Get` method to only return an error when necessary.
KNOT-v03.00-rc03
This pre-release adds the following capabilities to the service:
- Add update config command;
- Add expiration time to publish data messages;
- New thing's configuration/schema format and update;
Changed
property to update config response;- Security fixes and addition of audit step on CI workflow.
KNOT-v03.00-rc02: network: Improve PublishPersistentMessage method
In order to send reply messages with the associated correlation ID in the message properties, this patch improves the publish method to accept an option structure. This structure replaces the headers parameter.
v1.0.1
v1.0.0: config: dev: Compatibilize attributes with stack
In order to avoid the service breaking when runnnig on docker stack this patch updates the development config so that the developer don't need spend time investigating what's wrong before understand the development is used to be customized.