Project

General

Profile

Platform Release Notes - 2019-07-14

User documentation
2019-07-14

API.Core

  • Fixed an issue with Delete By MSISDN not showing the correct error message if trying to delete a subscriber that has associated sessions (incoming or outgoing) without ?force=true or ?can-deactivate=true.
  • Fixed an issue with Delete By ID allowing domain admins to delete subscribers from other domains, if they know the other domain's subscriber ID.
  • Fixed an issue with updating application attributes that cannot be updated (such as domain, tenant or name) causing a 500 ISE instead of 400 Bad Request.
  • Add support for PATCH as a valid method for Update Application, in addition to PUT. It behaves the same for both methods.
  • Fixed an issue where deleting applications is not possible after they have been run once as the attached API key was not deleted. Applications and API keys are not deactivated instead of deleted (and thus not listed in the catalog) to preserve audit logs.
  • Fixed issue with trunk catalog filtered by IP, where IP is provided that is supposed to match a trunk set with a host name, would not find the expected trunk. This query is currently used by the border to authorize incoming INVITE messages.
  • Add faster trunk lookup API that uses the same operation as APP.Core trunk lookup but with a faster implementation and simpler API.

Files