# 2022-10-02

## Plugin - Improved logging now available

For our IntelliJ plugin users, additional logging is now available whenever you write either tests or skeleton tests. A timestamped log file is created in addition to the standard logs containing all activity, which makes it significantly easier to find a particular event. The screenshot below shows the contents of the `/tmp/diffblue/log` directory with the standard user log alongside a new timestamped user log:

{: width="240" height="150"}

## Mockito versions

In this release, we have standardized the Mockito versions supported by Diffblue Cover. This, and other useful information, is shown in our [Datasheet](https://github.com/diffblue/website-docs/blob/develop/datasheet/README.md):

\| Java Version | Supported Mockito Versions |

\| --- | --- |

\| 17 | 4.1.0 - 4.7.0 |

\| 11 | 2.22.0 - 4.7.0 |

\| 8 | 1.9.5 - 4.7.0 |

​​​​​

## Developer Edition trial available

We are delighted to now offer a 14-day trial version of our Developer Edition, which includes the Diffblue Cover CLI, as part of our new licensing option. We're really excited that you can now "try before you buy"! To download your trial of Diffblue Cover Developer Edition, please [click here](https://www.diffblue.com/try-cover?cover_plan_selected=Developer). Full information on all our options is also available [here](https://diffblue.com/pricing).

## How do I automatically maintain all of these tests?

![](https://info.diffblue.com/hubfs/PluginPopup/ci-workflow.gif)

Use Diffblue Cover on any CI platform to automatically update your unit tests and catch regressions for every commit - watch [this video](https://www.diffblue.com/video-demo/?utm_source=Plugin\&utm_medium=Whatsnew\&utm_campaign=WhatsNewBox) to learn more.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cover-docs-preview.diffblue.com/updates-and-upgrades/release-archive/2022-10-02.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
