Releases: bbernhard/signal-cli-rest-api
Releases Β· bbernhard/signal-cli-rest-api
Version 0.90
- 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
- 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
Version 0.88
- fixed deadlock in json-rpc mode (last released version wasn't properly working in all cases)
Version 0.87
- fixed potential deadlock in `json-rpcΒ΄ mode
Version 0.86
- 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
- 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
Version 0.84-pre
- 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