Skip to content

Releases: bbernhard/signal-cli-rest-api

Version 0.94

26 Jul 21:02
Compare
Choose a tag to compare
  • query parameters can now be accessed in the plugins mechanism (thanks @d-rk)
  • added optional webhook mechanism to json-rpc mode (see RECEIVE_WEBHOOK_URL env. variable)
  • updated signal-cli to version 0.13.18
  • the group link state can now be set via the groups PUT request
  • added view_once parameter to the /v2/send endpoint (be aware: this parameter can only be used when sending images!)
  • added env variables to ignore the download of attachments and stories in json-rpc mode
  • Signal usernames can now be used in the groups POST/PUT endpoints

Version 0.93

06 Jun 21:06
Compare
Choose a tag to compare
  • updated signal-cli to v0.13.13
  • set LANG in docker image to UTF-8
  • ΗΉotify_self is now also supported when sending messages to individual recipients
  • improved swagger documentation (thanks @crummy)
  • return group description in groups GET endpoint
  • added API endpoints to set/remove a pin
  • improved examples documentation (thanks @CeeArEx)
  • added new endpoint to get the avatar of a group

Version 0.93-pre

01 Jun 19:16
Compare
Choose a tag to compare
Version 0.93-pre Pre-release
Pre-release

This is a pre-release. If you want to give it a try, use this version: bbernhard/signal-cli-rest-api:0.190-dev

Version 0.92

06 Mar 18:15
2833a9b
Compare
Choose a tag to compare
  • updated signal-cli to v0.13.13
  • set LANG in docker image to UTF-8
  • ΗΉotify_self is now also supported when sending messages to individual recipients
  • improved swagger documentation (thanks @crummy)
  • return group description in groups GET endpoint
  • added API endpoints to set/remove a pin
  • improved examples documentation (thanks @CeeArEx)

Version 0.92-pre-2

04 Mar 20:40
970347d
Compare
Choose a tag to compare
Version 0.92-pre-2 Pre-release
Pre-release
  • updated signal-cli to v0.13.13
  • set LANG in docker image to UTF-8
  • ΗΉotify_self is now also supported when sending messages to individual recipients
  • improved swagger documentation (thanks @crummy)
  • return group description in groups GET endpoint
  • added API endpoints to set/remove a pin
  • improved examples documentation (thanks @CeeArEx)

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

Version 0.92-pre

27 Feb 22:32
Compare
Choose a tag to compare
Version 0.92-pre Pre-release
Pre-release
  • updated signal-cli to v0.13.12
  • set LANG in docker image to UTF-8
  • ΗΉotify_self is now also supported when sending messages to individual recipients
  • improved swagger documentation (thanks @crummy)
  • return group description in groups GET endpoint
  • added API endpoints to set/remove a pin

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

Version 0.91

17 Jan 05:54
Compare
Choose a tag to compare
  • added possibilty to escape formatting characters with two backslashes in text_mode: styled (see #562)
  • updated signal-cli to v0.13.11
  • add possibility to specify HTTPS as default scheme in the swagger UI (see #639)
  • added plugin mechanism to register custom endpoints (documentation)

Version 0.90

17 Dec 22:34
Compare
Choose a tag to compare
  • updated signal-cli to version 0.13.10
  • fixed swagger documentation for search endpoint
  • return UUID instead of number in groups GET endpoint, in case the number is hidden
  • added notify-self flag to json-rpc mode (thanks to @ahatius)
  • improved swagger documentation (thanks to @crummy)
  • handle phone numbers that start with %2B properly (thanks to @crummy)
  • fixed linting warnings in swagger documentation (thanks to @crummy)
  • added possibility to set about text with update profile endpoint (thanks to @mattwr18)
  • added expiration_time parameter to create group endpoint

Version 0.90-pre

15 Dec 22:12
Compare
Choose a tag to compare
Version 0.90-pre Pre-release
Pre-release
  • updated signal-cli to version 0.13.10
  • fixed swagger documentation for search endpoint
  • return UUID instead of number in groups GET endpoint, in case the number is hidden
  • added notify-self flag to json-rpc mode (thanks to @ahatius)
  • improved swagger documentation (thanks to @crummy)
  • handle phone numbers that start with %2B properly (thanks to @crummy)
  • fixed linting warnings in swagger documentation (thanks to @crummy)
  • added possibility to set about text with update profile endpoint (thanks to @mattwr18)
  • added expiration_time parameter to create group endpoint

This is a pre-release. In case you want to give it a try, use this version: bbernhard/signal-cli-rest-api:0.174-dev

Version 0.89

04 Oct 18:45
Compare
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