Release Summary for 4.2.7
  Changes to 4.2 after version 4.2.6
  * Summary
      - After uploading a new whitelabel logo with Monster UI on sandbox, I get a 404 on the following request to GET the /logo
  * Commits
      - [KAZOO-5794: check the status or the existance of the doc (#4412)](https://github.com/2600hz/kazoo/commit/a90c5cfd34a5efea2ece5f4de944f7b9fb08f642) by bitbashing
  * Summary
      - As a user, I would like to be able to renew my auth session automatically while active
  * Commits
      - [KAZOO-5697: refresh API in cb_token_auth (#4351)
  Conflicts:
  	applications/crossbar/src/modules/cb_token_auth.erl
  KAZOO-5697: cb_users password change resets identity secret
  Conflicts:
  	applications/crossbar/src/modules_v1/cb_users_v1.erl
  	applications/crossbar/src/modules_v2/cb_users_v2.erl
  KAZOO-5697: allow users to reset their own signature secret via API
  KAZOO-5697: update docs and swagger
  KAZOO-5697: move refresh API from cb_token_auth to cb_auth
  Conflicts:
  	applications/crossbar/src/modules/cb_token_auth.erl
  KAZOO-5697: update auth.md text
  KAZOO-5697: refresh_token as /auth action instead of verb
  KAZOO-5697: update API specs and docs
  fix type](https://github.com/2600hz/kazoo/commit/0f7b51f7bb7d310bb06c7bf1444e0591f4963b9f) by Daniel Finke
  * Summary
      - As an admin I want reorder to be able to forward/bridge so that I can send unknown numbers to a external system
  * Commits
      - [KAZOO-5782: added transfer and bridge actions to reorder (#4395)
  KAZOO-5782: updated schema
  KAZOO-5782: addressing CI issues
  KAZOO-5782: make apis
  KAZOO-5782: remove check
  KAZOO-5782: formatting](https://github.com/2600hz/kazoo/commit/927ef73d0d3edf11c7dbb6a096269453c869f7b3) by karl anderson
  * Summary
      - As a user, I would like the feature which prompts for me to press 1 to accept a call in call forwarding to actually wait for me to press 1
  * Commits
      - [KAZOO-5695: increase key press read timeout in call forward (#4394)
  * KAZOO-5695: add read_timeout parameter
  * KAZOO-5695: cancel_timeout is boolean
  * KAZOO-5695: cancel_timeout cancels call_time, but originate_timeout here
  is still remain active
  * KAZOO-5695: revert removing originate_timeout](https://github.com/2600hz/kazoo/commit/9900f94799c82ef2da37bbaeede8294ea1d201e4) by icehess
  * Summary
      - Default port email templates don&#039;t include port messages
  * Commits
      - [KAZOO-5717: send transition reason in notification (#4388)
  KAZOO-5717: get port id from Port object if it sended by
  knm_port_notifier
  KAZOO-5717: add transition_reason macro to port templates
  filter out template skel
  KAZOO-5717: from_json
  KAZOO-5717: make apis
  remove Reason
  update types for Reason
  update schemas with proper type
  fix spelling](https://github.com/2600hz/kazoo/commit/8abd071c2f9d8093cdbd4af92a2d0979bcb507c0) by Hesaam Farhang
  * Summary
      - When searching for accounts, the search should be based on only the alphanumeric characters
  * Commits
      - [[master] KAZOO-5704: search based on only the alphanumeric characters (#4384)
  * KAZOO-5704: search based on only the alphanumeric characters #4379
  * KAZOO-5704: use crossbar_view
  * clean up left over
  * KAZOO-5704: fix typo in spec, update doc
  * KAZOO-5704: fix spec
  * KAZOO-5704: handle user doc to emit first/last name if pvt_alphanum_name
  is not present
  * KAZOO-5704: fix typo in view](https://github.com/2600hz/kazoo/commit/11cc672565a7ea1dc09c3154050f61d53358b575) by icehess
  * [Merge remote-tracking branch &#039;origin/master&#039; into 4.2](https://github.com/2600hz/kazoo/commit/6a2757f52b0fdbc9c37bcf1b229665e3699aeb06) by karl anderson
  * [set start_key in build_options funs to avoid crash in get_result (#4404)  * set start_key in build_options funs to avoid crasg in get_result    * remove duplicated option](https://github.com/2600hz/kazoo/commit/83ee1f07fb6c07f0f0a3c939aec8215da78ef052) by icehess
  * [Revert &quot;clean up logs a bit&quot;  This reverts commit b436a88b6bdfbea8920899b26620232931e8a34f.](https://github.com/2600hz/kazoo/commit/c25a4cd747b230d715c5bb281cab4e213e830db8) by karl anderson
  * [PISTON-506: keep Account-ID in webhooks-parking hook data (#4378)  PISTON-506: keep format function arity](https://github.com/2600hz/kazoo/commit/6ac00bfa34fc7b2d4e2dbdc764268f748dfe59f0) by Daniel Finke
  * [Fix distinctive ring on ring groups (#4407)  use call kvs storage instead](https://github.com/2600hz/kazoo/commit/36e8e15f586879f37e69c40140245950e84f1e3e) by Max Lay
  * [clean up logs a bit  Conflicts: 	core/kazoo_stdlib/include/kz_log.hrl](https://github.com/2600hz/kazoo/commit/b436a88b6bdfbea8920899b26620232931e8a34f) by Mark Magnusson
  * [Updated system config docs (#4402)  Updated superduper_admin attribute naming since this has been changed. Also updated docs on how to enable system configs crossbar module.](https://github.com/2600hz/kazoo/commit/d5a8da6bfbbdaee24111ef660d8b7127393e5214) by Vincent de Wit
  * [Update user_authentication.md (#4403)  Corrected error in documentation.  Changed {MD5_OR_SHA1} to [md5|sha1].  Trying to use a value of &#039;MD5&#039; for method throws the error: Value not found in enumerated list of values&quot;,&quot;target&quot;:[&quot;md5&quot;,&quot;sha&quot;]](https://github.com/2600hz/kazoo/commit/ff80b1aeccd7bdd25c0a32a690861c6f6911830c) by Bret Truchan
  * [Fix Content-Length header for all crossbar endpoints (#4393)  Fix compilation error  fix spelling](https://github.com/2600hz/kazoo/commit/2ff098122887d94e38aa96a7a66bc588abaa1f82) by Max Lay
  * [PISTON-507: allow specifying a body for sendevent NOTIFY (#4384)  Conflicts: 	applications/crossbar/src/modules_v1/cb_devices_v1.erl 	applications/crossbar/src/modules_v2/cb_devices_v2.erl 	applications/ecallmgr/src/freeswitch.erl  PISTON-507: make apis  PISTON-507: keep freeswitch:sendevent/3 only  Conflicts: 	applications/ecallmgr/src/freeswitch.erl  Remove changes to freeswitch.erl](https://github.com/2600hz/kazoo/commit/87dcc8bc61ccbf652feaf5a4a4dd6ecf0c239a20) by Daniel Finke
  * [fix doc for parsing](https://github.com/2600hz/kazoo/commit/4a743dce476e60a7631282a3b98bdb4a58e2c93f) by James Aimonetti
  * [Update conferences.md (#4372)  Specify that some schema elements are under development and not available yet. Add additional information about adding a random filter at the end of a participant action to ensure it&#039;s viewed as a new request to crossbar.  Updated conferences.md  Hey James, Does this add better clarity?](https://github.com/2600hz/kazoo/commit/39fa5998ba49fce1a29a1e2262d571052cc9fa69) by extremerotary
  * [Logging improvements master (#4401)  * don&#039;t clobber the metadata    Conflicts:  	core/kazoo/src/kz_util.erl    * only output things we have a value for, output msg_id and callid potentially    Conflicts:  	rel/sys.config](https://github.com/2600hz/kazoo/commit/64e0e0b1818505aa2a6804f8fae2a12c03f9386b) by Mark Magnusson
  * [fix typos (#4392)  add misspellings](https://github.com/2600hz/kazoo/commit/947ffd62c1eb697dee0e071df788c9e431a97973) by Katrin Leinweber
  * [Fix broken voip-innovations module by forcing TLS v1.2 (#4389)](https://github.com/2600hz/kazoo/commit/2645cfd9d0e49560d5995b011a51b0469d23f931) by Joe Black
  * [[Fix #kazoo-5748] Fix send worker update check (#4385)  Mark job as partial when listing or dumping numbers and some of those numbers cannot be obtained  [Fix #kazoo-5748] Fix tests after adding fix for kazoo-5748  Fix typo  [Fix #kazoo-5748] Add fixes for dialyzer warnings that appeared after adding kazoo-5748 fix  formatting](https://github.com/2600hz/kazoo/commit/b0f5616a9cb77436c16316747d604a6d067409fe) by Harenson Henao
 -- 2600Hz Official <packages@2600hz.com>  Thu, 21 Dec 2017 01:25:42 +0000
