# April 2, 2022

## Bug Fixes

* Fixed bug with Robinhood integration authentication which would occasionally cause TradersPost to lose API access to some Robinhood accounts.

## Improvements

* Improved performance of notifications page for accounts with large amounts of notifications.
* Improved performance of queued trades that get executed at market open.
* Improved stability of automated deploying mechanism which will enable us to deploy to production more rapidly and safely.


---

# 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.traderspost.io/releases/old-releases/april-2-2022.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.
