You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds is_user_set() helper method to nio.modules.security.access. Use this to detect whether a user has authenticated in the given thread
Adds body attribute to HTTPError in nio.modules.web.exceptions. You can now include a JSON/dict body in exceptions to be presented in the HTTP response
Blocks raise meaningful failure exceptions - Blocks now raise information about the block in start and configure failures. The core can interpret these messages to determine which block caused a service process to fail to start.
Flag values - Enum flags (nio.utils.flags_enum) can now be set to custom values rather than just True/False. Default behavior is the legacy boolean logic so it is fully backwards compatible.