> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/changelog/june-2026/june-18th.md).

# June 18th

**Changelog released on 2026-06-18**

Welcome to our latest release, delivering fixes and improvements across Boolean indexing, asset display, wizard navigation, alias generation, variant sorting, search actions, background workers, batch revisions in the Public API, error messaging, data mappings, permission enforcement, webhook OAuth2, notification polling, and external font loading.

## New Feature

1. **Support OAuth2 authentication in webhook requests:** Webhooks now support OAuth2 authentication. (SP-2590)

## Enhancement

1. **Support batch revision load in Public API:** New batch endpoint added for loading revision data for multiple entities. Supports filtering on attributes and segments/localize. (SP-2628)

## Bug

1. **External fonts not loading correctly:** Fixed a bug where external fonts did not display correctly. (SP-2575)
2. **Global search has no server-side permission check — sensitive types leak via direct API calls:** Added server-side permission check to prevent users without the appropriate permissions to make global searches on types they are not allowed to view. (SP-2596)
3. **Installed app icon is missing in list view:** Fixed issue with app icons not being displayed correctly in list view. (SP-2620)
4. **Revision data from API not mapped correctly for localized and segments:** Changes are new returned for each segmented/localized version of the field. Before changes were returned for first segment/local version. (SP-2621)
5. **External search actions gets added multiple times to search actions:** Fixed issue where search actions would get appended to search actions. (SP-2637)
6. **Attribute alias auto-generation throws TypeError: Cannot read properties of null (reading 'split'):** Added a fix to the alias generation to prevent exception being thrown. (SP-2639)
7. **Creation wizard "Next" button being disabled:** Fixed issue where the 'Next' button would stay disabled. (SP-2641)
8. **Attribute completion widget image references asset not found:** Fixed issue with attribute completion widget image not being displayed. (SP-2650)
9. **Boolean values indexed on parent only displays single outcome (v2):** Fixed issue with booleans not being displayed correctly on a variant group table view. (SP-2653)

## Task

1. **Expose sort order of variant groups and variants:** Added sort order to variants. (SP-2638)


---

# 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.struct.com/changelog/june-2026/june-18th.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.
