Skip to content

Dependencies List Fix for Shareable components

Choose a tag to compare

@francois-normandin francois-normandin released this 15 Mar 16:19
· 142 commits to master since this release

[Fix: 36] Fixed an issue where Shared Dependencies that are aggregated in the Static Dependencies list would be filtered out.

[Feature: 35] Adding reserve mechanism to limit accessibility to public methods to a single master.

  • Default behavior is unreserved for all methods.
  • Developer is required to implement the Check Availability on a method-per-method basis to take advantage of this feature in critical systems.
  • Technically allows a way to deny access to public API calls during critical states.