Skip to content

Latest commit

 

History

History
357 lines (236 loc) · 28.3 KB

CHANGELOG.md

File metadata and controls

357 lines (236 loc) · 28.3 KB

0.11.0 (2023-07-05)

Bug Fixes

  • fix eslint error (9ae5eb8)
  • Update endpoint in defaultConfig to use current location (e101cfc)
  • use new link (baa6c93)
  • web: fix nextjs dayjs utc call exception (a8c422d)

Features

  • server: 数据过期时间修改为默认7天并且支持通过配置文件修改 (14ea185)
  • web migration to app dir (e282720)
  • web: add mock page (e82cca2)

0.10.1 (2022-09-29)

Bug Fixes

  • fixed eslint error (0fe1baa)
  • web: 修复 relatedMetadata 显示数据异常 (4fa0728)
  • web: 修复 useInfinite (096b9f5)
  • web: 修复趋势图时区问题 (28814ce)
  • web: 登录时数据校验 (dc20853)

0.10.0 (2022-09-15)

Bug Fixes

  • web: 修复 app 类型 (561591c)
  • web: 调整 checkbox 边框色 (1f2fed2)

Features

  • web: issue 排序选择状态记入缓存 (2e4d4f6)
  • web: issue 支持搜索 (3f1ce81)
  • web: user 支持搜索 (14bd30f)
  • web: 优化 footer (72cea37)

0.9.2 (2022-09-14)

Bug Fixes

  • server: event 上报修复 user 创建问题 (d778890)

0.9.1 (2022-09-14)

Bug Fixes

  • nginx: 修复 nginx 反代导致无法获取真实 IP (1d1e471)
  • project name 修改为可重复字段 (4a2d1be)
  • web: 修复 issue detail 页 active tab 状态问题 (408d218)
  • web: 新增页面标题 (6983caf)

0.9.0 (2022-09-09)

Bug Fixes

  • server: 修复 alert UserFrequencyCondition 异常 (7f85060)
  • web: 修复 issues tab 栏异常 (d4dff96)

Features

  • event metadata 使用 string 类型存储 (1098116)
  • web: feedback 新增详细信息展示 (b776057)

0.8.2 (2022-09-09)

Bug Fixes

  • server: 修复 alert message 为空 (9ef7094)
  • server: 修复 alert 通知 @ 人不生效 (67bb1f0)
  • server: 修复 conditionMatch filterMatch 不生效 (f625ee7)
  • server: 修复聚合生成 md5 Object 导致的一致性问题 (c5ce04b)
  • web: issues 页面默认查询最近的 event 记录 (67282fd)
  • web: 修复 alert 列表编辑没有反应 (1da7e7b)

0.8.1 (2022-09-08)

Bug Fixes

  • 修复 nextAuth 回调地址设置错误 (0b4935d)

0.8.0 (2022-09-07)

Bug Fixes

Features

0.7.2 (2022-09-05)

Bug Fixes

  • adapter sdk (4b6554d)
  • server: sourceMap 上传使用队列 解决 release 重复创建 (645cbec)
  • server: 优化 webhook 内容展示 (31c44be)
  • web: fix issueList link error (cefdeff)

0.7.1 (2022-09-02)

0.7.0 (2022-09-01)

Features

  • web: support delete issues (b713c46)
  • web: support delete release and sourceMaps (4a42c66)

0.6.0 (2022-08-31)

Bug Fixes

  • server: fixed logger problem (48fadbe)

Features

0.5.0 (2022-08-30)

Bug Fixes

  • server: remove cluster mode (79ee80e)
  • web: error stack visible problem (f820135)
  • web: fix copy error (c5d1340)

Features

  • server: delete expiration data regularly every day (ffc77e6)
  • server: update http error group fields (e324e5c)
  • server: use nestjs-pino (f8d8fb9)
  • web: issue support order (e452838)
  • web: nextLink passHref (8666d51)
  • web: order findMany results (562a040)

0.4.1 (2022-08-26)

Bug Fixes

  • server: fix server too large body error (835d493)

0.4.0 (2022-08-24)

Features

  • server: report api return httpCode 204 (cdd7b66)
  • server: support cluster mode (cb06054)
  • web: hide project profile pv data (e916e49)
  • web: project profile complete i18n (b162f09)
  • web: project profile support view path and referrer group data (bac11ff)
  • web: support credentials signin (c2465c8)

0.3.2 (2022-08-19)

0.3.1 (2022-08-18)

Bug Fixes

0.3.0 (2022-08-18)

Features

  • prisma: drop useless column (49e586c)

Performance Improvements

0.2.0 (2022-08-17)

Bug Fixes

  • web: eslint warning (64881ef)
  • web: reload data after deps changed (f4d7422)
  • web: trendChart render (f8a6c78)

Features

  • server: store view data (5a44d56)
  • web: add integration button (76d54a6)
  • web: only error event support check raw json data (12bad61)
  • web: simplify API Route (82994d5)
  • web: simplify trends api (b646a75)
  • web: support check feedback detail (de13466)
  • web: use nprogress (3e63544)

0.1.3 (2022-08-09)

Bug Fixes

0.1.2 (2022-08-09)

Bug Fixes

  • web: nextjs middleware position error (74f3bbf)

0.1.1 (2022-08-09)

Bug Fixes

0.1.0 (2022-08-09)

Bug Fixes

  • docker: docker-compose 环境变量从 .env 读取 (c2a312b)
  • docker: 修复 docker arm 架构构建报错 (d6e7aea)
  • docker: 调整 dockerfile (6ac4ca8)
  • fixed dockerfile (7d42019)
  • prisma: 修复 createdAt 数据类型 (bb7249e)
  • server: 修复 alert interval 生效逻辑问题 (7e2036a)
  • web: get issues trends error (c995642)
  • web: menu list zindex 调整 (65883f3)
  • web: ohbug.config 加入 url 配置 (d5cc2e2)
  • web: project profile 默认跳转 (9912b82)
  • web: 修复 event 创建 issue updatedAt 不更新 (cf3b003)
  • web: 修复 nextjs warning (3d9fa88)
  • web: 修正 ip 地址显示 (3308ce8)

Features

  • add package server (9cd7e14)
  • docker: complete docker deployment (4752bbe)
  • docker: use default node image (c41c960)
  • docker: 调整启动方式 使用 yml 配置文件 (1122cb8)
  • init (ceaad0b)
  • prisma: create index (fb75c8d)
  • remix 迁移至 next (3fcf53a)
  • server: 完成sourceMap上传 (a0b6f83)
  • server: event 上报加入 apiKey 校验 (223d50b)
  • server: store metric data (9a73089)
  • server: 使用 postgresql 存储 event (93cd770)
  • server: 完成 event/issue 存储 (b856d6d)
  • server: 完成 event/issue/user 表 (7fe6b2a)
  • server: 对接 clickhouse (da409af)
  • server: 简化 config 获取流程 (8b568cd)
  • support report and preview feedback (a8e5114)
  • update deps and adapter prisma4 (c670382)
  • web: add empty issues view (6e1bfd7)
  • web: add get apikey tips (b058670)
  • web: add metrics integration guide (a6ba9f2)
  • web: add nextauth middleware (c5bef8d)
  • web: add title to metric page (2e3ab1c)
  • web: card 组件 hover default false (a364944)
  • web: dashboard support metrics (a30953e)
  • web: finish dark mode (55186c4)
  • web: finish invite members (9442246)
  • web: finish issues search (bffc457)
  • web: index 增加 create project 按钮 (c762ab3)
  • web: issue detail trends 样式调整 (c3a6c69)
  • web: issue detail 页面加入 breadcrumb (22e061e)
  • web: issue detail 页面样式调整 (f934f78)
  • web: issue events 页面样式调整 (8a35b52)
  • web: issues 列表展示 events users 数量 (0bfd469)
  • web: navMenu 加入 settings 路由 (590fed3)
  • web: project 切换同时切换当前路由 (851ef66)
  • web: projects 根据 用户查询 (9700c35)
  • web: projects 页面查询 project trends (6574676)
  • web: read config from ohbug.config.yml (dc1610f)
  • web: redirect create-project if user not has project (e594318)
  • web: redirect index if already signin (0fd6708)
  • web: redirect to signin when not have authorization (e7a770d)
  • web: scroll navmenu logo click scroll to top (1997561)
  • web: support delete alert (67d897a)
  • web: support i18n (01cde98)
  • web: support preview custom metadata (ba4249e)
  • web: support version detection and upgrade prompt (d31b56e)
  • web: themeBox 加入 acrylic props (5f68b96)
  • web: trendChart 展示 loading 状态 (bbc1de5)
  • web: 主题样式微调 (40fa5df)
  • web: 优化 issue detail 页面 减少非必要查询 (786532e)
  • web: 优化 issueList 样式 (ae787c6)
  • web: 使用 next auth 登录页面 (9e0ce8c)
  • web: 使用 react-icons 作为图标库 (a613654)
  • web: 加入 projects 页面 (9cc87ea)
  • web: 加入 searchBar 组件 (df71220)
  • web: 加入权限验证 (fd62e15)
  • web: 完善 project card 数据展示 (032d2bc)
  • web: 完成 footer (0abe255)
  • web: 完成 issue detail 更多事件页面 (e248a90)
  • web: 完成 issue detail 页面 堆栈信息展示 (666a341)
  • web: 完成 issue detail 页面标签列展示 (534d0f0)
  • web: 完成 issue detail 页面趋势信息展示 (d913d3e)
  • web: 完成 issue list 分页 (fb502de)
  • web: 完成 issue trends 数据查询与展示 (42d55e9)
  • web: 完成 navMenu 部分 (779399d)
  • web: 完成 project setting apiKey 展示 (a5e2cf8)
  • web: 完成 project setting update name (cdad8bc)
  • web: 完成 project trends chart 显示 (73c263f)
  • web: 完成 project 的创建 (9765988)
  • web: 完成 project 预览页面 (ca5900f)
  • web: 完成 release list 和 sourceMaps 页面 (ad881e0)
  • web: 完成 user 组件以及 nav 基本布局 (93f066f)
  • web: 完成layout布局 包含 nav navMenu user 等组件 (353466a)
  • web: 完成授权登录流程 (d26286d)
  • web: 对接 ohbug-extension-rrweb (6a63f7f)
  • web: 整体迁移至 chakra-ui (8a2ff2c)
  • web: 新增 alert detail 页面 (036eff0)
  • web: 新增 issues 页面 (4c4c157)
  • web: 暂时删除 release detail 页 (60079f4)
  • web: 调整 issue tabs 样式 (52fc349)
  • web: 调整 prisma client 获取方式 (5d7f293)
  • web: 部分页面布局更新 使用 wrapper (c295cf6)
  • 准备 issue 趋势图数据 (d0f8c35)
  • 加入 issue 详情页 (326939a)
  • 完成 issues 列表基本展示 (b5dc389)
  • 完成 sourceMap 还原代码 (8c4bbbd)
  • 完成基本环境配置、环境变量配置 (3e36937)
  • 完成通知逻辑 (d4f5a93)
  • 新增 email 登录方式 (e713ca9)
  • 路由调整为以 project 为基础 (db3d9f2)

Performance Improvements

  • server: 优化 report 接口资源占用 (f84667b)