PackageTrack
Sign in Get early access

github.com/likaia/nginxpulse

v1.6.24 #564 most downloaded on Go modules likaia/nginxpulse

What this package is like to depend on

Last release 3 months ago

19 May 2026

Ships fairly regularly

a new release about every 2 weeks

Rarely documented

notes for 4 of 29 stable releases

Nothing withdrawn

no release was ever pulled

7 months old

51 releases · first in 2026

51 releases in the last 12 months

see the full history below

Release timeline

51 releases · Jan 2026 to May 2026
Release Pre-release

Releases

latest 51
  1. v1.6.24 19 May 2026

    Nothing published for this version

  2. v1.6.23 13 May 2026

    Nothing published for this version

  3. v1.6.22 08 May 2026

    Nothing published for this version

  4. v1.6.21 30 Apr 2026
    Release notes

    style:统一全局弹窗样式与下拉框样式

    新增统一的弹窗基础样式,覆盖系统通知、失败 IP 记录、日志详情、导出、重新解析、配置校验等弹窗。
    新增统一的下拉框样式,兼容 Dropdown / Select 两套组件。

    优化顶部右侧工具栏布局,站点选择、流量展示、自动刷新、通知、主题切换等控件使其更紧凑统一。
    优化系统通知弹窗布局,通知列表、操作区和已读状态展示。
    优化失败 IP 记录弹窗,调整筛选区、列表样式、底部操作区和“加载更多”交互。
    优化访问明细页面的按钮组样式,并补充暗色模式适配。
    优化系统配置页下拉框高度和输入组件的一致性。

    Open source →
  5. v1.6.20 25 Apr 2026
    Release notes

    feat: 扩展日志接入、Agent 与概况监控能力

    新增:
    - 支持 Zoraxy 日志解析,并补充解析测试与文档说明。
    - 支持按日志 Host 自动识别站点,包含后端发现逻辑、配置字段、UI 开关和文档说明。
    - Agent 发布增加 macOS amd64 与 Windows amd64 预编译包,并更新 release workflow。
    - 概况页新增服务器状态模块,支持温度、风扇、磁盘 SMART、多磁盘详情和风险排序。
    - 补充服务器状态接口协议、返回字段、示例结构和环境变量说明。

    优化:
    - 重构 wiki 与 fumadocs 文档结构,拆分配置参考、日志来源、支持格式和 Agent 文档。

    修复:
    - 修复概况页地域数据存在但显示空状态的问题。
    - 修复服务器状态卡片刷新后明显后插入的问题。

    Open source →
  6. v1.6.20-0.20260423160132-a7886cf3bea2 23 Apr 2026 pre-release

    Nothing published for this version

  7. v1.6.19 23 Apr 2026

    Nothing published for this version

  8. v1.6.18 23 Apr 2026
    Release notes

    文档站点:https://nginx-pulse-docs.kaisir.cn/

    本次更新内容:
    日志去重、多域名过滤、性能优化与 Push Agent 文档完善

    新增

    • 新增版本更新检测功能
      系统会检查 GitHub 最新稳定版本,并在有新版本时在前端提示更新。

    • 新增开发者日报指标
      日报页新增开发者视角数据,包括 4xx/5xx、慢请求、平均请求耗时、上游耗时、请求大小、问题 URL 排名和 7 天趋势。

    • 新增多域名单日志过滤能力
      当多个域名共用同一个 access.log 时,可以通过站点 domains 配置按 Host 过滤数据。domains 为空的站点可作为总量视图。

    优化

    • 优化日志明细查询性能
      日志列表在大数据量场景下查询更快,并优化了分页逻辑,减少不必要的精确总数统计。

    • 优化大日志解析性能
      新增多组 PostgreSQL 索引,改善大日志场景下解析、IP 归属地回填、会话统计和通知查询的性能。

    • 优化单体部署下的页面加载速度
      前端路由改为懒加载,Chart.js 改为按需注册,静态资源增加合理缓存策略。

    • 优化空状态展示
      概览、日报、实时、日志等页面的空状态更加清晰,并适配暗色模式。

    • 优化移动端和桌面端品牌入口
      Logo 支持点击跳转到 NginxPulse GitHub 仓库。

    • 优化文档中文搜索
      文档站点搜索改用中文分词,中文内容搜索更准确。

    • 完善 Push Agent 文档
      补充 Agent 包位置、构建方式、主服务配置、日志服务器配置、systemd/Docker 运行方式、环境变量和排障说明。

    修复

    • 修复日志重复入库问题
      新增日志 fingerprint 去重机制,避免重新解析、回填或流式采集时产生重复数据。

    • 修复扩展日志字段解析不完整的问题
      现在可以正确解析和展示请求耗时、请求大小、上游耗时、上游地址、Host、Request ID 等扩展字段。

    • 修复暗色模式下日期组件选中态不明显的问题。

    注意事项

    • 如果要按域名区分同一个 access.log 中的数据,日志格式必须包含 Host 信息,例如 $host$http_host$server_name
    • 对已有历史数据启用域名过滤后,需要对相关站点执行重新解析,才能按新规则重建统计。
    • 本次新增了数据库字段和索引,升级后首次启动可能会执行 schema 补齐和索引创建,大数据量环境下可能需要一些时间。
    Open source →
  9. v1.6.17 03 Apr 2026
    Release notes

    feat: 提升历史日志解析的性能上限

    扩展参数(backfillMaxDurationPerRun、backfillMaxBytesPerRun)以提升历史日志的解析速度

    Open source →
  10. v1.6.16 30 Mar 2026

    Nothing published for this version

  11. v1.6.15 17 Mar 2026

    Nothing published for this version

  12. v1.6.14 12 Mar 2026

    Nothing published for this version

  13. v1.6.14-beta.2 03 Mar 2026 pre-release

    Nothing published for this version

  14. v1.6.14-beta.1 03 Mar 2026 pre-release

    Nothing published for this version

  15. v1.6.14-0.20260226233845-606e08746084 26 Feb 2026 pre-release

    Nothing published for this version

  16. v1.6.13 26 Feb 2026

    Nothing published for this version

  17. v1.6.13-beta.7 26 Feb 2026 pre-release

    Nothing published for this version

  18. v1.6.13-beta.6 15 Feb 2026 pre-release

    Nothing published for this version

  19. v1.6.13-beta.5 14 Feb 2026 pre-release

    Nothing published for this version

  20. v1.6.13-beta.4 13 Feb 2026 pre-release

    Nothing published for this version

  21. v1.6.13-beta.3 13 Feb 2026 pre-release

    Nothing published for this version

  22. v1.6.13-beta.2 13 Feb 2026 pre-release

    Nothing published for this version

  23. v1.6.13-beta.1 10 Feb 2026 pre-release

    Nothing published for this version

  24. v1.6.12 09 Feb 2026

    Nothing published for this version

  25. v1.6.11 08 Feb 2026

    Nothing published for this version

  26. v1.6.10 07 Feb 2026

    Nothing published for this version

  27. v1.6.10-0.20260205163053-7ac7b2761743 05 Feb 2026 pre-release

    Nothing published for this version

  28. v1.6.9 04 Feb 2026

    Nothing published for this version

  29. v1.6.8 03 Feb 2026

    Nothing published for this version

  30. v1.6.8-beta.2 02 Feb 2026 pre-release

    Nothing published for this version

  31. v1.6.8-beta.1 02 Feb 2026 pre-release

    Nothing published for this version

  32. v1.6.7 02 Feb 2026

    Nothing published for this version

  33. v1.6.6 01 Feb 2026

    Nothing published for this version

  34. v1.6.6-beta.2 31 Jan 2026 pre-release

    Nothing published for this version

  35. v1.6.6-beta.1 31 Jan 2026 pre-release

    Nothing published for this version

  36. v1.6.6-0.20260130163613-e92a8b0be8ff 30 Jan 2026 pre-release

    Nothing published for this version

  37. v1.6.5 29 Jan 2026

    Nothing published for this version

  38. v1.6.4 27 Jan 2026

    Nothing published for this version

  39. v1.6.3 27 Jan 2026

    Nothing published for this version

  40. v1.6.2 26 Jan 2026

    Nothing published for this version

  41. v1.6.0 24 Jan 2026

    Nothing published for this version

  42. v1.6.0-beta.5 24 Jan 2026 pre-release

    Nothing published for this version

  43. v1.6.0-beta.4 24 Jan 2026 pre-release

    Nothing published for this version

  44. v1.5.3 19 Jan 2026

    Nothing published for this version

  45. v1.5.2 18 Jan 2026

    Nothing published for this version

  46. v1.5.1 18 Jan 2026

    Nothing published for this version

  47. v1.5.0 18 Jan 2026

    Nothing published for this version

  48. v0.4.8 17 Jan 2026

    Nothing published for this version

  49. v0.0.0-20260117051353-b269439cbba6 17 Jan 2026 pre-release

    Nothing published for this version

  50. v0.0.0-20260116171410-947bd4440415 16 Jan 2026 pre-release

    Nothing published for this version

  51. v0.0.0-20260116021713-628db6dc6cf8 16 Jan 2026 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive