> For the complete documentation index, see [llms.txt](https://support.rendered.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rendered.ai/release-notes/rendered.ai-platform/platform-version-0.3.0.md).

# Platform Version 0.3.0

16/Feb/23

**New Features and Improvements**

| Summary                                                 |
| ------------------------------------------------------- |
| Static site for downtime / maintenance.                 |
| Update Billing Plans                                    |
| Add example channel and example volume to all new orgs. |
| Dynamically Defined Modifiers                           |
| Updates to Organization Plans page.                     |
| Release 0.3.0 Documentation                             |
| Deleting User and Organization                          |
| Organization Resources                                  |
| Organization Expiration                                 |
| Microservice Errors                                     |
| Graph Validation                                        |
| Workspace Analytics - Analysis Page                     |
| Workspace Volumes                                       |

**Bug Fixes**

| Summary                                                                                           |
| ------------------------------------------------------------------------------------------------- |
| Remove depricated tables from core repo                                                           |
| Fix createManagedGAN integration test issue on staging                                            |
| Fix terraform setup for dynamodb stream batch size                                                |
| DynamoDB stream on OrganizationWorkspaces are failing                                             |
| Delete channel is not updating the organization channels limit                                    |
| Job isn't running successfully.                                                                   |
| Issue with createManagedMap in staging.                                                           |
| Single volume is not showing up on libraries volume page                                          |
| Remove graph validation on preview and staging functionality                                      |
| Notifications are not cleared when you update all graph nodes                                     |
| Anatools getVolumeData unexpected dir parameter                                                   |
| createStagedGraph API is creating a default graph + default staged graph for custom input json    |
| Anamount/anadeploy error when package has no volume                                               |
| Node Entry Does not match duplicated and downloaded Graph                                         |
| Rename Change thumbnail to Thumbnail                                                              |
| Remove microservices and add email to functionality to purchase credit button on Plans page       |
| Can't change a password using forgot password link                                                |
| Incorrect validation on Current Password                                                          |
| Issue with deckard page going blank.                                                              |
| Move load map data to Batch for Annotations.                                                      |
| getVolumeData Pagination                                                                          |
| UX improvement for linking nodes                                                                  |
| CLONE - "Missing permissions" warning caused by sequencing issue on deleting workspaces           |
| Node inputs show autofill                                                                         |
| Graph editor sometimes freezes when a link is deleted and the only way to unfreeze is press shift |
| Analytics Fails when no objects                                                                   |
| Shift + multiselect bug on Deckard canvas                                                         |


---

# 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, and the optional `goal` query parameter:

```
GET https://support.rendered.ai/release-notes/rendered.ai-platform/platform-version-0.3.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
