Version 0.50 #167
bbernhard
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Features
This release makes the JSON-RPC mode (which was released with signal-cli v0.9.0) available in the
signal-cli-rest-api
.For implementation details, discussions and troubleshooting see: #160
Limitations, API changes & Breaking Changes:
receive
endpoint. Instead you have to use websockets. e.g: In order to listen for incoming messages you can usewscat
like this:wscat -c 127.0.0.1:8080/v1/receive/<your registered signal number> --show-ping-pong --slash
USE_NATIVE
env variable in thedocker-compose.yml
file is now deprecated. You can still use it, but you'll see a deprecation warning in the logs. It is recommended to use theMODE
env variable instead. (e.g:MODE=native
)AUTO_RECEIVE_SCHEDULE
env variable in thedocker-compose.yml
only works in normal/native modeSIGNAL_CLI_CMD_TIMEOUT
env variable in thedocker-compose.yml
only works in normal/native modeThis discussion was created from the release Version 0.50.
Beta Was this translation helpful? Give feedback.
All reactions