Changelog - QueueSaaS | Product Updates & Release Notes
Relay

Changelog

All the latest updates, improvements, and fixes to QueueSaaS

v2.1.0 Changed

Improved Retry Logic and Performance Enhancements

We've enhanced our retry mechanism and improved overall system performance with better exponential backoff and reduced latency.

Changed

  • Enhanced Retry Logic: Improved exponential backoff algorithm for better reliability and faster recovery from transient failures
  • Performance: Reduced message delivery latency by 30% for high-throughput workloads
  • Monitoring: Added real-time queue depth metrics to analytics dashboard
  • SDK: Updated TypeScript SDK with improved error handling and type safety

Fixed

  • Fixed issue where some messages were not retried after transient network failures
  • Resolved memory leak in long-running worker processes
  • Fixed timezone handling in CRON schedule execution

Added

  • New maxRetries configuration option for fine-grained retry control per message
  • Support for custom retry policies per queue
  • Enhanced analytics API with time-series data support
performance reliability
v2.0.0 Added

New Global Regions and Edge Support

QueueSaaS now supports 8 global regions with edge computing capabilities for ultra-low latency message delivery worldwide.

Added

  • 8 New Global Regions: Deploy queues closer to your users for reduced latency

    • US East (Virginia)
    • US West (Oregon)
    • EU West (Ireland)
    • EU Central (Frankfurt)
    • Asia Pacific (Tokyo)
    • Asia Pacific (Singapore)
    • South America (São Paulo)
    • Australia (Sydney)
  • Edge Computing: Process messages at the edge for ultra-low latency delivery

  • Automatic Failover: Seamless failover between regions for high availability

  • Region Selection API: Programmatically select optimal region for your messages

Changed

  • Improved routing algorithm for better automatic region selection based on endpoint location
  • Enhanced monitoring dashboard with region-specific metrics and latency tracking
  • Updated SDKs with region-aware client configuration
regions edge performance
v1.9.5 Security

Security Enhancements and Bug Fixes

Important security updates including TLS 1.3 upgrade, enhanced authentication, and critical bug fixes in this release.

Security

  • Enhanced Authentication: Improved API key validation and automatic token rotation
  • Rate Limiting: Added per-IP and per-workspace rate limiting to prevent abuse
  • TLS 1.3: Upgraded all connections to TLS 1.3 for enhanced encryption
  • Webhook Signatures: Strengthened HMAC signature verification for webhook security

Fixed

  • Fixed potential XSS vulnerability in webhook payload processing
  • Resolved message ordering issues in high-concurrency scenarios
  • Fixed memory leak in retry mechanism that could affect long-running processes
  • Corrected timezone handling in scheduled message execution
security bugfixes