Skip to content

GitHubUpdateChecker v1.1.0

Latest
Compare
Choose a tag to compare
@gusztavj gusztavj released this 20 Mar 20:00
· 4 commits to main since this release

This release mostly concerns security features to protect your application instance and GitHub traffic:

  • Implemented the Repository Registry in which you need to list the repo-slugs of all repositories you want to support. Requests against other repositories will not be served. You can use this to prevent unauthorized users and clients use your app instance.
  • Implemented the option to ignore forced update checks. When activated, clients won't be able to force checks. You can use this, for example, as a temporary measure when more than a reasonable amount of requests are forced for whatever reason, e.g. a bug.

What's Changed

  • 1-only-serve-registered-repositories by @gusztavj in #3
  • 2 enable overriding forcing checks by @gusztavj in #4

Full Changelog: v1.0.1...v1.1.0