[25.4.3] - 2025-10-15 Fixes - Fix possible crash when using TLS for iproto communication within cluster. - Specifying `instance.iproto_tls.enable` parameter via configuration file. - Prevent conflicts when creating tables with renamed table names. - Fix CREATE TABLE hanging on index conflict. - Fix Service::on_leader_change callbacks not being called after master goes Offline due to sentinel auto-offline policy (See also https://git.picodata.io/core/picodata/-/issues/2303). Pgproto - Add support for configuring pgproto TLS certificates via: - `instance.pg.ssl` (enable/disable TLS) - `instance.pg.cert_file` (client certificate path) - `instance.pg.key_file` (private key path) - `instance.pg.ca_file` (CA certificate path).