> For the complete documentation index, see [llms.txt](https://docs.pinot.apache.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pinot.apache.org/release-1.2.0/basics/releases/0.9.1.md).

# 0.9.1

## Summary

This release fixes the major issue of [CVE-2021-44228](https://github.com/advisories/GHSA-jfh8-c2jp-5v3q) and a major bug fixing of pinot admin exit code issue([#7798](https://github.com/apache/pinot/pull/7798)).

The release is based on the release 0.9.0 with the following cherry-picks:

[e44d2e4](https://github.com/apache/pinot/commit/e44d2e46f2eaba5f75d789d92ce767fbee96feba)\
[af2858a](https://github.com/apache/pinot/commit/af2858aff26e169f348605e61d0c5e21ddd73dd9)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.pinot.apache.org/release-1.2.0/basics/releases/0.9.1.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.
