> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cinder.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Aug 2024

> Webhook improvements, entity-focused jobs table, and keyword enhancements

<Update label="Aug 2024 - Version 0.205.1" tags={["Webhooks", "Queue Management", "Entity Tables", "Keywords", "API", "Bug Fixes"]}>
  ## New Features

  1. **Webhook improvements**
     * Adds additional visibility into webhook responses and status
     * Adds the ability to manually replay webhook responses
     * Adds notifications to admins for failed webhooks
  2. Adds the ability to search users list when assigning users and groups to a queue
  3. Adds the ability to bulk create decisions on jobs in queue details
  4. Adds a new entities focused jobs table to see high level entity data that relates to a job. This view also supports bulk creating decisions. Customers have expressed interest in this type of view to quickly disposition content in bulk that may be non-violating

  <Frame>
    <img src="https://files.readme.io/ea7e253-CleanShot_2024-06-10_at_15.30.44.png" alt="Entity focused jobs table" />
  </Frame>

  5. Improvements to keyword store handling including discrete addition of individual keywords, regex, and urls

  <Frame>
    <img src="https://files.readme.io/6c9cecf-image.png" alt="Keyword store improvements" />
  </Frame>

  <Frame>
    <img src="https://files.readme.io/997e3c5-CleanShot_2024-06-10_at_15.34.54.png" alt="Keyword addition interface" />
  </Frame>

  ## APIs

  Adds ability to submit classifier scores as part of `create_report` endpoint. See our [API Reference](/api-reference/introduction) for more information.

  ## Fixes and Improvements

  * Added a retry limit for redelivered webhooks. See our [webhooks guide](/receiving-callbacks-from-cinder#reliability) for more information
  * Corrects an issue where active handle time metrics were displaying inflated values
  * Corrects an issue where points would sometimes not be removed after being overridden
  * Increases queue list limit when selecting an escalation queue for customers with more than 100 queues
</Update>
