Skip to content

Releases: CESARBR/knot-babeltower

This release candidate fixes some security vulnerabilities in the messaging features

01 Jul 20:41
Compare
Choose a tag to compare
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

19 Feb 12:53
Compare
Choose a tag to compare
KNOT-v03.00-rc03 Pre-release
Pre-release

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

22 Jun 18:10
Compare
Choose a tag to compare
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

24 Apr 23:25
Compare
Choose a tag to compare
amqp: handler: Check if headers are passed

v1.0.0: config: dev: Compatibilize attributes with stack

18 Apr 00:48
Compare
Choose a tag to compare
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.