Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

v6.2.3

Compare
Choose a tag to compare
@stephen-palmer stephen-palmer released this 18 Dec 22:40
· 132 commits to master since this release
e320d5c
  • Refactor core file read handling to remove all async loops causing 100% cpu usage in some situations, and to improve readability and error handling.
  • Fix crash in cluster messaging (#84)
  • Ensure all config values fallback to a default (#86)
  • Remove most CLI default values, as they will supersede config file values, which is not the expected behavior.
  • Fix CLI help output to not display (default: null) for every option
  • Make CLI help text consistent with documentation