------------------- * site_ctx implementation for FastAPI * user_agent directive for FastAPI & Hug * ignore_site_ctx implementation for FastAPI & Hug * count_matched_keys implementation for ReadOnlyCachedModel
0.91.0
------------------- * Breaking: moved apphelpers.sessions.whoami to apphelpers.rest.{hug/fastapi}.whoami * New convenient decorators in apphelpers.rest.endpoint * any_group_required and all_groups_required implementation for FastAPI * Improved errors * Other improvements and fixes * Moved CI from travis to github actions
0.90.0
------------------- * Support for FastAPI framework.
0.34.2
------------------- * Email INTERNAL_EMAIL_DOMAINS will also restrict bcc email recipients. * Fixed typo
0.34.0
-------------------
* settings.INTERNAL_EMAIL_DOMAINS must me defined for email sending safety in non-prod env. e.g. INTERNAL_EMAIL_DOMAINS = ['example.com', 'example.org'] allows sending emails to only address ending with example.com or example.org
0.33.5
------------------- * Reusable utility `format_msg` added in email module to format email message