v4.1.2
unclecode/crawl4aiv4.1.2Jul 13, 2026by rajnandan1
AI Summary
This release focuses on enhancing monitoring capabilities, improving API functionality, and fixing various bugs and translations. It includes TLS options for monitors and exposes the external_url in API endpoints.
Key Highlights
- Enhanced gRPC and DNS monitors with TLS options
- Exposed external_url in monitors POST and PATCH endpoints
- Fixed Chinese and Vietnamese translations
- Fixed favicon resolution for KENER_BASE_PATH
- Fixed theme respect by passing defaultMode to ModeWatcher
New Features
- Expose external_url in monitors API endpoints
- Add TLS options to gRPC and DNS monitors
- Handle follow redirect logic
- Refactor chartId to use $derived for reactive updates
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