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
It is now possible to register multiple instances of the same service type simultaneously
Rename page title of queue dashboard
Document EMAIL_BYPASS_INTERCEPT and QUEUE_FORCE_ASYNC
Accept true, True and 1 for truthy boolean env vars
Document global middlewares
Fix issue where the default smtp certs path is an empty string
Fix trailing slash middleware to work with PREFIX_PATH
Changed
The search_query for Sihl.Database.prepare_search_request has to return the total amount of rows for that query without limit. On PostgreSQL and MariaDB this can be done with COUNT(*) OVER() as total. No count_queryis needed anymore.
User service
Add optional given_name and name
Deprecate update_details in favor of update
Consistent use of named arguments in service API
Added
Optional argument format_filter for formatting the search keyword when filtering in Sihl.Database.prepare_search_request