--- layout: news title: "Release notes" prev_section: tutorials/dynamic-configuration doc: true ---

{{ page.title }}

This release brings the following improvements:

  • Added a method in RulesEngine interface to unregister a rule.
  • Added a tutorial with a showcase of rules priorities.
  • Improved code quality by fixing several sonar errors/warnings

This release introduced a big refactoring of Easy Rules APIs to provide the following features:

  • Added annotation support to provide a POJO based development model
  • Added new site for documentation and tutorials
  • Added new set of tutorials for basic and advanced usage of Easy Rules APIs
  • Renamed base package from io.github.benas to org.easyrules

This minor release fixed the base package name.

This is the first stable version of Easy Rules. It contains initial core API and implementation:

  • Basic abstractions for rules and rules engine
  • Ability to create composite rules from primitive ones
  • Ability to manage rules at runtime via JMX
  • Java fluent API to create rules engine