Skip to main content

Refresh tokens

3 min read

This version introduces refresh tokens, reduces access tokens time to live, and removes any tokens from local storage.

OpenSSL upgrade

One min read

Gocipher agent has been upgraded and now supports deciphering TLS 1.2 and TLS 1.3 for:

  • All OpenSSL versions from OpenSSL 1.1.1a to current OpenSSL 3.5.0
  • All Node.js embedded OpenSSL versions, from Node 11 to current Node 23

2025.04.12 Release Note

7 min read

This release brings many configuration and deployment enhancements as well as the general availability of Network Usage monitoring.

Network Usage Monitoring

4 min read

I am excited to announce a significant enhancement to Spider: the introduction of Network Usage Monitoring 馃挭

This new feature empowers users with comprehensive insights into network communications within their Kubernetes clusters, facilitating system discovery, performance optimization, and anomaly detection.

Whisperer throughput limiter

2 min read

Spider now includes a new circuit breaker to limit its impact: a throughput limiter.

When set, the Whisperer checks the rate of capture packets continuously and discards packets once the throughput is reached.

Introducing local agents

2 min read

Spider now facilitate local development with the introduction of local agents.

Any user may be given local agents (Controller, Whisperer, Gocipher) to observe the communications of his developments running locally.

2024.12.22 Release Note

6 min read

This release brings more observability, stability and diversity on Spider agents:

  • Remote logs access
  • Backoff on failed attachments
  • Local agents

It also restores UDP capture that was failing lately.