Skip to main content

PHP Sendmail Path Updated

· One min read

Overview

The PHP sendmail_path configuration has been updated for compatibility for Symfony mailer support.

  • from = /usr/local/bin/skprmail
  • to = /usr/local/bin/skprmail -t -i

Mail v1.0.0

· One min read

Overview

The skprmail binary has been upgraded to v1.0.0.

This update upgrades the version of Go from 1.21 to 1.23 and marks the project as feature complete.

Enhanced CLI resilience for backup and restore operations

· One min read

Overview

The Skpr command line interface (CLI) is now more resilient during backup and restore operations, even in challenging conditions such as:

  • Connectivity interruptions
  • Cluster upgrades

To prevent transient errors from causing CI/CD pipeline failures, the CLI now features a retry and backoff mechanism that maintains stability throughout these processes.