Skip to content

Releases: throneless-tech/libsignal-service-javascript

v1.2.1

01 Nov 02:01
Compare
Choose a tag to compare

Fix an issue with the way Signal-Android message attachments are handled, given the update to CDN2 in upstream.

v1.2.0

01 Nov 02:00
Compare
Choose a tag to compare

This updates the library to to track against Signal-Desktop v1.33.4, which seems to be the last version before they updated it to Typescript. The plan is to update this library to Typescript in the next major version revision, but that will be a bit bigger undertaking.

v1.1.0

16 Oct 03:06
Compare
Choose a tag to compare

Features in this release:

  • This release patches back in the group storage support that was removed from the library portion of upstream. This means that the library can once again keep track of groups and groupIds on its own. For compatibility reasons, the API remains the same, the list of member numbers provided to the group-related methods in MessageSender other than createGroup, updateGroup, and addNumberToGroup is simply ignored if there is a storage backend available that supports groups. See the example storage backends in examples/LocalSignalProtocolStore.js and test/InMemorySignalProtocolStore.js to see group support in action. If group support is not present, the original (upstream) functionality is defaulted to, where keeping track of groupIds and group membership is an exercise left to the implementer.
  • Minor bugfixes to attachment handling.

v1.0.0

30 Aug 21:34
Compare
Choose a tag to compare

This release includes:

  • A complete overhaul of both the frontend and backend storage APIs.
  • Improved documentation and tutorials.
  • A more complete example client script.
  • Experimental support for group management.
  • Support for sending and receiving files attachments.
  • General cleanup and more consistent naming.

Yay!

v0.2.0

29 Jun 20:07
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Updated in line with v1.25.3 from upstream, fixed debug logging.

v0.1.7

04 Mar 19:20
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release

Fix minor bugs in attachment handling.

v0.1.1

26 Oct 17:44
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Fix package scoping on NPM.

Initial release.

26 Oct 17:36
Compare
Choose a tag to compare
Initial release. Pre-release
Pre-release
0.1.0

Initial commit.