Skip to content

v0.9.1

Choose a tag to compare

@bartventer bartventer released this 29 Jun 10:58
· 45 commits to master since this release
v0.9.1
2c86d11

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.