For the complete documentation index, see llms.txt. This page is also available as Markdown.

June 2026 Enhancements

10th June 2026, Caching for Subscription details retrieval from Central

Fixed incorrect caching of subscription details from Central that caused store deployments to overload requests, by reducing the cache duration from 24 hours to 2 hours. View More

25th June 2026, Kubernetes Startup Probe Timeout

Fixed an issue where application startup could fail on health probes; probes now have a bounded 3-second timeout instead of hanging when a dependency like the database or Redis stalls. View More

25th June 2026, Unregistered Tenant Database Load

Reduced unnecessary database load and error-log noise from requests for unregistered or unknown store domains by adding smarter caching and validation before those requests reach the database. View More

25th June 2026, Non-ASCII Header Validation

Fixed an issue where requests containing non-ASCII characters in their headers caused a server error; such requests now correctly receive a standard bad-request response instead. View More

25th June 2026, Lightweight Central Subscription Checks

Improved performance of subscription and store-existence checks against the central service by replacing a heavier full-subscription lookup with lightweight, cached checks. View More

25th June 2026, Price tiers on the standard price tiers table do not filter through to quotes

Fixed an issue where price tiers configured in the standard price tiers table were not being applied to quotes; the quote service now correctly includes those tiers. View More

30th June 2026, PayGate Query Response logging severity corrected

Corrected the log severity of routine PayGate query response traces from Error to Informational, so successful payment queries no longer pollute error logs or trigger false error alerts. View More

30th June 2026, CDN bucket name setting introduced

Added the ability for stores to configure their own S3 bucket (with access and secret keys) for media uploads, instead of being forced to use the shared global default bucket. View More

Last updated