Releases: devlooped/SponsorLink
Releases · devlooped/SponsorLink
v2.0.0-rc.6
v2.0.0-rc.5
Full Changelog: v2.0.0-rc.4...v2.0.0-rc.5
v2.0.0-rc.4
What's Changed
✨ Implemented enhancements
- Upgrade to newer IdentityModel by @kzu in #251
- Switch to using ClaimsIdentity/Subject in token by @kzu in #253
- Add --with-token option to list command by @kzu in #257
- Add optional endpoint that can emit shields.io endpoint badge data by @kzu in #258
🐛 Fixed bugs
🔨 Other
- Switch to the devlooped (bot) token by @kzu in #249
- Use a fixed session id from CI to avoid contamination by @kzu in #256
Full Changelog: v2.0.0-rc.3...v2.0.0-rc.4
v2.0.0-rc.3
What's Changed
✨ Implemented enhancements
- Notify users when there is a new version of the CLI by @kzu in #242
- Add basic anonymous usage telemetry by @kzu in #246
Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3
v2.0.0-rc.2
v2.0.0-rc.1
What's Changed
Major rewrite of the whole thing. Brand-new standards manifest-based, offline-verifiable, JWT tokens for both the sponsorable and the sponsor. dotnet global tool for sync, isolated auth for each sponsorable and much more.
✨ Implemented enhancements
- Remove all code related to build pauses by @kzu in #56
- Add signing function and update deployment dir by @kzu in #59
- Create remove endpoint to improve compliance with GDPR by @kzu in #62
- Delete entire analyzer/package project which is no longer needed by @kzu in #65
- Add a development-only and source-only helper package for NuGet integration by @kzu in #72
- Add sponsorable init backend function by @kzu in #147
- Initial work for standalone manifest per sponsorable account by @kzu in #176
- Show cached manifests details with view command by @kzu in #216
- Unify /me as the endpoint for sponsor manifests by @kzu in #217
- Minor improvements, introduction of /jwk endpoint by @kzu in #218
- Unify output of gh cli view vs /me endpoint by @kzu in #219
- Switch to known error codes constants in sync command by @kzu in #220
- Remove base64-encoded public key from all APIs by @kzu in #221
- Add remove command to CLI by @kzu in #222
- Delete credentials when removing manifests, add global clear by @kzu in #223
- Don't require GH CLI for specific account(s) sync by @kzu in #227
- Allow accepting the ToS programmatically by @kzu in #230
- Remove remaining usage of "pub", render roles on sync by @kzu in #231
🔨 Other
- Update dependencies with those without the old SL by @kzu in #42
- Replace log analytics workspace which is GONE by @kzu in #49
- Remove ALL existing code related to stored sponsors by @kzu in #57
- Add much needed privacy policy/statement by @kzu in #73
- Sample analyzer and packaging cleanup by @kzu in #214
New Contributors
- @kzu made their first contribution in #42
- @dependabot made their first contribution in #46
Full Changelog: v1.1.0...v2.0.0-rc.1