Releases: bbernhard/signal-cli-rest-api
Releases · bbernhard/signal-cli-rest-api
Version 0.60
- updated signal-cli to version 0.10.7
- extended
unregister
REST API endpoint and added possibility to delete the local account data (with thedeleteAccountData
signal-cli command) as well - added possibility to specify trust mode globally
Version 0.59
- updated
signal-cli
to version 0.10.5 - extended
trust
endpoint (added possibility to trust all known keys) - fixed bug in update profile endpoint (due to a regression it wasn't possible to set the
name
) - the
admins
are now also returned in the groups GET endpoint
Version 0.58
- updated signal-cli to version 0.10.4.2
- added API endpoints to add/remove admins to/from Signal Groups
- added API endpoints to add/remove members to/from Signal Groups
- added API endpoint to add a device
- added API endpoint to update a contact
Version 0.57
- updated
signal-cli
to v0.10.4.1 - linked devices can now be used in json-rpc mode
- made swagger IP address configurable. Per default the container IP address will be used as swagger IP. If a different IP address should be used, set the
SWAGGER_IP
env variable in thedocker-compose.yml
- improved documentation (thanks to @jarrah31)
Version 0.56
- updated
signal-cli
to version 0.10.4 - improved & updated documentation (thanks to @bentolor and @stilsch)
- reduced docker container size (thanks to @bentolor)
- made
uid
andgid
inside docker container configurable - fixed bug in update profile REST API request (due to a bug it wasn't possible anymore to set the avatar)
Version 0.55
- updated
signal-cli
to version 0.10.0 (uses now Java 17) - improved
qrcodelink
endpoint (generate QR code with version 10 and the highest error correction level) - added
search
endpoint (allows to check whether a phone number is registered with the signal service) - added
unregister
endpoint - fixed bug in
json-rpc
mode (properly close websocket connection when client disconnects)
Info: Due to this GraalVM issue I can't build the arm64 native signal-cli
myself anymore. So, beginning with this release, the signal-cli
native binary from @morph027 (https://gitlab.com/packaging/signal-cli) will be used for arm64. Many thanks to @morph027
Version 0.55
- updated
signal-cli
to v0.10.0
WARNING
Due to this issue here, this release won't contain a native image for arm64. So, if you are using MODE: native
on arm64, either switch to the ´json-rpc` mode (recommended) or don't update for now.
This is a pre-release. In case you want to give it a try, please use this image tag: bbernhard/signal-cli-rest-api:0.85-dev
Version 0.54
- fixed excessive logging
- fixed bug in list groups endpoint
Version 0.53
- do not hardcode path to signal-cli config directory inside the docker container
- added endpoints for adding/deleting reactions (thanks to @filipre)
- fixed swagger documentation: for several endpoints the HTTP status code was incorrect in the swagger documentation
- fixed bug in JSON-RPC mode: block group wasn't working
- improved/extended Home Assistant documentation (thanks to @akloeckner)
Version 0.52
- updated signal-cli to version 0.9.2
- added new endpoint to show/hide typing indicator