Skip to content

v2.1.0

Latest

Choose a tag to compare

@mantreshkhurana mantreshkhurana released this 12 Feb 12:29
· 1 commit to stable since this release
  • Private GitHub Repository Support: Check for updates from private GitHub repositories
    • New githubToken parameter for simple token-based authentication — just pass your GitHub PAT
    • New githubHeaders parameter for custom HTTP headers (GitHub Enterprise, advanced auth)
    • githubToken sets the Authorization header automatically; githubHeaders can override it
    • Fully backward compatible — public repositories continue to work without any changes