Skip to content

Releases: gusztavj/GitHub-Update-Checker

GitHubUpdateChecker v1.1.0

20 Mar 20:00
Compare
Choose a tag to compare

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

GitHubUpdateChecker v1.0.1

04 Mar 21:10
Compare
Choose a tag to compare
  • Minor updates and bugfixes.
  • Added documentation.

Full Changelog: v1.0.0...v1.0.1

GitHubUpdateChecker v1.0.0

26 Feb 13:25
Compare
Choose a tag to compare

First working version ever