# Release Notes

## Feb 18, 2025 - Version 0.20.0

This release adds a number of new features, improvements, and bug fixes.&#x20;

### New Features

* New Test History feature in Test Spec detail page that enables users to understand a single tests' behavior over time, including its recalibration history&#x20;
* Added support for [Slack notifications](https://docs.dbnl.com/v0.20.x/learning-about-distributional/reviewing-test-sessions-and-runs-in-distributional/notifications) in UI

### Improvements

* Close runs in the UI
* Viewable dbnl version in sidebar
* UI performance improvements
* Update color of links
* Preserve input expressions in test spec editor
* Extend scope of Project export
  * Export Tags by name for Project export
  * Better error messages for Project import
* Improve namespace support for multi-org users
* Miscellaneous package updates
* Validate results on run close
* `/projects` redirects to home page

### Bug Fixes

* Fix broken pagination
* Fix broken Histogram title
* Fix Results Table rendering issue for some Tests
* Fix support for decimal values in assertion params
* Fix rendering of `=` and `!=` Assertions
* Test spec editor navigation bugfix

### New SDK Version

* Check compatibility with API version
* Add support for double and long values
* Improved errors for invalid API URL configuration
* Remove `en-core-web-sm` from requirements to enable PyPI support
* Updated helm-charts for on-prem

## Jan 13, 2025 - Version 0.19.0

Highlights in this version:

* Improvements to the project import/export feature including support for notifications.
* Support for new versioning and release process.
* Better dependency management.
* Too many bug fixes and UX improvements to list in detail.


---

# 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://docs.dbnl.com/v0.20.x/using-distributional/release-notes.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.
