Ocata Series Release Notes¶
1.0.0¶
New Features¶
Introduced option to send notifications from a background thread instead of blocking the service response to send the notification. This option is disabled by default, retaining previous behavior. Enable by setting
nonblocking_notifytoTruein the middleware configuration. When enabled notifications will be queued for delivery in a single thread. Setsend_queue_sizeto customize the length of this delivery queue (default size 1000).
Introduced option to customize the logging level using the
log_leveloption (default WARNING).