Skip to content

v6.1.0

Latest

Choose a tag to compare

@stooit stooit released this 17 Feb 08:21

Fixes

  • Deploy: revision log now stores successful uploads — Previously only files rejected by the API with MD5-match errors were recorded. Successfully uploaded files were never stored, requiring two no-change deploys before the revision log was fully populated. Now files are recorded immediately after upload.
  • Deploy: async MD5 hashing — Switched from md5File.sync to async md5File so files within a chunk hash in parallel instead of blocking the event loop.
  • Deploy: differentiated skip logging(unchanged) = revision log skip (no API call), (unchanged, md5 match) = API confirmed content matches (now stored for next time).
  • Init: fix --endpoint being ignoredpromptArgs() hardcoded the default API endpoint, overriding any --endpoint CLI argument when init fell through to interactive prompts.