v4.1.2
mermaid-js/mermaidv4.1.2Jul 13, 2026by rajnandan1
AI Summary
This release focuses on stabilizing the monitoring platform by enhancing gRPC and DNS monitors with TLS support, improving the API to expose external URLs, and fixing localization issues along with favicon resolution for custom base paths.
Key Highlights
- Enhanced gRPC and DNS monitors now support TLS options for secure connections.
- API endpoints for monitors have been updated to expose the `external_url` field.
- Fixed favicon resolution issues when using a custom `KENER_BASE_PATH`.
- Added Vietnamese and Chinese translations for the interface.
- Improved notification system to alert subscribers when incident comments are posted.
New Features
- Enhance gRPC and DNS monitors with TLS options
- Expose external_url in monitors POST and PATCH endpoints
- Fix favicon resolution for KENER_BASE_PATH
- Notify subscribers when incident comments are posted
- Fix Vietnamese translation
Full Release Notes
## What's Changed * Fix Chinese Translation by @CrazyComputer2008 in https://github.com/rajnandan1/kener/pull/766 * feat(api): expose external_url in monitors POST and PATCH endpoints by @jhermesn in https://github.com/rajnandan1/kener/pull/770 * Enhance gRPC and DNS monitors with TLS options by @phatlet in https://github.com/rajnandan1/kener/pull/772 * fix: pass defaultMode to ModeWatcher so site theme is respected by @TTurletti in https://github.com/rajnandan1/kener/pull/777 * fix: notify subscribers when incident comments are posted by @rajnandan1 in https://github.com/rajnandan1/kener/pull/775 * fix: Vietnamese translation by @phinguyen in https://github.com/rajnandan1/kener/pull/779 * Fix favicon resolution for KENER_BASE_PATH by @lokiee0 in https://github.com/rajnandan1/kener/pull/782 * Refactor chartId to use $derived for reactive updates by @lokiee0 in https://github.com/rajnandan1/kener/pull/783 * Handle follow rediretc or not by @garadar in https://github.com/rajnandan1/kener/pull/780 * Create changelog for version 4.1.2 with new features, improvements, a… by @rajnandan1 in https://github.com/rajnandan1/kener/pull/784 ## New Contributors * @CrazyComputer2008 made their first contribution in https://github.com/rajnandan1/kener/pull/766 * @jhermesn made their first contribution in https://github.com/rajnandan1/kener/pull/770 * @TTurletti made their first contribution in https://github.com/rajnandan1/kener/pull/777 * @phinguyen made their first contribution in https://github.com/rajnandan1/kener/pull/779 * @lokiee0 made their first contribution in https://github.com/rajnandan1/kener/pull/782 * @garadar made their first contribution in https://github.com/rajnandan1/kener/pull/780 **Full Changelog**: https://github.com/rajnandan1/kener/compare/v4.1.1...v4.1.2