# Some spring sprucing

## `zli v. 6.36.12`

### Enhancements

* **`zli quickstart`.** `zli quickstart` now supports systems running OpenSSH 8.9+, such as Ubuntu 22.

### Fixes

* **`zli generate certificate`.** Resolved an issue with the `--all` and `--target` flags when using `zli generate certificate`.
* **\[Released on 28 Feb] Homebrew download.** Resolved an issue with downloading the `zli` from Homebrew due to Homebrew's `node 14` deprecation.

***

## `bzero v. 8.4.0`

### Fixes

* **Web targets.** Resolved an infrequently observed issue with web targets when trying to connect through their assigned port.

***

## Web app & backend

### Enhancements

* **Improved command prompt detection.** Improved support for command prompts that use ANSI escape sequences and `%` as a prompt delimiter.   &#x20;
* **Target table updates.** The target table is now consistent with other updated tables in the web app.&#x20;

### Fixes

* **Idle connection management.** Resolved an issue with idle offline connections that were not being closed properly at the 7 day timeout.&#x20;
* **Kubernetes target modal.** Resolved incorrect text within the Kubernetes target modal in the web app.&#x20;

For questions or to provide feedback on how we can improve our updates, reach out to [<mark style="color:purple;">product@bastionzero.com</mark>](mailto:product@bastionzero.com).


---

# 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://changes.bastionzero.com/2024/some-spring-sprucing.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.
