Skip to content

Tags: TobiStr/libsignal

Tags

v0.86.6

Toggle v0.86.6's commit message
v0.86.6

- Java artifacts are now published to build-artifacts.signal.org
  rather than Maven Central. See the README for further instructions.

- keytrans: Fall back to search-with-version if self-monitor returns
  unexpected versions.

v0.86.5

Toggle v0.86.5's commit message
v0.86.5

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

v0.86.4

Toggle v0.86.4's commit message
v0.86.4

backups: Support latest backup.proto definitions

v0.86.3

Toggle v0.86.3's commit message
v0.86.3

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

v0.86.2

Toggle v0.86.2's commit message
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

Toggle v0.86.1's commit message
v0.86.1

- Revert back to publishing to Maven Central.

v0.86.0

Toggle v0.86.0's commit message
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

Toggle v0.85.6's commit message
v0.85.6

- Node: Update package.json with repository link

v0.85.5

Toggle v0.85.5's commit message
v0.85.5

- Update node to 22.20.0 to match Desktop

v0.85.4

Toggle v0.85.4's commit message
v0.85.4

- backups: Add 'pinReminders' setting field to AccountSettings