-
released this
2026-01-16 09:29:35 +00:00 | 34 commits to main since this release📅 Originally published on GitHub: Fri, 16 Jan 2026 09:36:14 GMT
🏷️ Git tag created: Fri, 16 Jan 2026 09:29:35 GMTWhat's Changed
- refactor: Optimize database initialization logic
- fix: Migrate typo in panel config within dashboard groups
- fix: Reset zoom when time range changes in dashboard time series chart
- fix: Show constant type variables when hide option is disabled in dashboard
Full Changelog: https://github.com/ccfos/nightingale/compare/v8.5.0...v8.5.1
Downloads
-
released this
2025-12-20 11:52:29 +00:00 | 77 commits to main since this release📅 Originally published on GitHub: Sat, 20 Dec 2025 12:48:11 GMT
🏷️ Git tag created: Sat, 20 Dec 2025 11:52:29 GMTWhat's Changed
- feat: Support VictoriaLogs datasource for alert rules
- feat: Support Dingtalk for Single Sign-On (SSO)
- feat: Display associated business groups in team management
- feat: Add hash field to alert event details
- feat: Add machine business group type option to the applicable attribute selector
- feat: Add "Metric classification ignore prefix" setting to quick view, allowing certain prefixes to be ignored before classification
- feat: Add notes field to dashboard configuration and tables
- refactor: Refactor dashboard variables, support data preview for variable configuration, display error message when Query type variable query fails
- refactor: Migrate "Max data points" and "Time" (custom time range) settings for individual queries in dashboards to the panel level, located to the right of the datasource selector
- refactor: Limit the maximum height of PromQL input for Prometheus instant queries
- refactor: Optimize ClickHouse datasource configuration page
- refactor: Rename "Collector" to "Category" for built-in metrics, include component type parameter when querying category options
- fix: Correct some typos in dashboard configuration
- fix: Fix message template save conflict issue ccfos/nightingale#2937
New Contributors
- @SenCoder made their first contribution in https://github.com/ccfos/nightingale/pull/2978
- @busyster996 made their first contribution in https://github.com/ccfos/nightingale/pull/2982
Full Changelog: https://github.com/ccfos/nightingale/compare/v8.4.1...v8.5.0
Downloads
-
released this
2025-11-11 08:47:49 +00:00 | 140 commits to main since this release📅 Originally published on GitHub: Tue, 11 Nov 2025 09:51:46 GMT
🏷️ Git tag created: Tue, 11 Nov 2025 08:47:49 GMTWhat's Changed
- fix: elasticsearch v9 range query compatibility by @snowykami in https://github.com/ccfos/nightingale/pull/2922
- fix: http callback retry interval in millisecond by @Direktor799 in https://github.com/ccfos/nightingale/pull/2928
New Contributors
- @snowykami made their first contribution in https://github.com/ccfos/nightingale/pull/2922
- @Direktor799 made their first contribution in https://github.com/ccfos/nightingale/pull/2928
Full Changelog: https://github.com/ccfos/nightingale/compare/v8.4.0...v8.4.1
Downloads
-
released this
2025-10-15 07:19:01 +00:00 | 164 commits to main since this release📅 Originally published on GitHub: Wed, 15 Oct 2025 09:21:12 GMT
🏷️ Git tag created: Wed, 15 Oct 2025 07:19:01 GMTWhat's Changed
- feat: Elasticsearch log search — add Top N for field statistics
- feat: Prometheus instant query — Table view supports CSV export
- feat: Support encrypted storage for phone numbers @zaipingy
- refactor: Optimize periodic host caching logic
- refactor: Dashboard TableNG panel — code and style optimizations
- refactor: In Active Alerts and Alert History, change “add filter by clicking a tag” to “add filter by double-clicking a tag” @SaladDay
- refactor: Business Group sidebar — optimize node action buttons; on hover on the right side of a node, also show Add/Delete buttons
- refactor: Quick View time-series chart — also add step-related settings
- fix: Business Group sidebar — missing Edit button in list mode
- fix: SQL injection vulnerability in machine list and user list APIs — thanks to Aleksey Solovev (Positive Technologies) for reporting
- fix: OpenSearch authentication issue
Full Changelog: https://github.com/ccfos/nightingale/compare/v8.3.1...v8.4.0
Downloads
-
released this
2025-08-29 17:57:32 +00:00 | 208 commits to main since this release📅 Originally published on GitHub: Fri, 29 Aug 2025 18:03:15 GMT
🏷️ Git tag created: Fri, 29 Aug 2025 17:57:32 GMTWhat's Changed
- fix: Fixed the problem that the dashboard data source selector cannot select data source variables
- fix: Send notification error and try again invalid problem
Full Changelog: https://github.com/ccfos/nightingale/compare/v8.3.0...v8.3.1
Downloads
-
released this
2025-08-28 11:44:05 +00:00 | 212 commits to main since this release📅 Originally published on GitHub: Thu, 28 Aug 2025 11:51:48 GMT
🏷️ Git tag created: Thu, 28 Aug 2025 11:44:05 GMTWhat's Changed
- feat: Dashboard — add "Table NG" panel type
- refactor: optimize machine heartbeat update logic
- refactor: optimize time-series data forwarding logic
- refactor: improve data source selector UX (applies to Instant Query / Log Search / Dashboard pages)
- refactor: improve alert rule picker UX on the Subscription Rules page
- refactor: Prometheus Instant Query — also save history on Enter and when the PromQL input loses focus
- refactor: Elasticsearch Log Search — refine the log query API’s Query DSL
- refactor: after SSO login, redirect back to the originally requested (pre-login) page
- fix: auto-remediation task status update issue
- fix: search not working in the Business Group list view
Full Changelog: https://github.com/ccfos/nightingale/compare/v8.2.2...v8.3.0
Downloads
-
released this
2025-08-06 12:21:57 +00:00 | 235 commits to main since this release📅 Originally published on GitHub: Wed, 06 Aug 2025 12:23:48 GMT
🏷️ Git tag created: Wed, 06 Aug 2025 12:21:57 GMTWhat's Changed
- fix: The problem of data interaction when batch-updating alerting rules
变更记录
- fix: 批量更新告警规则时,数据相互影响的问题
Full Changelog: https://github.com/ccfos/nightingale/compare/v8.2.1...v8.2.2
Downloads
-
released this
2025-08-06 03:09:53 +00:00 | 238 commits to main since this release📅 Originally published on GitHub: Wed, 06 Aug 2025 03:19:26 GMT
🏷️ Git tag created: Wed, 06 Aug 2025 03:09:53 GMTWhat's Changed
- fix: MySQL datasource alert client connection issues
- fix: Fix Elasticsearch alert rule "document minimum value" field name not taking effect
- fix: Fix SSO logout functionality, redirect to SSO logout URL if available
- refactor: Optimize Prometheus alert rule import logic
- refactor: Add and adjust some text descriptions
变更记录
- fix: MySQL 数据源告警,客户端连接问题
- fix: 修复 Elasticsearch 告警规则的 "文档最小值" 字段名不生效问题
- fix: 修复 SSO 登出功能,如有 SSO Logout 地址则跳转到该地址
- refactor: 优化 Prometheus 告警规则导入逻辑
- refactor: 新增和调整部分文案说明
Full Changelog: https://github.com/ccfos/nightingale/compare/v8.2.0...v8.2.1
Downloads
-
released this
2025-07-31 10:08:12 +00:00 | 243 commits to main since this release📅 Originally published on GitHub: Thu, 31 Jul 2025 12:23:42 GMT
🏷️ Git tag created: Thu, 31 Jul 2025 10:08:12 GMTWhat's Changed
- feat: Support viewing Nightingale release records within the product
- feat: Added email notification records
- refactor: Convert template center alert rules to new notification rules when importing to business groups
- refactor: Optimize message templates to fix display issues with blocked links and query curve links in IM
- refactor: Import Prometheus alert rules and adapt to new version notification rules
- fix: Fixed "Skip certificate verification" parameter error for HTTP-type notification media
- fix: Removed data source list requests from shared anonymous access alert event pages
- fix: PostgreSQL cross-database query issues
- fix: Alert rule duplicate name detection logic
- fix: Fixed incorrect parameters when jumping from Loki data source alert event details page to instant view
变更记录
- feat: 支持在产品中查看夜莺发版记录
- feat: 新增邮件通知记录
- refactor: 模板中心告警规则导入到业务组时转换成新版通知规则
- refactor: 优化消息模板,解决在 im 中屏蔽链接和查询曲线链接展示错乱问题
- refactor: 导入 Prometheus 告警规则,使用新版通知规则
- fix: 通知媒介 HTTP 类型的 "跳过证书验证" 参数错误问题
- fix: 分享的匿名访问告警事件页面去除数据源列表的请求
- fix: PostgreSQL 跨数据库查询问题
- fix: 告警名称重名检测逻辑
- fix: loki 数据源从告警事件详情页跳转到即时查看携带参数不对问题
Full Changelog: https://github.com/ccfos/nightingale/compare/v8.1.0...v8.2.0
Downloads
-
released this
2025-07-15 08:29:30 +00:00 | 255 commits to main since this release📅 Originally published on GitHub: Tue, 15 Jul 2025 11:31:16 GMT
🏷️ Git tag created: Tue, 15 Jul 2025 08:29:30 GMTWhat's Changed
- feat: Elasticsearch 日志查询支持用户记录个人使用的查询语句功能
- feat: Elasticsearch 日志检索页面支持全屏查看日志
- feat: Elasticsearch 日志检索页面内容字段值支持快捷查询操作
- refactor: 订阅规则支持 Host 类型数据源
- docs: 消息模板文案优化
- fix: 订阅规则列表页表格里 订阅业务组 列内容渲染异常
- fix: 修复打开的页面地址与实际访问的页面级别页签地址不符问题
- fix: 修复 Elasticsearch 日志检索页面左侧字段列表 top N 查询参数分页参数错误导致查询结果不对问题
- fix: 修复仪表盘匿名分享链接在设置标识时没有用标识
- fix: 通知规则脚本通知超时设置问题
Full Changelog: https://github.com/ccfos/nightingale/compare/v8.0.0...v8.1.0
Downloads
mirror of
https://github.com/ccfos/nightingale.git
synced 2026-03-02 14:09:05 +00:00