Skip to content

Groxy

v0.4.0 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

connect forward-proxy go http-proxy https-proxy middleware
+3 more
mitm proxy tls

ReleasePort's take

Light signal
editorial:auto 13d

Groxy v0.4.0 introduces AccessLog middleware for single-line HTTP request logging. Captures status codes, duration, and tunnel targets for traffic visibility.

Why it matters: Add AccessLog middleware to log HTTP requests, status codes, duration, and tunnel targets. Improves observability for request routing and performance troubleshooting.

Summary

AI summary

Added AccessLog middleware for one-line HTTP traffic logging.

Changes in this release

Feature Medium

AccessLog logs HTTP requests, status codes, duration, and tunnel targets.

AccessLog logs HTTP requests, status codes, duration, and tunnel targets.

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

Added `groxy.AccessLog(logger)` middleware for logging HTTP traffic.

Added `groxy.AccessLog(logger)` middleware for logging HTTP traffic.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Feature Low

`AccessLog(nil)` acts as a no-op when called with nil logger.

`AccessLog(nil)` acts as a no-op when called with nil logger.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Feature Low

Added `examples/access-log` demonstrating AccessLog usage.

Added `examples/access-log` demonstrating AccessLog usage.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Full changelog

Highlights

Groxy v0.4.0 adds AccessLog, a middleware helper for one-line traffic logs.

What's new

  • Added groxy.AccessLog(logger)
  • Logs HTTP requests when they start and complete
  • Logs status codes and request duration
  • Logs CONNECT tunnel targets
  • Safely handles blocked requests and forwarding errors
  • AccessLog(nil) is a no-op
  • Added examples/access-log
  • Updated README, docs, roadmap, and changelog

Install

go get github.com/SalzDevs/[email protected]

Docs

https://pkg.go.dev/github.com/SalzDevs/groxy

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Groxy

Get notified when new releases ship.

Sign up free

About Groxy

All releases →

Beta — feedback welcome: [email protected]