# Changes to bzero's agent types

## `zli v. 6.21.1`

### New

* **Windows support.** Progress towards our native Windows agent continues with this release of the `zli`. Connecting to an RDP target, agent re-registration, and graceful shutdowns are included

### Fixes

* **Empty `zli` command.** Resolved issue with Windows `zli` where the `zli` did not exit cleanly if only `zli` command was executed
* **`zli configure`.** Resolved issue with executing `zli configure`

## `bzero v. 7.11.0`

{% hint style="info" %}
We are very excited for the coming introduction of our native Windows agent. **For clarity, this release contains the naming change to our agent types to Linux (formerly Bzero), Kubernetes (formerly Kubernetes Cluster), and Windows.**

This name change has no effect on existing agent installation. The existing agent installation processes will remain the same and continue to be available as Bzero through Linux package managers, Helm, and YAML via Docker Hub.
{% endhint %}

### New

* **Windows support.** Progress towards our native Windows agent continues with this release of the `bzero` agent. RDP support, agent re-registration, and graceful shutdowns are included

## Web app & backend

### New

* **Windows support.** This release of the web app and backend supports the progress towards our native Windows agent

### Enhancements

* **Target user added to connection event logs.** To support the auditability of SplitCert and PWDB connections, the target user specified for SplitCert and PWDB connections has been added to the connection event logs

### Fixes

* **Spaces API.** Spaces is no longer a supported feature and its corresponding API endpoints will now appear as deprecated in the API reference guide

## BastionZero GO SDK

### Enhancements

* **Full API support.** The GO SDK supports all BastionZero API endpoints as outlined in our [API reference manual](https://cloud.bastionzero.com/api)

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/2023/readme.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.
