v0.9.1
Bugfix: Cache Keying with Empty Vary Headers
Bugfixes
- (a180136): Fixed cache key generation to append a sentinel value when no Vary headers are present.
This prevents collisions between the base URL key and the vary key, avoiding self-referential cache entries.
Other Changes
- (c810fde): Improved logging for missing or unreadable cache entries.
- (e30db2d): Improved error formatting in
testutil. - (2c86d11): Renamed internal header constants for consistency.
Full Changelog: v0.9.0...v0.9.1
The project is nearing a stable v1.0.0 milestone.
Any further feedback, issues, or contributions are welcome as we finalize the implementation and documentation.