🚀 Features
-
Global predicates (thanks @hubertmis, #1173)
global { predicateGroup new_cloud_service { include cloud.* where kind is microservice exclude * where tag is #deprecated } } views { view of newServices { include * global predicate new_cloud_service } view of newBackendServices { include * global predicate new_cloud_service } }
Bug Fixes
- relation excluded but edge is not updated (thanks @pavelpykhtin, closes #1193)