Skip to content

Releases: pokt-network/redirect-service

v1.1.1

31 Oct 03:02

Choose a tag to compare

Add retry metrics and improve monitoring

Features:

  • Add retry metrics: proxy_retry_attempts_total and proxy_backend_failures_total
  • Change default retry policy from fail-fast to retry-all for better resilience
  • Smart retry logic: only retry on 5xx and 429 errors, not on 4xx client errors
  • Fix Host header override in reverse proxy Director

Monitoring:

  • Add 5 new alert rules for retry and rate limiting
  • Remove TaijiLowTraffic alert (low traffic is valid state)
  • Add Retry & Rate Limiting dashboard section with 4 panels

GitHub Action:

  • Extract and include annotated tag messages in release notes

Testing Results:

  • 400 errors: correctly not retried (client error)
  • 429 rate limit: correctly retried
  • 5xx errors: correctly retried
  • Load test: 99.99% success rate, 318 req/sec, P99 445ms
  • Round-robin distribution: perfectly balanced

Docker Image

# Pull with version tag
docker pull ghcr.io/pokt-network/taiji:1.1.1

# Or pull latest release
docker pull ghcr.io/pokt-network/taiji:latest

Available tags:

ghcr.io/pokt-network/taiji:1.1.1
ghcr.io/pokt-network/taiji:1.1
ghcr.io/pokt-network/taiji:1
ghcr.io/pokt-network/taiji:latest
ghcr.io/pokt-network/taiji:sha-41e0a7b
ghcr.io/pokt-network/taiji:latest

Platforms:

  • linux/amd64
  • linux/arm64

Binaries

Download the pre-built binaries for your platform:

  • Linux (amd64): taiji-v1.1.1-linux-amd64
  • Linux (arm64): taiji-v1.1.1-linux-arm64
  • macOS (Intel): taiji-v1.1.1-darwin-amd64
  • macOS (Apple Silicon): taiji-v1.1.1-darwin-arm64

Full Changelog: v1.1.0...v1.1.1

v1.1.0

31 Oct 01:53

Choose a tag to compare

Docker Image

# Pull with version tag
docker pull ghcr.io/pokt-network/taiji:1.1.0

# Or pull latest release
docker pull ghcr.io/pokt-network/taiji:latest

Available tags:

ghcr.io/pokt-network/taiji:1.1.0
ghcr.io/pokt-network/taiji:1.1
ghcr.io/pokt-network/taiji:1
ghcr.io/pokt-network/taiji:latest
ghcr.io/pokt-network/taiji:sha-0c785e5
ghcr.io/pokt-network/taiji:latest

Platforms:

  • linux/amd64
  • linux/arm64

Binaries

Download the pre-built binaries for your platform:

  • Linux (amd64): taiji-v1.1.0-linux-amd64
  • Linux (arm64): taiji-v1.1.0-linux-arm64
  • macOS (Intel): taiji-v1.1.0-darwin-amd64
  • macOS (Apple Silicon): taiji-v1.1.0-darwin-arm64

Full Changelog: v1.0.0...v1.1.0

v1.0.0

30 Oct 21:18

Choose a tag to compare

Docker Image

# Pull with version tag
docker pull ghcr.io/pokt-network/taiji:1.0.0

# Or pull latest release
docker pull ghcr.io/pokt-network/taiji:latest

Available tags:

ghcr.io/pokt-network/taiji:1.0.0
ghcr.io/pokt-network/taiji:1.0
ghcr.io/pokt-network/taiji:1
ghcr.io/pokt-network/taiji:latest
ghcr.io/pokt-network/taiji:sha-6defba2
ghcr.io/pokt-network/taiji:latest

Platforms:

  • linux/amd64
  • linux/arm64

Binaries

Download the pre-built binaries for your platform:

  • Linux (amd64): taiji-v1.0.0-linux-amd64
  • Linux (arm64): taiji-v1.0.0-linux-arm64
  • macOS (Intel): taiji-v1.0.0-darwin-amd64
  • macOS (Apple Silicon): taiji-v1.0.0-darwin-arm64

Full Changelog: https://github.com/pokt-network/redirect-service/commits/v1.0.0