This is a bug fix release that addresses the following:
- An issue while writing data to the in-memory store at a non-root nonexistent path (#4855), reported by @wermerb and others.
- Policies owned by a bundle could be replaced via the REST API because of a missing bundle scope check (#4846).
- Adds missing
future.keywords
import for the examples in the policy testing section of the docs (#4849), reported by @robert-elles.