Skip to content

v1.0.0

Compare
Choose a tag to compare
@alexsnaps alexsnaps released this 21 Dec 13:27
· 527 commits to main since this release
bb424e6

Added

  • Support for command line arguments and options
  • Validation of the complete environment on start
  • LIMIT_FILE is monitored for changes and hot-reloaded

Changed

  • Syntax for condition within Limits changed
  • Removed the HTTP endpoints to mutate Limits
  • Limits are solely loaded from the LIMIT_FILE
  • Only Counters to Limits are persisted, Limits loaded from file are held in memory
  • Duplicated Limits with same namespace, conditions and variables is now impossible

Removed

  • By default, Infinispan support isn't compiled in. Use feature infinispan at build time