Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ under the affected version with a reference to the CVE or advisory.

---

## [1.1.1] - 2026-03-27

### Fixed
- Docs site descriptions (site root, docs root, `hugo.toml`) updated to include `gRPC` alongside HTTP, DNS, WebSocket, and browser
- Metrics reference: `type` label now lists `grpc` as a valid value

---

## [1.1.0] - 2026-03-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: "sendit"
description: "A flexible traffic generator for HTTP, DNS, WebSocket, and browser targets."
description: "A flexible traffic generator for HTTP, DNS, WebSocket, gRPC, and browser targets."
---
2 changes: 1 addition & 1 deletion docs/content/docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Documentation"
weight: 1
description: "Reference documentation for sendit — a flexible traffic generator for HTTP, DNS, WebSocket, and browser targets."
description: "Reference documentation for sendit — a flexible traffic generator for HTTP, DNS, WebSocket, gRPC, and browser targets."
---

Welcome to the sendit reference documentation.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ curl http://localhost:9090/healthz

### Label values

**`type`** matches the `type` field in your target config: `http`, `browser`, `dns`, or `websocket`.
**`type`** matches the `type` field in your target config: `http`, `browser`, `dns`, `websocket`, or `grpc`.

**`domain`** is the hostname extracted from the target URL (e.g. `example.com`, `api.example.com`). For DNS targets with bare hostnames the value is the hostname itself.

Expand Down
2 changes: 1 addition & 1 deletion docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enableGitInfo = true
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"

[params]
description = "A flexible traffic generator for HTTP, browser, DNS, and WebSocket targets. Polite by design — paced, rate-limited, and resource-gated."
description = "A flexible traffic generator for HTTP, browser, DNS, WebSocket, and gRPC targets. Polite by design — paced, rate-limited, and resource-gated."

[params.docs]
title = "sendit"
Expand Down
Loading