Skip to content

Commit 8696740

Browse files
committed
Update changelog with unreleased changes
1 parent 105ba5d commit 8696740

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [Unreleased]
6+
7+
### Added
8+
- Justfile for build and release commands (`just build-dev`, `just release`, etc.)
9+
- CDN detection test suite (27 test cases)
10+
- Akamai detection via `server` header (supports AkamaiGHost, AkamaiNetStorage)
11+
12+
### Changed
13+
- Refactored CDN detection into shared `constants.js` with declarative rules
14+
- CDN info notes now only appear when relevant (Fastly note requires x-cache header, CloudFront note only on MISS)
15+
16+
### Fixed
17+
- URL display after redirects (now shows final URL instead of intermediate redirect URLs)
18+
519
## [v0.0.3] - 2026-01-04
620

721
### Fixed

0 commit comments

Comments
 (0)