Skip to content

Commit 8549ec0

Browse files
authored
Merge pull request #7 from magicpages/switch-proxy
perf: replace http-proxy with fast-proxy + undici
2 parents af220ae + 57a4655 commit 8549ec0

File tree

5 files changed

+1984
-1275
lines changed

5 files changed

+1984
-1275
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to the Ghost Cache Invalidation Proxy will be documented in
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.0] - 2025-11-21
9+
10+
### Changed
11+
- Replaced `http-proxy` with `fast-proxy` + `undici` for significantly improved performance
12+
- Proxy overhead reduced from 120-286ms to near-zero
13+
- Added connection pooling (100 connections) and HTTP pipelining (10 requests deep)
14+
- Added URL caching for parsed URLs (1000 entries)
15+
16+
### Removed
17+
- Removed `http-proxy` and related type dependencies
18+
819
## [1.1.0] - 2025-09-29
920

1021
### Added

0 commit comments

Comments
 (0)