Skip to content

Releases: signalapp/libsignal

v0.86.5

17 Nov 21:14
b39e93f

Choose a tag to compare

- chat: Fixed parsing of 409/410 responses for sendMultiRecipientMessage.

v0.86.4

15 Nov 01:15
5a64e17

Choose a tag to compare

backups: Support latest backup.proto definitions

v0.86.3

12 Nov 00:25
de881dd

Choose a tag to compare

- backups: Allow "tombstones" from view once messages in takeout exports
- backups: Refactor `BackupJsonExporter` for easier consumer usage

v0.86.2

10 Nov 20:48
2dcd1e0

Choose a tag to compare

- 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

07 Nov 20:04

Choose a tag to compare

- Revert back to publishing to Maven Central.

v0.86.0

07 Nov 02:02

Choose a tag to compare

- 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

04 Nov 04:48
e746f7a

Choose a tag to compare

- Node: Update package.json with repository link

v0.85.4

03 Nov 20:48

Choose a tag to compare

  • 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

31 Oct 23:56
3f8643c

Choose a tag to compare

  • 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

30 Oct 00:08

Choose a tag to compare

- 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.