Releases: signalapp/libsignal
Releases · signalapp/libsignal
v0.86.5
v0.86.4
backups: Support latest backup.proto definitions
v0.86.3
- backups: Allow "tombstones" from view once messages in takeout exports - backups: Refactor `BackupJsonExporter` for easier consumer usage
v0.86.2
- backups: Include more account fields into the exported JSON - backups: Throw validator errors if multiple contacts have the same username (a case-insensitive check)
v0.86.1
- Revert back to publishing to Maven Central.
v0.86.0
- Java artifacts are now published to GitHub Package Registry rather than Maven Central. See the instructions for [Gradle][] and [Maven][]. (No authentication should be necessary.) - java: Remove protocol.util.Pair in favor of kotlin.Pair - Node: export libsignal-net remote config keys as an array. - The deprecated overloads of `KyberPreKeyStore.markKyberPreKeyUsed` have been removed in Java and Swift. (TypeScript does not have overloads.) They were originally marked deprecated in v0.81.0. - Android: The min SDK version is now 23. - Bump minimum macOS version to 12 [Gradle]: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#using-a-published-package [Maven]: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#installing-a-package
v0.85.6
- Node: Update package.json with repository link
v0.85.4
- backups: Add 'pinReminders' setting field to AccountSettings
(Note, this release failed to successfully upload to both NPM and Maven Central, due to a configuration issue and a server error, respectively. For nearly identical contents, see release v0.85.6)
v0.85.3
- backups: Add bioText & bioEmoji fields to AccountData
(Note, this release failed to successfully upload to Maven Central, due to a server error. For nearly identical contents, see release v0.85.6)
v0.85.2
- Rust: All serializable zkgroup types are now marked as Clone, since you could get the same effect from serializing and deserializing. - Node: Remove a stray import from `chai` in a non-testing file.