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

# June 28, 2026

{% hint style="info" %}
**Developer highlights.** This section tracks API, MCP, SDK, automation, and Taskade Genesis platform changes for developers. For the full product changelog see [taskade.com/changelog](https://www.taskade.com/changelog); for release newsletters see [taskade.com/blog/updates](https://www.taskade.com/blog/updates).
{% endhint %}

## What's New:

### Rating Custom Field Type

Databases gain a **Rating** field type — a configurable star rating you can set per row, perfect for feedback scores, priority ranking, or quality reviews. Available in the field configurator alongside text, number, select, and the other field types. See [Projects & Databases](/workspaces/workspaces/projects-databases.md).

***

### Date Column Aggregations

Table view date columns can now aggregate — show the **Earliest** date, **Latest** date, or the **Range** across all rows in the footer. Handy for deadline overviews and project timelines at a glance.

***

### MCP Sign-In from Cursor, VS Code, and Local Clients

The hosted MCP server's OAuth **dynamic client registration** now accepts **Cursor**, **VS Code**, and loopback (localhost) redirect URIs — so those clients connect to [Taskade MCP](/developers/mcp-overview.md) with the standard sign-in flow, no manual client setup.

***

### Optional Authentication on the HTTP Action

The **HTTP request** automation action now supports optional authentication — attach a **Bearer token**, **API key header**, or **Basic Auth** credentials (stored encrypted) when the endpoint needs them, or keep calls unauthenticated for public APIs. Previously, credentials had to be entered manually as headers. See the [Action Reference](/automations/automation/actions.md).

***

### Taskade EVE Shows Its Web Sources

Taskade EVE's chat now displays **grounding sources for web research** — see which web pages and search results an answer drew from — plus a per-message usage chip.

***

### Taskade in 30 Languages, More Completely

A major localization push translated the remaining interface backlog across **30 locales** — thousands of previously-English strings now render in your workspace language.

***

## Improvements & Fixes:

* Taskade Genesis: refreshed recipe library and launcher, and published-app embeds now emit events for host-page integration.
* Cloud file uploads are consistent across surfaces, with clearer validation for agent knowledge files.
* Agent chat: thread tabs and composer menu polish.
* General stability, performance, and connector reliability improvements.


---

# 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.taskade.com/changelog/changelog-2026/june-2026/june-28-2026.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.
