# Changelog

## Changelog, page 25

8 July8 Jul

- [

    ## Flags SDK now evaluates flags 10x faster

    The Flags SDK and Vercel Flags now evaluate multiple feature flags up to 10x faster in bulk. Use evaluate() instead of Promise.all to benefit from reduced microtask queue overhead.

    Dominik FerberSoftware Engineer

    ](/changelog/flags-sdk-now-evaluates-flags-10x-faster)

- [

    ## Use any Chat SDK adapter with eve

    The new Chat SDK channel brings every Chat SDK adapter to eve. Write normal handler code, call send, and eve routes replies back to the thread.

    Josh Singh, Ben Sabic

    ](/changelog/eve-chat-sdk-channel)

- [

    ## Chat SDK now supports Vercel Connect

    Chat SDK now supports Vercel Connect. Manage credentials for Slack, GitHub, and Linear bots without storing or rotating tokens and signing secrets.

    Ben SabicContent Engineer

    ](/changelog/chat-sdk-vercel-connect)

- [

    ## Chat SDK adds Dial support

    Connect your Chat SDK bot to a real phone number. The new Dial adapter handles SMS, MMS, iMessage, and voice-call transcripts over one webhook.

    Ben SabicContent Engineer

    ](/changelog/chat-sdk-adds-dial-support)

- [

    ## Chat SDK adds Photon support

    Chat SDK now supports Photon. Bring your bot to iMessage with tapback reactions, media, and signed webhooks, via cloud, self-hosted, or on-device modes.

    Ben SabicContent Engineer

    ](/changelog/chat-sdk-adds-photon-support)

7 July7 Jul

- [

    ## You can now view the Activity Log at a project-level

    You can now view project-specific user events in the activity log in Project Settings, alongside the activity log in Team Settings.

    Mehul Kar, Luka Hartwig

    ](/changelog/you-can-now-view-the-activity-log-at-a-project-level)

- [

    ## More granular observability for Vercel Sandbox

    Vercel Sandbox now has full support in Vercel Observability, giving you visibility into how your sandboxes consume resources.

    Brandon Tuttle, Tom Lienard

    ](/changelog/more-granular-observability-for-vercel-sandbox)

- [

    ## Give your eve agent GitHub tools

    GitHub Tools now ships an eve toolset through the new @github-tools/sdk/eve subpath. One file in agent/tools/ can register every GitHub tool, or a preset such as code-review, so you can build a complete GitHub agent in nine lines of code.

    Hugo Richard, Ben Sabic

    ](/changelog/github-tools-eve)