[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Announcements](/c/announcements/27)

# News Cache (2026-03-02)

178 views · 12 likes · 7 posts


Amy Egan (@amyegan) · 2026-03-03 · ♥ 5

*February 21, 2026 - February 28, 2026*

https://youtu.be/4N9ltieaKRk

---

### Top Highlights

- Vercel Queues enters public beta as a durable event streaming system built with Fluid compute, enabling direct message publishing and consumption alongside Workflow for multi-step orchestration.
- New Chat SDK launches with a unified codebase approach for building chatbots across multiple platforms including Slack, Discord, GitHub, Teams, and now Telegram, eliminating the need for separate implementations per platform.
- Vercel Sandbox introduces HTTP header injection for secure credential management, allowing sandboxed code to call authenticated services without ever accessing API keys or tokens directly.
- Security boundaries in agentic architectures explores the critical vulnerability of most agents today running generated code with full access to secrets, providing technical insights for building more secure AI systems.

### Community Projects

- [Using Portless with Conductor & git worktrees](https://community.vercel.com/t/using-portless-with-conductor-git-worktrees/34557)
- [AI Video Generation Playground powered by @aisdk 6 + AI Gateway](https://community.vercel.com/t/ai-video-generation-playground-powered-by-aisdk-6-ai-gateway/34213)
- [PlayMFL Scout – Real-time analytics for PlayMFL managers](https://community.vercel.com/t/playmfl-scout-real-time-analytics-for-playmfl-managers/34610)
- [NodeFlow // A Browser-Based Visual Workflow Builder (No Backend, No Setup)](https://community.vercel.com/t/nodeflow-a-browser-based-visual-workflow-builder-no-backend-no-setup/34254)
- [AgentMD – CI/CD for AI agents (built on Vercel)](https://community.vercel.com/t/agentmd-ci-cd-for-ai-agents-built-on-vercel/34609)

Don't forget to visit the #showcase to see what else everyone is building

### Weekly Leaderboard

Congrats to last week's leaderboard champions

1. @tulioportela
2. @abhivarde
3. @marnix-3108

### Resources

- [Security boundaries in agentic architectures](https://vercel.com/blog/security-boundaries-in-agentic-architectures)
- [How OpenEvidence built a healthcare AI that physicians actually trust](https://vercel.com/blog/how-openevidence-built-a-healthcare-ai-that-physicians-can-trust)
- [Keeping community human while scaling with agents](https://vercel.com/blog/keeping-community-human-while-scaling-with-agents)

### Events

### More Updates

- [Support for now.json will be removed on March 31, 2026](https://vercel.com/changelog/support-for-now-json-will-be-removed-on-march-31-2026)
- [Safely inject credentials in HTTP headers with Vercel Sandbox](https://vercel.com/changelog/safely-inject-credentials-in-http-headers-with-vercel-sandbox)
- [Introducing npm i chat – One codebase, every chat platform](https://vercel.com/changelog/chat-sdk)
- [Slack Agent Skill simplifies building Slack agents with coding assistants](https://vercel.com/changelog/slack-agent-skill-simplifies-building-slack-agents-with-coding-assistants)
- [GPT 5.3 Codex is now on AI Gateway](https://vercel.com/changelog/gpt-5-3-codex-is-now-on-ai-gateway)
- [Python Vercel Functions bundle size limit increased to 500MB](https://vercel.com/changelog/python-vercel-functions-bundle-size-limit-increased-to-500mb)
- [Activity log now tracks 100% of team and project changes](https://vercel.com/changelog/activity-log-now-tracks-100-of-team-and-project-changes)
- [Nano Banana 2 is live on AI Gateway](https://vercel.com/changelog/nano-banana-2-is-live-on-ai-gateway)
- [New dashboard redesign is now the default](https://vercel.com/changelog/dashboard-navigation-redesign-rollout)
- [Developer role now available for Pro teams](https://vercel.com/changelog/developer-role-now-available-for-pro-teams)
- [Chat SDK adds Telegram adapter support](https://vercel.com/changelog/chat-sdk-adds-telegram-adapter-support)
- [Vercel Queues now in public beta](https://vercel.com/changelog/vercel-queues-now-in-public-beta)


Abhivarde (@abhivarde) · 2026-03-03 · ♥ 2

Grateful to be part of this community 🙌
I’ve been shipping consistently for months and building in public on Vercel

Looking forward to continuing the work and seeing where it leads 👀


MarnixB (@marnix-3108) · 2026-03-04 · ♥ 1

Nice ship again! Cant hate on security releases. Good work💪


Raj (@rajoninternet) · 2026-03-04 · ♥ 1

Thanks for featuring AI Video Generation Playground Project!


Petar (@ojpetar) · 2026-03-05 · ♥ 2

Can’t wait to start using queue - but it does not seem to work for nuxt. Following instructions on how to set up vercel.json breaks build and deploy is impossible when setting up vercel.json as defined in documentation.


Pauline P. Narvas (@pawlean) · 2026-03-06 · ♥ 1

Saw your post, @ojpetar! I let the team know :slight_smile:


@amd (@liuyangzhao489-5361) · 2026-03-09

Thank you for your announcement.
May I ask some question?

How does Vercel Queues differ from traditional queue systems like Apache Kafka, RabbitMQ, or Amazon SQS?
What are the durability guarantees of Vercel Queues?
Can Vercel Queues support high-volume event streaming workloads, or is it mainly designed for background jobs?
How does Fluid compute improve performance or scalability for event processing?
ow does Workflow orchestration integrate with Vercel Queues in multi-step pipelines?