# May 10, 2024 - Dev Update

Explore what new changes the Dev team has deployed in the last week!

This can be anything from new features, bug fixes, or QoL changes!

<details>

<summary><strong>New features and items</strong></summary>

* Google Workspace integration
* Added the ability to duplicate nodes in App Platform from the context menu
* Added the backgroundColor property to the side bar component in App Platform

</details>

<details>

<summary><strong>Bug fixes and chores</strong></summary>

* Upgraded apollo graphql framework to latest version (v4)
* Fixed a bug where deleting a user in rewst wasn't deleting the associated record in Auth0 (causing issues with re-adding the user)
* Improved backend encryption
* Increased the editor context menu z-index to support Custom Component Dialog and fixed a bug with the dialog
* Handle exceptions that were causing failures for App Platform custom domains
* Improved security for requests from Engine to GraphQL API by creating API users for all orgs instead of using a secret key
* Fixed a bug preventing Office365 Management Activity triggers to fire after migrating to the new microsoft auth
* Fixed a bug where page components weren't rendering in App Platform in come cases
* Fixed a bug with button dialogs in App Platform
* Fixed a bug with rendering iframes in App Platform
* Fixed some bugs with data table permissions in App Platform
* Fixed a bug with charts output selection for streams in App Platform
* Improved error messaging for Microsoft authorization failures

</details>

<details>

<summary><strong>In review, testing and development</strong></summary>

* ITPortal integration (In Review)
* Workflow version control (In Review)
* Add org mapping to Custom Integrations V2 (In Review)

</details>


---

# 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.rewst.help/updates/development-updates/2024-dev-updates/may-10th-2024.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.
