Skip to content

Releases: bbernhard/signal-cli-rest-api

Version 0.89

04 Oct 18:45

Choose a tag to compare

  • updated signal-cli to v0.13.7
  • improved swagger documentation - thanks to @derpferd
  • added notify_self to /v2/send endpoint - thanks to @ahatius

Version 0.88

11 Aug 16:28

Choose a tag to compare

  • fixed deadlock in json-rpc mode (last released version wasn't properly working in all cases)

Version 0.87

08 Aug 16:26

Choose a tag to compare

  • fixed potential deadlock in `json-rpc´ mode

Version 0.86

04 Aug 19:24
a6624c5

Choose a tag to compare

  • updated signal-cli to version 0.13.5
  • made Swagger Host configurable with SWAGGER_HOST environment variable (thanks to @ksangers)
  • fixed crash in json-rpc mode

Version 0.85

26 Jun 20:04

Choose a tag to compare

  • added new endpoint to list all contacts for a given number (/v1/contacts/{number}) - thanks @mattwr18
  • fixed bug in text_mode: styled
  • added possibility to send messages to a UUID

Version 0.84

10 Jun 18:16

Choose a tag to compare

  • Add support for read receipts on /receive - thanks @jneidel
  • Add endpoint support for individual read receipts - thanks @brettp
  • Improved README.md - thanks @jaanli and @vorwd
  • updated signal-cli to v0.13.4
  • added username support to /v2/send endpoint

Version 0.84-pre

27 May 18:37

Choose a tag to compare

Version 0.84-pre Pre-release
Pre-release
  • Add support for read receipts on /receive - thanks @jneidel
  • Add endpoint support for individual read receipts - thanks @brettp
  • Improved README.md - thanks @jaanli and @vorwd
  • updated signal-cli to v0.13.3
  • added username support to /v2/send endpoint

This is a pre-release. If you want to give it a try, use the following docker image tag: bbernhard/signal-cli-rest-api:0.159-dev

Version 0.83

07 Apr 18:47

Choose a tag to compare

  • native mode should work again on all x86-64 and arm64 devices (#510)
  • sending a message to oneself does again trigger a notification (#511)

Version 0.82

02 Apr 16:49

Choose a tag to compare

  • updated signal-cli to v0.13.2
  • add recipient parameter to /v2/send endpoint (#428)
  • pass JAVA_OPTS environment variable through to signal-cli in json-rpc mode - thanks to @kleptog
  • in case one runs into rate limiting issues in json-rpc mode, the request now fails with a HTTP status code 429 and returns the challenge_tokens, which are needed to lift the rate limiting restrictions again
  • added new API endpoints to list and add sticker packs
  • extended /v2/send endpoint with the possibility to edit messages
  • added new endpoints to set usernames + change the account settings

Version 0.82-pre

29 Mar 17:13

Choose a tag to compare

Version 0.82-pre Pre-release
Pre-release
  • updated signal-cli to v0.13.2
  • add recipient parameter to /v2/send endpoint (#428)
  • pass JAVA_OPTS environment variable through to signal-cli in json-rpc mode - thanks to @kleptog
  • in case one runs into rate limiting issues in json-rpc mode, the request now fails with a HTTP status code 429 and returns the challenge_tokens, which are needed to lift the rate limiting restrictions again
  • added new API endpoints to list and add sticker packs
  • extended /v2/send endpoint with the possibility to edit messages
  • added new endpoints to set usernames + change the account settings

This is a pre-release. If you want to give it a try, use the following docker image tag: bbernhard/signal-cli-rest-api:0.154-dev