Files
libsignal/RELEASE_NOTES.md
andrew-signal bc0227873e Bridge look_up_username_hash to app languages
Co-authored-by: Jordan Rose <jrose@signal.org>
2025-09-02 15:59:27 -07:00

588 B

v0.79.1

  • The first "Typed API" service interface for chat-server, UnauthUsernamesService, has been added to libsignal's app layer.

  • The libsignal-net remote config option chatRequestConnectionCheckTimeoutMillis controls a new check: if a chat request hasn't been responded to in this amount of time, libsignal will check if the connection is using the preferred network interface, and close it early if not.

  • Java: CertificateValidator.validate(SenderCertificate, long) is once again open for testing.

  • backups: Validate quote body length

  • MSRV has been increased to 1.85