v2.3.0
This release includes the following changes:
- Replaced
Policy.and
andPolicy.or
withPolicy.all
andPolicy.any
, respectively. - Policies to apply to a route (or resource) are now specified in the router via the
policy
attribute at the level of application (e.g., route or verb/action)
This release also includes bug fixes.