Skip to content

Releases: hivesolutions/colony

1.4.49

09 Apr 07:37
14d05c9

Choose a tag to compare

Changed

  • Added COLONY_LOGGING_LOGSTASH config alias with fallback to LOGGING_LOGSTASH in LogstashHandler

1.4.48

09 Apr 02:16
1bd1960

Choose a tag to compare

Changed

  • Added COLONY_LOGGING_LOGSTASH config alias with fallback to LOGGING_LOGSTASH for Logstash adapter activation
  • Updated README configuration documentation with new config options

1.4.47

09 Apr 01:10
1057afb

Choose a tag to compare

Changed

  • New logging format

1.4.46

09 Apr 01:07
01bd60e

Choose a tag to compare

Added

  • Logger name to TRACE logging format for better log identification

Changed

  • Proper stacklevel support in Plugin and System logging methods for accurate file/line reporting on Python 3.8+

Fixed

  • Negation condition in TRACE log level handler that prevented trace messages from being logged

1.4.45

07 Apr 10:43
f6a2083

Choose a tag to compare

Added

  • TRACE log level and patch_logging() for fine-grained protocol-level debugging

1.4.44

02 Apr 16:46
e1b34be

Choose a tag to compare

Fixed

  • Race condition in LogstashHandler.emit where concurrent threads could both trigger a flush operation

1.4.43

02 Apr 13:26
5035931

Choose a tag to compare

Added

  • Added UUID generation to Kafka and Logstash notification payloads for unique event tracking

1.4.42

01 Apr 18:57
8d65073

Choose a tag to compare

Changed

  • Restructured Logstash notification payload to use dedicated version field and colony boolean flag

1.4.41

01 Apr 18:13
3354f18

Choose a tag to compare

Added

  • Added debug logging for Kafka and Logstash notification sending in observer_util

Changed

  • Renamed default logger from default_messages to colony for consistency across the codebase
  • Unified observer_util logger to use module-level colony logger instead of per-function declarations

1.4.40

01 Apr 17:25
6426ad5

Choose a tag to compare

Changed

  • Added *args and **kwargs passthrough to Plugin logging methods (debug, info, warning, error, critical)
  • Added error handling for logstash buffering in notify_logstash with proper logging
  • Added error handling and logging for Kafka notification sending in notify_kafka

Fixed

  • Fixed formated typo to formatted in Plugin and PluginManager traceback and logging methods