4.3.93
Changes for 4.3.93
Changes to branch 4.3
after version 4.3.92
.
Commits
-
Add previous_day method to kz_date - by Mark Magnusson
kz_date:previous_day/1 will correctly handle month/year boundries
when calculating the previous day
-
HELP-13697: add dbg macros for easier tracing - by James Aimonetti
See doc/engineering/testing.md for usage and example
-
KZOO-54: ensure accounts are created with the realm specified - by James Aimonetti
If
realm
is included on the request, ensure created account reportsthe custom
realm
after creation.If
realm
is not included, ensure created account reports therealm
as a string containing the system-configured realm suffix.
Part of HELP-13467
-
Update kazoo_telemetry.app.src - by bitbashing