-
Add file watcher for dynamic configuration and client reloading
released this
2025-08-02 08:15:56 +00:00 | 2054 commits to main since this release- Introduced
Watcherfor monitoring updates to the configuration file and authentication directory. - Integrated file watching into
StartServiceto handle dynamic changes without restarting. - Enhanced API server and handlers to support client and configuration updates.
- Updated
.gitignoreto includedocs/directory. - Modified go dependencies to include
fsnotifyfor the file watcher.
Downloads
- Introduced