Releases: bbernhard/signal-cli-rest-api
Releases Β· bbernhard/signal-cli-rest-api
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/sendendpoint
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
Version 0.83
Version 0.82
- updated signal-cli to v0.13.2
- add
recipientparameter to/v2/sendendpoint (#428) - pass
JAVA_OPTSenvironment variable through to signal-cli in json-rpc mode - thanks to @kleptog - in case one runs into rate limiting issues in json-rpc mode, the request now fails with a HTTP status code 429 and returns the
challenge_tokens, which are needed to lift the rate limiting restrictions again - added new API endpoints to list and add sticker packs
- extended
/v2/sendendpoint with the possibility to edit messages - added new endpoints to set usernames + change the account settings
Version 0.82-pre
- updated signal-cli to v0.13.2
- add
recipientparameter to/v2/sendendpoint (#428) - pass
JAVA_OPTSenvironment variable through to signal-cli in json-rpc mode - thanks to @kleptog - in case one runs into rate limiting issues in json-rpc mode, the request now fails with a HTTP status code 429 and returns the
challenge_tokens, which are needed to lift the rate limiting restrictions again - added new API endpoints to list and add sticker packs
- extended
/v2/sendendpoint with the possibility to edit messages - added new endpoints to set usernames + change the account settings
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.154-dev
Version 0.82
- updated signal-cli to v0.13.0
- add
recipientparameter to/v2/sendendpoint (#428) - pass
JAVA_OPTSenvironment variable through to signal-cli in json-rpc mode - thanks to @kleptog
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.143-dev
Version 0.81
- updated signal-cli to version 0.12.8
Version 0.80
- bumped signal-cli to version 0.12.7
- changing the group name is now possible - thanks to @kxait
- reworked json-rpc mode + fixed bug in websocket handling
- it is now possible to link devices in json-rpc mode - thanks to @kxait
- it is now possible to register a new phone number in json-rpc mode
- added endpoint
/v1/accountswhich lists all available accounts - thanks to @kxait - use JRE instead of JDK for the runtime container (reduces the docker image size) - thanks to @marvinruder
- fixed a typo in the code - thanks to @charles37
- spoilers are now supported in
text_mode: styled - added
/v1/rate-limit-challengeendpoint
Version 0.70
nativemode should now work again for x86-64- updated
signal-clito version 0.12.4 - info and warning messages shouldn't pop up in the JSON response anymore
- added
/v1/contacts{number}/sync endpoint - fixed bug in group deletion endpoint
- improved error handling in send endpoint
- multicharacter emojis are now handled properly in
text_mode: styled
Please be aware that there is currently an issue with the json-rpc mode together with linked devices (see #444 for details)