4.3.137
Changes for 4.3.137
Changes to branch 4.3
after version 4.3.136
.
Commits
-
Upstream 4.3 added missing blacklist list to accounts schema updated relevant calls - by Ben Bradford
Kazoo 5 prs:
-
KZOO-154: make sure e911 email format is email - by holy-batman
when invalid email is entered into email section it crashes 911 notifications.
-
PISTON-1180: dialyzer fixes in tasks app - by Daniel Finke
-
PISTON-1185: remove unused ACDc
pending_logged_out
status - by Daniel Finke -
PISTON-1175: remove unused kapi_acdc_queue:sync_req/resp - by Daniel Finke
-
PISTON-1177: new approach to determine initial availability for agents of queue - by Daniel Finke
-
when acdc_queue_manager boots, do not immediately assume all member agents are available
-
when manager proc is ready, pub msg so that agents send an availability update
-
any subsequent agent starts/availability changes will already be picked up by existing bindings
-
-
add disposition value to cdr/interaction endpoint - by supapo
-
Fixed dialyzer issues that came up from running dialyze hard after 4.3.136 merge - by Ben Bradford
Dialyze hard identified some issues in kazoo proper and kz_http. Pulled in dialyzer fixes for kz_http and fixed csv proper bug
-
Pulled in improvements to validate-js that will fix the failing test due to incorrectly parsing of the word 'function' in JSON schema files - by Ben Bradford
@jamesaimonetti as we discussed.
-
PISTON-1186: Fixes 'make dialyze_changed' failure when no Erlang file changes - by Roger Neate
The
check-dialyzer.escript
script exits with a non-zero status when no Erlang files are specified on the command line. To prevent this from causing the makedialyze-changed
target (or targets that depend on it) to fail when no Erlang files have been changed, the makefile now filters the list of changed files.