Skip to content

Releases: bbernhard/signal-cli-rest-api

Version 0.42

01 Aug 09:43

Choose a tag to compare

  • bumped go-gin to version 1.7.0 (to fix the HTTP Response Splitting vulnerability)
  • increased default signal-cli command timeout from 60 seconds to 120 seconds
  • added possibility to specify the signal-cli command timeout via environment variable SIGNAL_CLI_CMD_TIMEOUT (defaults to 120 seconds, if not set)
  • it's now possible to specify the description, the add group & edit group permissions and the group link state when creating a group with the create groups endpoint.

Version 0.41

25 Jun 19:45

Choose a tag to compare

  • udated signal-cli to version 0.8.4.1
  • updated libsignal-client to version 0.8.1

Version 0.41-pre

17 Jun 07:23

Choose a tag to compare

Version 0.41-pre Pre-release
Pre-release
  • udated signal-cli to version 0.8.4
  • updated libsignal-client to version 0.8.1

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

Version 0.40

09 Jun 20:39

Choose a tag to compare

  • improved mimetype detection when sending attachments (see #136)
  • return timestamp of sent message in /v2/send endpoint (see #137)
  • fixed debug mode output

Version 0.39

22 May 09:35
6d39ac1

Choose a tag to compare

  • native mode now working on arm64 (thanks to @webzit)
  • properly handle port override in AUTO_RECEIVE_SCHEDULE

Version 0.38

14 May 09:56
f50eed2

Choose a tag to compare

Version 0.37

21 Mar 20:14

Choose a tag to compare

  • updated signal-cli to version 0.8.1
  • reduced docker image size by ~20MB (thanks to @haberda)
  • reworked entrypoint script to make it easier for the Home Assistant addon to use the docker image
  • use "--output=json" instead of "--json" when calling signal-cli receive (the latter one is deprectated)
  • added missing information to swagger documentation

Version 0.37-pre

14 Mar 21:50
87f9d66

Choose a tag to compare

Version 0.37-pre Pre-release
Pre-release
  • updated signal-cli to version 0.8.1
  • reduced docker image size by ~20MB (thanks to @haberda)
  • reworked entrypoint script to make it easier for the Home Assistant addon to use the docker image
  • use "--output=json" instead of "--json" when calling signal-cli receive (the latter one is deprectated)

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

Version 0.36

26 Feb 20:56

Choose a tag to compare

  • fixed ARM64 build

Version 0.35

24 Feb 19:04

Choose a tag to compare

  • updated signal-cli to version 0.8.0
  • added experimental support for native images
  • documentation improvements (thanks to @Colgaton)