# What's New in 2.1.1

This fixes a bug in the "update" and "outdated" commands that caused them to error after you had installed packages from an endpoint other than ForgeBox.  Note, packages installed from HTTP(S) and Git endpoints will always show as outdated and will always update since those endpoints don't provide a way to know what version they're hosting without downloading the entire package anyway.

We also included a small enhancement to the Git endpoint to allow for authentication via public/private SSH keys.  As long as you have a public key configured on your Git server and the private key is stored in \~/.ssh/ using a standard name, SSH-based clones should automatically authenticate.  Please see [the docs](http://commandbox.ortusbooks.com/content/packages/endpoints/git.html) for more info.

As always, the [CommandBox Getting Started Guide](http://commandbox.ortusbooks.com/content/getting_started_guide.html) is located here:

<http://commandbox.ortusbooks.com/content/getting_started_guide.html>

## Release Notes

### Bug

* \[[COMMANDBOX-259](https://ortussolutions.atlassian.net/browse/COMMANDBOX-259)] - update command erroring

### New Feature

* \[[COMMANDBOX-263](https://ortussolutions.atlassian.net/browse/COMMANDBOX-263)] - Git SSH endpoint private key support

### Improvement

* \[[COMMANDBOX-260](https://ortussolutions.atlassian.net/browse/COMMANDBOX-260)] - Standardize parameter names for install command


---

# 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://commandbox.ortusbooks.com/5.4.0/release-history/2.x-versions/whats-new-in-2.1.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.
