> For the complete documentation index, see [llms.txt](https://docs.gospace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gospace.com/whats-new/release-notes/v1.0.1-beta.md).

# v1.0.1-beta

Release Date: 01.05.24

### Overview&#x20;

Following the initial early-access release of the new platform, we have identified and addressed a couple of issues. This hotfix release, v1.0.1-beta, enhances the stability and functionality of integrations.

### Updates in this Release:

* Admins can now delete users imported into the gospace platform via integrations, ensuring better management of user data and adherence to data integrity and privacy standards. To note, they will however be imported back into the console unless they're removed from the directory, as this is treated as the source of truth.
  * <mark style="color:orange;">**Note:**</mark> Currently when deleting an imported user, the UI is functional, though the system will give you an error, this is known and will be fixed very soon.
* We have fixed an issue where creating an integration without mapping a host ID would cause the process to fail. Integrations will now proceed as expected, even if a host ID is not initially mapped, with no disruptions in the creation process.

We appreciate the feedback and prompt any issues raised during this early-access phase. Your input is crucial as we continue to enhance the new platform to meet your needs more effectively. Please continue to test the updates and share any feedback or difficulties you may encounter.

### Reminder&#x20;

This is still a beta version, and although we are making continuous improvements, some functionalities may still be in progress or pending further enhancement. Your continued support and feedback are vital to our ongoing development efforts. Thank you for being part of this early-access phase.


---

# 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://docs.gospace.com/whats-new/release-notes/v1.0.1-beta.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.
