Skip to content

Releases: bbernhard/signal-cli-rest-api

Version 0.34

28 Jan 19:51
445cff9

Choose a tag to compare

  • added API endpoints to block/join/quit Signal Groups

Version 0.33

25 Jan 21:34

Choose a tag to compare

  • Improved usability when connecting via docker exec to the running container
  • Updated signal-cli to version 0.7.4
  • Added endpoint to list + trust identities
  • Fixed parsing issues in groups endpoint + added missing information to the endpoint
  • Added endpoints to list/change configurations

Version 0.33-pre

24 Jan 20:13

Choose a tag to compare

Version 0.33-pre Pre-release
Pre-release
  • Improved usability when connecting via docker exec to the running container
  • updated signal-cli to version 0.7.4
  • added endpoint to list + trust identities
  • fixed parsing issues in groups endpoint + added missing information to the endpoint
  • added endpoints to list/change configurations

This is a pre-release and only available on dockerhub with the dev tag. If you want to give it a try, pull the dev version with docker pull bbernhard/signal-cli-rest-api:latest-dev

Version 0.32

17 Jan 13:14

Choose a tag to compare

  • updated signal-cli to version 0.7.2
  • added health endpoint - used by the docker daemon to perform health checks (see #63)
  • added endpoint to the update profile
  • added endpoint to query attachments (see #52)
  • fixed bug that prevented to create a new Signal group (see #54)
  • fixed some markdown formatting issues (thanks to @x-jokay)
  • added docker container health checks (thanks to @x-jokay)
  • change base docker image to reduce docker image size (thanks to @x-jokay)
  • added possibility to specify captcha in register endpoint (see #19)

Version 0.31

08 Jan 18:15

Choose a tag to compare

  • fix "setpriv: libcap-ng is too old for 'all' caps" error (see #46)

Version 0.30

04 Jan 21:46

Choose a tag to compare

  • updated signal-cli to version 0.6.12
  • use non-root user in docker container (thanks to @fl42)

Version 0.29

25 Dec 17:49

Choose a tag to compare

Version 0.29 Pre-release
Pre-release
  • updated signal-cli to version 0.6.12
  • use non-root user in docker container (thanks to @fl42)

Version 0.27

20 Dec 16:28

Choose a tag to compare

Version 0.27 Pre-release
Pre-release
  • updated signal-cli to version 0.7.0

This is a pre-release and only available on dockerhub with the dev tag. If you want to give it a try, pull the dev version with docker pull bbernhard/signal-cli-rest-api:latest-dev

Version 0.26

13 Dec 19:25

Choose a tag to compare

Version 0.26 Pre-release
Pre-release
  • updated signal-cli to version 0.6.12

This is a pre-release and only available on dockerhub with the dev tag. If you want to give it a try, pull the dev version with docker pull bbernhard/signal-cli-rest-api:latest-dev

Version 0.25

27 Nov 13:29
c01abfa

Choose a tag to compare

  • ARM image now works again - thanks to @funkybunch
  • REST API listening port is now configureable - thanks to @funkybunch
  • Messages that were formatted like parameters weren't correctly handled - thanks to @fl42
  • Updated signal-cli to version 0.6.11
  • Add white border around QR code to improve readability (see #33) - thanks to @danijelst