First stable release
Make possible to do replication with self-signed certificates.
To make possible replication to work with self-signed certificates, for example when using SSL for local development, add this to your settings.php file:
$settings['allow_self_signed_certificates'] = TRUE;
Initial Release
Changes since 8.x-3.14 (12 commits):