Skip to content

1.0.0

Compare
Choose a tag to compare
@joseferben joseferben released this 08 Sep 13:18
· 92 commits to master since this release

Fixed

  • 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