Release Notes - 5.3.36
User documentation
2019-10-06
Released to production at 2019-10-06
API.Core¶
- Fixed database error thrown while handling invalid API keys.
- Update Create Session - outgoing API to allow the caller ID to be specified by a
caller-id
field in the request body, instead of in the URI. - When using a subscriber API key, API.Core now forces the caller ID to be the subscriber MSISDN (instead of checking and rejecting invalid caller IDs), so the caller ID may be omitted from both the URI and the request body.
APP.Core¶
- Properly hide errors caused by trying to send a ringing notification twice.
Subscribers Gateway¶
- Make protections against DoS and brute-forcing password guessing more robust.