Skip to content

Releases: devlooped/SponsorLink

v2.0.6

28 Sep 20:36
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Use new human readable metric summary values by @kzu in #351

Full Changelog: v2.0.5...v2.0.6

v2.0.5

28 Sep 19:51
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Add user-friendly render of nuget stats totals by @kzu in #350

Full Changelog: v2.0.4...v2.0.5

v2.0.4

28 Sep 07:11
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Add exception propagation behavior with --exceptions by @kzu in #348
  • Render globals totals after running nuget command by @kzu in #349

Full Changelog: v2.0.3...v2.0.4

v2.0.3

28 Sep 06:10
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Allow retrieving a shields.io badge with nuget stats by @kzu in #345
  • Allow fetching specific nuget owner stats by @kzu in #346
  • Add totals summary for nuget stats by @kzu in #347

Full Changelog: v2.0.2...v2.0.3

v2.0.2

27 Sep 19:25
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Add support for considering oss authors/contribs as indirect sponsors by @kzu in #339
  • Ensure output is UTF-8 by @kzu in #343
  • If starting browser fails, render the URI to navigate to by @kzu in #344

Full Changelog: v2.0.1...v2.0.2

v2.0.1

25 Sep 19:58
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Add distinct diagnostic for contributors by @kzu in #294
  • Add schema version to issued manifests by @kzu in #296
  • Add GitHub webhook for auto-labeling of sponsor issues by @kzu in #299
  • Add Back an Issue feature by @kzu in #310
  • Add an easy way to check for design-time builds by @kzu in #319
  • Make the funding help url configurable via MSBuild by @kzu in #326
  • Add Grace period info reporting by @kzu in #327
  • Add overload to simplify getting or setting status by @kzu in #330
  • Enable UTF-8 output from GitHub CLI queries by @kzu in #333
  • Add query to retrieve contributors for a given repository by @kzu in #334
  • Add command to fetch and discover nuget oss stats by @kzu in #338

🔨 Other

  • When multiple sponsorables, ensure @ each by @kzu in #318
  • Add optional message to use as summary in sponsored APIs by @kzu in #328
  • Fix dead links to the GitHub spec. by @teo-tsirpanis in #321

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

24 Jul 02:57
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ 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
  • Add --force option to sync all accounts by @kzu in #239
  • Notify users when there is a new version of the CLI by @kzu in #242
  • Add basic anonymous usage telemetry by @kzu in #246
  • 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
  • Simplify JWK download by using curl directly from backend by @kzu in #281
  • Add support for detecting indirect metapackage reference by @kzu in #283
  • Allow disabling Info diagnostics globally by @kzu in #285

🐛 Fixed bugs

  • Fix issued-at being a string rather than a date by @kzu in #252

🔨 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
  • Run acceptance tests cross-platform on manifest sync by @kzu in #238
  • Switch to the devlooped (bot) token by @kzu in #249
  • Use a fixed session id from CI to avoid contamination by @kzu in #256
  • Install by directly adding source w/o nuget.config by @kzu in #266
  • Bring analyzer sample from devlooped/oss into this repo by @kzu in #268
  • Ensure we retry failing tests for samples too by @kzu in #275

Full Changelog: v1.1.0...v2.0.0

v2.0.0-rc.6

21 Jul 06:21
@kzu kzu
Compare
Choose a tag to compare
v2.0.0-rc.6 Pre-release
Pre-release

What's Changed

🔨 Other

  • Install by directly adding source w/o nuget.config by @kzu in #266
  • Bring analyzer sample from devlooped/oss into this repo by @kzu in #268
  • Ensure we retry failing tests for samples too by @kzu in #275

Full Changelog: v2.0.0-rc.5...v2.0.0-rc.6

v2.0.0-rc.5

27 Jun 06:06
@kzu kzu
Compare
Choose a tag to compare
v2.0.0-rc.5 Pre-release
Pre-release

Full Changelog: v2.0.0-rc.4...v2.0.0-rc.5

v2.0.0-rc.4

27 Jun 05:24
@kzu kzu
Compare
Choose a tag to compare
v2.0.0-rc.4 Pre-release
Pre-release

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

  • Fix issued-at being a string rather than a date by @kzu in #252

🔨 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