Release v2.1.9CodeSplash AI

CodeSplash AI v2.1.9

CodeSplash AI 2.1.9 is a small but important reliability update focused on billing infrastructure. This patch makes production Stripe webhook handling safer by explicitly ignoring test-mode events sent to the live environment, helping reduce payment-processing noise and lowering the risk of billing interruptions.

July 30, 2026

Highlights

01

Production Stripe webhooks now safely ignore test-mode events instead of treating them like live billing traffic

02

Reduced the chance of test Stripe activity interfering with real purchases, renewals, and license operations

03

Added explicit runtime configuration for the Stripe webhook endpoint on Vercel

04

Focused backend reliability patch with no inflated feature claims or unrelated desktop changes

Changelog

What changed in v2.1.9

Improvements

  • Added explicit Vercel function configuration for the Stripe webhook endpoint, including a 60-second max duration.
  • Clarified internal payment rollout documentation to better reflect current billing launch status and remaining work.

Fixes

  • Fixed production Stripe webhook handling so test-mode events are explicitly accepted and ignored in production.
  • Reduced webhook-related billing noise that could otherwise interfere with real account, payment, and license processing flows.