Changelog

View Source

Version 3.0.0 (2025)

  • Replaced dynamic module compilation with persistent_term storage
  • Converted from gen_server to gen_statem for better state management
  • Improved performance with incremental updates
  • Added proper wait_for_proc support with deferred execution
  • Updated documentation to hexdoc format
  • Added GitHub Actions CI

Version 2.1.0

  • Previous stable release with dynamic module compilation