Skip to content

Zesk Build release v0.42.0

Copyright © 2026 Market Acumen, Inc.

  • Previous version: v0.41.3
  • Some identicals didn't get copied (validate) but functionally didn't affect anything
  • buildTestPlatforms now operating better; testSuite required the current directory to be buildHome but now does not
  • Fixing uninitialized environment variables in aws-tests.sh
  • Fixing undefined DOCUMENTATION_SHM
  • bin/build/deprecated.sh now ignores its own internal stuff when in other projects, and you can ignore the fingerprinting using --no-fingerprint
  • Added --quiet to buildEnvironmentGet and buildEnvironmentLoad when you don't care if the file is missing
  • Added validate type for AWSRegion and added identical templates regionArgumentValidation, __validateTypeAWSRegion, and regionArgumentHandler
  • bashPromptModule_binBuild is now deprecated, use bashPromptModule_BuildProject instead
  • fileRealPath depends on readlink -f which is not available on older version of Mac OS X, so updated for compatibility
  • fileRealPath and fileRemoveFields compatibility with older OS versions
  • Adding test failure report to end of testSuite
  • iTerm2Init no longer loads iTerm2Aliases
  • Deprecated renaming:
    • bashPromptModule_binBuild -> bashPromptModule_BuildProject
    • newlineHide -> stringHideNewlines
    • plural -> localePlural
    • pluralWord -> localePluralWord
    • cannon -> textCannon
    • usageDocument -> bashDocumentation
    • usageDocumentSimple -> bashSimpleDocumentation
    • logsRotate (or logRotates?) -> logDirectoryRotate
  • Caching of documentation markdown in source (bin/build/documentation/*.md) and SEE documentation caching for faster builds.
  • logRotate and logDirectoryRotate cleanup