Changelog

2.1

Release 2.1 - SMTP Integration and Custom Email Infrastructure

SMTPEmail InfrastructureCustom DomainsDelivery
  • Custom SMTP server integration with support for multiple email service providers and third-party solutions
  • Flexible email routing system with intelligent failover between AWS SES and custom SMTP endpoints
  • Advanced domain management with automated DNS configuration and DKIM/SPF record validation
  • Multi-provider email delivery with load balancing and automatic provider switching for optimal deliverability
// Example of updated API usage
const sendinCraftClient = new SendinCraftClient({
  smtp: "custom-provider",
  routing: "intelligent-failover",
  domains: "multi-provider",
})

1.2

API Key Management and Authentication System

APIAuthenticationSecurityKeys

API Key Management and Authentication System

  • Advanced API Key System: Multi-tier authentication with public and secret key pairs for granular access control
  • Enhanced Security Framework: Bearer token validation with rate limiting and IP-based access restrictions
  • Project-Based Authentication: Isolated API access with project-specific keys and permission boundaries
  • Developer-Friendly Integration: Simple authentication flow with comprehensive SDK support and code examples
  • Real-time Key Management: Instant key rotation and revocation with audit logging and usage analytics

0.9

Email Delivery Infrastructure Enhancement

EmailAPI

Email Delivery Infrastructure Enhancement

  • Enhanced email delivery system with improved AWS SES integration and bounce handling
  • Faster API response times with 50% improvement in transactional email processing
  • Optimized campaign sending with automated batching and intelligent rate limiting
  • Cross-domain email authentication ensuring consistent deliverability across all projects