g3/g3keymess/CHANGELOG
2023-10-17 10:36:44 +08:00

28 lines
937 B
Text

v0.3.3:
- Feature: allow to check key existence via g3keymess-ctl
- BUG FIX: fix auto load of newly added keys in the local store dir
v0.3.2:
- BUG FIX: fix sign action
- BUG FIX: add missing request tags for gauge metrics
- Optimization: ignore early connection close error
- Feature: various improvements to journal logging
- add SYSLOG_IDENTIFIER field
- improved efficiency
- io stats added
- Feature: drop out of date dependencies by using forks and patches
v0.3.1:
- Feature: default to guess main config file when run as systemd service
- BUG FIX: ignore failure of ExecStop to ensure restart on success
v0.3.0:
- Feature: allow to register service before running
- Feature: always restart after service success quit
- Feature: add the following global rpc methods:
- add_metrics_tag to add metrics tag to all metrics
- list_keys to list SKI of all stored keys
v0.2.0:
- Initial release