4.3.106
Changes for 4.3.106
Changes to branch 4.3
after version 4.3.105
.
Commits
-
Sup UUID 43 - by noahmehl
Corresponding back port PR for: #6495
This is an extension of the SUP command to create the initial master account. We wanted to be able to add optional parameters for the uuid's of the account and user. This is so we can set the UUIDs ahead of time for functional testing.
-
Handle BigCouch nodes with required user auth - by Harenson Henao
-
fix ccv names - by lazedo
-
HELP-14316: test storage plans in cluster setting - by James Aimonetti
Report that a saving of storage plans on an API server did not cause
call-handling servers to reflect the new storage plan. Unable to
replicate but added additional helpers to make sure plans are flushed
on storage doc changes
-
Fixes and improvements to compaction jobs and to tasks app (#6276) - by Harenson Henao
- Move auto compaction code from kz_tasks_trigger module to
kt_compactor module.
- Make kz_tasks_trigger gen_server work as a local gen_server (not
using kz_globals).
- Fix compaction job's (csv tasks/auto compaction) call_id by
prefixing it with
YYYYMM-
so it can be retrieved in later months.- Remove kz_globals usage from tasks app.
-
KSTE-1: Include additional parameters on local ext bridge request - by James Aimonetti
When using local_extension (when hairpinning calls to stay on-net) in
stepswitch, the local_extension bridge command was missing some key
values - specifically setting
Bridge-Actions
with the offnetrequest's
Outbound-Actions
(which sets up recording on answer forinstance).