v0.3.1
What's Changed
Fixed
- Fixed unbounded ETS cache growth vulnerability (DoS) — added
max_sizeconfig with LRU eviction (#17) - Fixed expired entries not being deleted during direct ETS reads (#25)
- Fixed
mix formatcompliance across all files
Added
- Comprehensive tests for
X402.Behaviour.implements?/2with doctests (#28) - Test coverage for facilitator hook exception and throw handling (#24)
- Optimized ETS cache with direct concurrent reads bypassing GenServer serialization (#25)
Full Changelog: v0.3.0...v0.3.1