This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
ReleasePort's take
Light signalGroxy 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 summaryAdded AccessLog middleware for one-line HTTP traffic logging.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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
About Groxy
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]