Skip to content

v0.3.1

Choose a tag to compare

@cardotrejos cardotrejos released this 25 Feb 12:11
· 13 commits to main since this release

What's Changed

Fixed

  • Fixed unbounded ETS cache growth vulnerability (DoS) — added max_size config with LRU eviction (#17)
  • Fixed expired entries not being deleted during direct ETS reads (#25)
  • Fixed mix format compliance across all files

Added

  • Comprehensive tests for X402.Behaviour.implements?/2 with 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