Lerty API Changelog

Track updates, improvements, and changes to the Lerty API

v1.0.0-alpha.44

2025-11-03
Added
  • Approval Widget Notifications - Interactive approval actions in iOS widgets
  • New endpoint /api/push/send/approval for sending approval requests
  • Support for custom approval actions with webhook callbacks
  • Customer branding support (name, color, logo) in approval widgets
  • Confirmation dialog support for approval actions
  • Bearer token authentication for approval webhooks
  • Custom body parameters for approval action callbacks
Improved
  • Updated API documentation with approval endpoint examples
  • Enhanced push notification schemas for approval data
  • Added sanitized examples without real credentials

v1.0.0-alpha.41

2025-11-01
Added
  • Live Activities support - Lock screen real-time updates
  • Server-side Live Activity update endpoint at /api/push/live-activity/update
  • Complete Live Activities documentation with start, update, and end examples
  • Support for silent/passive Live Activity updates with priority levels
  • 6 notification sounds: default, alert-high.caf, bell.caf, cashregister.caf, chime-medium.caf, subtle-low.caf
  • 3 interruption levels: passive, active, time-sensitive
  • Workflow state tracking with multi-step progress visualization
  • Customer branding support in Live Activities
  • Timestamp generation examples in Elixir, JavaScript, PHP, Python, and Ruby
Improved
  • Enhanced push notification documentation with all sound options
  • Detailed priority level descriptions (critical, high, medium, normal, low)
  • Comprehensive timestamp format documentation with auto-generation behavior
  • Auto-dismissal behavior documented (2 minutes without updates)

v1.0.0-alpha.34

2025-10-31
Added
  • Comprehensive API documentation with Swagger UI at /api/docs
  • OpenAPI 3.0 specification endpoint at /api/docs/openapi.json
  • Interactive API testing interface with curl examples
  • Documentation for messaging, typing indicators, and push notification endpoints
  • API integration guide for WordPress plugin developers
  • Quick start guide at /api/quick-start
Improved
  • Documentation UI optimized for readability with light theme
  • Enhanced security documentation for API key management

v1.0.0-alpha.33

2025-10-30
Fixed
  • MCP tool discovery hanging in production cluster
  • Improved MCP discovery in chat interface inline editor

About This Changelog

This changelog follows the Keep a Changelog format.

Added for new features
Improved for changes to existing functionality
Deprecated for soon-to-be removed features
Removed for now removed features
Fixed for any bug fixes
Security for security improvements

For API documentation, visit /api/docs