Skip to content

Commit 6b1e599

Browse files
committed
SERVICE-2664 agent 릴리스 노트 추가
1 parent b2b6531 commit 6b1e599

File tree

7 files changed

+219
-1
lines changed

7 files changed

+219
-1
lines changed

release-notes/db/dbx-2.5.3.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
id: dbx-2_5_3
3+
title: DBX v2.5.3
4+
pagination_next: release-notes/db/dbx-2_5_2
5+
displayed_sidebar: releaseSidebar
6+
---
7+
8+
2025년 04월 10일
9+
10+
## IMB DB2
11+
12+
<Status priority='0'>Fixed</Status> DB2 Active Session의 username 수집 시 발생하던 버그 수정

release-notes/db/dbx-2.5.4.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
id: dbx-2_5_4
3+
title: DBX v2.5.4
4+
pagination_next: release-notes/db/dbx-2_5_3
5+
displayed_sidebar: releaseSidebar
6+
---
7+
8+
2025년 04월 16일
9+
10+
## CUBRID
11+
12+
<Status priority='0'>Fixed</Status> 음수값이 수집되는 지표 관련 버그 수정
13+
14+
## Redis
15+
16+
<Status priority='1'>Feature</Status> Cluster AutoScale 기능 추가 (요청 시 별도의 에이전트 파일 제공)
17+
18+
## SAP ASE
19+
20+
<Status priority='0'>Fixed</Status> 버전 정보 수집 시 에러 발생 버그 수정

release-notes/db/dbx-2.50.01.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
id: dbx-2_50_01
3+
title: DBX v2.50.01
4+
pagination_next: release-notes/db/dbx-2_5_4
5+
displayed_sidebar: releaseSidebar
6+
---
7+
8+
2025년 04월 23일
9+
10+
## Oracle
11+
12+
* <Status priority='0'>Fixed</Status> 오브젝트 정보의 Partition, Subpartition 정보 수집 방식 수정
13+
14+
* <Status priority='0'>Fixed</Status> 액티브 세션 리스트 수집 기준 변경
15+
16+
* 기존: `status = 'active'`
17+
* 변경: `status != 'inactive'`
18+
19+
## MySQL
20+
21+
<Status priority='0'>Fixed</Status> 프로시저 통계 메뉴에 SQL Text가 표시되지 않던 버그 수정

release-notes/db/dbx-2.50.02.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
id: dbx-2_50_02
3+
title: DBX v2.50.02
4+
pagination_next: release-notes/db/dbx-2_50_02
5+
displayed_sidebar: releaseSidebar
6+
---
7+
8+
2025년 04월 24일
9+
10+
## 공통
11+
12+
<Status priority='0'>Fixed</Status> setup.sh 수행 시 *jdbc* 폴더의 *JAR* 파일을 먼저 읽도록 수정
13+
14+
## IBM DB2
15+
16+
<Status priority='0'>Fixed</Status> 세션 종료 수행 시 NullPoint 발생 버그 수정
17+
18+
## PostgreSQL
19+
20+
<Status priority='0'>Fixed</Status> `xact_runtime` 계산 오류 수정

release-notes/db/dbx-agent.json

Lines changed: 110 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,113 @@
11
[
2+
{
3+
"url": "https://docs.whatap.io/release-notes/db/dbx-2_50_02/",
4+
"ver": "v2.50.02",
5+
"date": "2025-04-24",
6+
"Lists": [
7+
{
8+
"ver": "v2.50.02",
9+
"hash": "v25002",
10+
"product": "DBX",
11+
"type": "Fixed",
12+
"desc": "<p><code class=\"Fixed\" type=\"0\">Fixed</code> setup.sh 수행 시 <em>jdbc</em> 폴더의 JAR 파일을 먼저 읽도록 수정</p>",
13+
"category": "공통"
14+
},
15+
{
16+
"ver": "v2.50.02",
17+
"hash": "v25002",
18+
"product": "DBX",
19+
"type": "Fixed",
20+
"desc": "<p><code class=\"Fixed\" type=\"0\">Fixed</code> 세션 종료 수행 시 NullPoint 발생 버그 수정</p>",
21+
"category": "IBM DB2"
22+
},
23+
{
24+
"ver": "v2.50.02",
25+
"hash": "v25002",
26+
"product": "DBX",
27+
"type": "Fixed",
28+
"desc": "<p><code class=\"Fixed\" type=\"0\">Fixed</code> <code>xact_runtime</code> 계산 오류 수정</p>",
29+
"category": "PostgreSQL"
30+
}
31+
]
32+
},
33+
{
34+
"url": "https://docs.whatap.io/release-notes/db/dbx-2_50_01/",
35+
"ver": "v2.50.01",
36+
"date": "2025-04-23",
37+
"Lists": [
38+
{
39+
"ver": "v2.50.01",
40+
"hash": "v25001",
41+
"product": "DBX",
42+
"type": "Fixed",
43+
"desc": "<p><code class=\"Fixed\" type=\"0\">Fixed</code> 오브젝트 정보의 Partition, Subpartition 정보 수집 방식 수정</p>",
44+
"category": "Oracle"
45+
},
46+
{
47+
"ver": "v2.50.01",
48+
"hash": "v25001",
49+
"product": "DBX",
50+
"type": "Fixed",
51+
"desc": "<p><code class=\"Fixed\" type=\"0\">Fixed</code> 액티브 세션 리스트 수집 기준 변경</p>",
52+
"category": "Oracle",
53+
"details": "<ul>\n<li><p>기존: <code>status='active'</code></p></li><li><p>변경: <code>status!='inactive'</code></p></li>\n</ul>"
54+
},
55+
{
56+
"ver": "v2.50.01",
57+
"hash": "v25001",
58+
"product": "DBX",
59+
"type": "Fixed",
60+
"desc": "<p><code class=\"Fixed\" type=\"0\">Fixed</code> 프로시저 통계 메뉴에 SQL Text가 표시되지 않던 버그 수정</p>",
61+
"category": "MySQL"
62+
}
63+
]
64+
},
65+
{
66+
"url": "https://docs.whatap.io/release-notes/db/dbx-2_5_4/",
67+
"ver": "v2.5.4",
68+
"date": "2025-04-16",
69+
"Lists": [
70+
{
71+
"ver": "v2.5.4",
72+
"hash": "v254",
73+
"product": "DBX",
74+
"type": "Fixed",
75+
"desc": "<p><code class=\"Fixed\" type=\"0\">Fixed</code> 음수값이 수집되는 지표 관련 버그 수정</p>",
76+
"category": "CUBRID"
77+
},
78+
{
79+
"ver": "v2.5.4",
80+
"hash": "v254",
81+
"product": "DBX",
82+
"type": "Feature",
83+
"desc": "<p><code class=\"Feature\" type=\"1\">Feature</code> Cluster AutoScale 기능 추가 (요청 시 별도의 에이전트 파일 제공)</p>",
84+
"category": "Redis"
85+
},
86+
{
87+
"ver": "v2.5.4",
88+
"hash": "v254",
89+
"product": "DBX",
90+
"type": "Fixed",
91+
"desc": "<p><code class=\"Fixed\" type=\"0\">Fixed</code> 버전 정보 수집 시 에러 발생 버그 수정</p>",
92+
"category": "SAP ASE"
93+
}
94+
]
95+
},
96+
{
97+
"url": "https://docs.whatap.io/release-notes/db/dbx-2_5_3/",
98+
"ver": "v2.5.3",
99+
"date": "2025-04-10",
100+
"Lists": [
101+
{
102+
"ver": "v2.5.3",
103+
"hash": "v253",
104+
"product": "DBX",
105+
"type": "Fixed",
106+
"desc": "<p><code class=\"Fixed\" type=\"0\">Fixed</code> DB2 Active Session의 username 수집 시 발생하던 버그 수정</p>",
107+
"category": "IBM DB2"
108+
}
109+
]
110+
},
2111
{
3112
"url": "https://docs.whatap.io/release-notes/db/dbx-2_5_2/",
4113
"ver": "v2.5.2",
@@ -9,7 +118,7 @@
9118
"hash": "v252",
10119
"product": "DBX",
11120
"type": "Feature",
12-
"desc": "<p><code class=\"Feature\" type=\"1\">Feature</code> 에이전트 기동 start.sh 파일 실행 시 에이전트 jar 파일이 여러 개 있을 경우, 동작하지 않는 오류 수정 (버전 250327 ~ 250407에서 발생)</p>",
121+
"desc": "<p><code class=\"Fixed\" type=\"0\">Fixed</code> 에이전트 기동 start.sh 파일 실행 시 에이전트 jar 파일이 여러 개 있을 경우, 동작하지 않는 오류 수정 (버전 250327 ~ 250407에서 발생)</p>",
13122
"category": "공통"
14123
},
15124
{

release-notes/db/dbx-previous.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ toc_max_heading_level: 2
55
displayed_sidebar: releaseSidebar
66
---
77

8+
* [DBX agent v2.4.9](dbx-2_4_9)
9+
10+
* [DBX agent v2.4.8](dbx-2_4_8)
11+
12+
* [DBX agent v2.4.7](dbx-2_4_7)
13+
14+
* [DBX agent v2.4.6](dbx-2_4_6)
15+
16+
* [DBX agent v2.4.5](dbx-2_4_5)
17+
18+
* [DBX agent v2.4.4](dbx-2_4_4)
19+
20+
* [DBX agent v2.4.3](dbx-2_4_3)
21+
22+
* [DBX agent v2.4.2](dbx-2_4_2)
23+
24+
* [DBX agent v2.4.1](dbx-2_4_1)
25+
26+
* [DBX agent v2.4.0](dbx-2_4_0)
27+
28+
* [DBX agent v2.3.9](dbx-2_3_9)
29+
30+
* [DBX agent v2.3.8](dbx-2_3_8)
31+
32+
* [DBX agent v2.3.7](dbx-2_3_7)
33+
834
* [DBX agent v2.3.6](dbx-2_3_6)
935

1036
* [DBX agent v2.3.5](dbx-2_3_5)

release-notes/server/server-previous.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ title: Server Agent 지난 버전
44
toc_max_heading_level: 2
55
---
66

7+
* [Server Agent 2.7.5](server-2_7_5)
8+
9+
* [Server Agent 2.7.4](server-2_7_4)
10+
11+
* [Server Agent 2.7.3](server-2_7_3)
12+
13+
* [Server Agent 2.7.2](server-2_7_2)
14+
15+
* [Server Agent 2.7.1](server-2_7_1)
16+
717
* [Server Agent 2.7.0](server-2_7_0)
818

919
* [Server Agent 2.6.9](server-2_6_9)

0 commit comments

Comments
 (0)