v0.5.2 - Fixes the localMode and override APIs
The shutdown API had an issue where the background threads were waiting to be joined in shutdown in localMode
per #4
The override APIs were improperly preferring global to user level settings, so if you had a user level override and a global override, you would always get the global override. This made it impossible to override a gate to true for all but one user