1.6.0 #1
Flysenberg
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1.6.0 - Events
Events provide a mechanism for KGSM to communicate with other processes while remaining completely standalone and lightweight. By using a Unix Domain Socket for inter-process communication (IPC), KGSM can emit events for various actions happening under the hood. This enables other processes, like KGSM-Bot, to listen, interpret, and react to these events.
Leveraging KGSM as the source of truth allows dependent processes to operate with minimal configuration, focusing solely on reacting to the incoming data.
Added
config.default.ini
to enable/disable events and set the socket path. Make sure to add the new configuration to your ownconfig.ini
file to enable events.modules/include/events.sh
.--json
argument formodules/instances.sh
andmodules/blueprints.sh
to display information in JSON format. Documented in the--help
command for both modules and thekgsm.sh --help
documentation.Fixed
Full Changelog: 1.5.2...1.6.0
This discussion was created from the release 1.6.0.
Beta Was this translation helpful? Give feedback.
All reactions