Skip to content

Commit da7de37

Browse files
committed
blog post about v6.2
1 parent d5e7fb0 commit da7de37

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed
Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: NBomber v6.2.0
3-
authors: [antyadev, olenakostash, oleksandr_palamarchuk]
3+
authors: [antyadev, olenakostash, oleksandr_palamarchuk, oleksandr_mykhalchuk]
44
tags: [nbomber-release, load-testing]
5-
draft: true
65
---
76

87
import ReactPlayer from 'react-player'
@@ -20,10 +19,7 @@ In the [NBomber v6.2.0 release](https://github.com/PragmaticFlow/NBomber/release
2019
- [What's next](#whats-next)
2120

2221
## HTML Report improvements
23-
24-
// add LINK for New Html Report
25-
26-
One of the invisible but important changes in the new HTML Report is that it has been completely rewritten in TypeScript. For a long time, we used vanilla JavaScript with Vue, but over time it became difficult to manage complexity, reason about the code, and maintain correctness. Moving to TypeScript gives us type safety and makes future development more sustainable.
22+
One of the invisible but important changes in the [new HTML Report](https://nbomber.com/assets/reports/html_report.html) is that it has been completely rewritten in TypeScript. For a long time, we used vanilla JavaScript with Vue, but over time it became difficult to manage complexity, reason about the code, and maintain correctness. Moving to TypeScript gives us type safety and makes future development more sustainable.
2723

2824
Now, let’s look at the visible improvements 🙂
2925

@@ -128,7 +124,7 @@ Previously, creating a cluster required defining and loading a JSON Config file
128124
}
129125
```
130126

131-
You then had to load this configuration on each NBomber node to form a three-node cluster (1 Coordinator + 2 Agents):
127+
You then had to load this configuration on each NBomber node to form a cluster (in our example, three-node cluster: 1 Coordinator + 2 Agents):
132128

133129
```bash
134130
# start node 1
@@ -177,7 +173,7 @@ dotnet my-nbomber-test.dll \
177173
--cluster-nats-url=nats://localhost
178174
```
179175

180-
A full list of available CLI options can be found at the following link.
176+
A full list of available CLI options can be found at the [following link](https://nbomber.com/docs/nbomber/cli).
181177

182178
### Simplification of Manual cluster mode
183179
For **ManualCluster** mode — which provides more flexibility than **AutoCluster** by allowing explicit control over scenario placement — we introduced a small but important simplification.
@@ -285,7 +281,7 @@ This effectively enables integration with the vast majority of modern observabil
285281

286282
## What's next
287283

288-
1. We are planning to release a new version of **NBomber Studio** soon—hopefully in February. This release will include several exciting features such as Compare Runs and Trends.
284+
1. We are planning to release a new version of [NBomber Studio](https://nbomber.com/docs/nbomber-studio/overview) soon—hopefully in February. This release will include several exciting features such as Compare Runs and Trends.
289285

290286
2. In parallel, we are finishing work on a highly anticipated feature for NBomber Studio: **Load Testing in K8s**. This will allow you to create and deploy load tests directly to Kubernetes from NBomber Studio, without requiring additional CI/CD jobs. We expect this to be released in late February or early March.
291287

blog/authors.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,12 @@ oleksandr_palamarchuk:
2121
url: https://github.com/OleksPal
2222
image_url: https://avatars.githubusercontent.com/u/71185886
2323
socials:
24-
github: OleksPal
24+
github: OleksPal
25+
26+
oleksandr_mykhalchuk:
27+
name: Oleksandr Mykhalchuk
28+
title: NBomber Core Team
29+
url: https://github.com/sanirr
30+
image_url: https://avatars.githubusercontent.com/u/239149901
31+
socials:
32+
github: sanirr

docs/getting-started/roadmap.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ This is a living document containing the NBomber team’s priorities as well as
99
### Past and Future Work
1010

1111
#### vNext
12-
- [ ] [Planned Backlog v6.2](https://github.com/PragmaticFlow/NBomber/milestone/7)
12+
- [ ] [Planned Backlog v6.3](https://github.com/PragmaticFlow/NBomber/milestone/8)
13+
14+
#### v6.2.0
15+
- [x] [Release Notes](https://github.com/PragmaticFlow/NBomber/releases/tag/v6.2.0)
1316

1417
#### v6.1.2
1518
- [x] [Release Notes](https://github.com/PragmaticFlow/NBomber/releases/tag/v6.1.2)

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ const config = {
6666
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
6767
({
6868
announcementBar: {
69-
id: 'announcement-opentelemetry',
70-
content: '🚀 NBomber now supports <a href="https://nbomber.com/docs/reporting/realtime/opentelemetry" target="_blank">OpenTelemetry</a> for real-time reporting!',
69+
id: 'announcement-nbomber-v6.2.0',
70+
content: '🚀 NBomber v6.2.0 <a href="https://nbomber.com/blog/2026/01/20/nbomber-v6.2.0" target="_blank">released</a>!',
7171
backgroundColor: '#2977d6ff',
7272
textColor: '#ffffffff',
7373
isCloseable: true,

0 commit comments

Comments
 (0)