2026.05.13 Release Note
This version introduces:
- a redesigned UI with new visualizations (multi-protocol view, waterfall),
- a parsing pipeline migrated to Go with Protobuf serialization and gRPC for the hot paths,
- and a new tooling layer for humans and AI agents: the
spiderandspider-monCLIs plus two Claude Code plugins that wrap them. - a vulnerability upgrade agent to lands the release with all known CVEs patched across all 44 active components.
Upgrade risk
With the change of technology for parsers - to GO -, the regular expressions used for templates and tags may need to be adapted.
Indeed, Go regular expressions do not support backtracking, which can be replaced by splitting the regular expressions using it.
A Playground has been added for Templates and Tags allowing to test easily the configuration changes.
LLM like Claude are quite capable of adjusting the regular expressions set.
Key changes
- Rewrite Controller in Go
- UI redesign - Enhance usability and user experience
- Unified L7 view — HTTP and PostgreSQL communications together
- Waterfall view
- Network-View modernization - React 18, MUI v7, Redux Toolkit, Rspack, Luxon
- Parsing pipeline migrated to Go + Protobuf + gRPC
- Spider CLI - verb-first command line for humans and AI agents
- Spider-mon CLI - structured self-monitoring queries and baselines
- Spider's Claude Code plugins - two surfaces, one marketplace
- Vulnerability upgrade agent - 44 components, 0 CVEs, 3h30
How to upgrade
- Use Helm chart
6.4.0from repository - Adjust
global.versionfield value to2026.05.13in your values.yaml - Deploy
See Reference documentation for details.
Versions
Spider
New versions of Spider components:
| Component | Version | Docker tag |
|---|---|---|
| Helm chart | 6.4.0 | - |
| Analysis UI | 15.0 | 2026.05.13 |
| Controllers | 3.0 | 2026.05.13 |
| Gossipers | 7.11 | 2026.05.13 |
| Gociphers | 1.8 | 2026.05.13 |
| Back office | - | 2026.05.13 |
| Login UI | - | 2026.05.13 |
| Monitoring UI | - | 2026.05.13 |
Dependencies
This operator is required on the Kube where Spider is installed.
| Dependency | Version |
|---|---|
| Elastic Cloud for Kubernetes | 2 or 3 |
These components are set up in the correct versions by the Helm chart:
| Dependency | Version | Docker tag |
|---|---|---|
| Elastic stack | 9.1* | 9.1 |
| Redis | 8.2 | 8-alpine |
| Traefik | 3.5 | v3.5 |
(*) Version 7 is still available and compatible for clusters still using ECK 2.
Compatibility
Spider has been successfully tested under these versions of dependencies:
| 3rd party software | Version |
|---|---|
| Helm | 3.14+ |
| Kube | 1.28+ |
List of changes
Helm chart
| ✨ New features |
|
|---|---|
| ⚙️ Improvements | |
| 🐞 Bug fixes |
|
Analysis UI
| ✨ New features |
|
|---|---|
| ⚙️ Improvements |
|
| 🐞 Bug fixes |
Controllers
| ✨ New features | |
|---|---|
| ⚙️ Improvements |
|
| 🐞 Bug fixes |
Gossipers (Whisperers)
| ✨ New features | |
|---|---|
| ⚙️ Improvements | |
| 🐞 Bug fixes |
Gociphers
| ✨ New features | |
|---|---|
| ⚙️ Improvements | |
| 🐞 Bug fixes |
Back office
| ✨ New features |
|
|---|---|
| ⚙️ Improvements |
|
| 🐞 Bug fixes |
|
Login UI
| ✨ New features | |
|---|---|
| ⚙️ Improvements | |
| 🐞 Bug fixes |
Monitoring UI
| ✨ New features | |
|---|---|
| ⚙️ Improvements | |
| 🐞 Bug fixes |
Tools
| ✨ New features |
|
|---|---|
| ⚙️ Improvements | |
| 🐞 Bug fixes |
Online documentation
Main updated parts:
- [/docs/ui/BottomPanelModes/Waterfall](Waterfall view)
- [/docs/tools/spider-cli](Spider CLI)
- [/docs/tools/spider-mon](Spider-mon CLI)
- [/docs/tools/spider-claude-plugin](Spicer Claude plugin)
- [/docs/tools/spider-mon-plugin](Spider-mon Claude plugin)
API impacts
This section informs about any impact on Spider API, so you may adjust your scripts.
Data impacts
The table below tells if there are data mapping changes in Elasticsearch indices, associated or not with migrations (Yes ✅ / No ❌).
Migration are automated at upgrade time, but they may leave unattended indices that you have to remove manually.
| Index | Description | Migration |
|---|---|---|
| httpcoms & pgcoms | New alias for multi-com | - |