Skip to content

Releases: NuGet/Insights

v0.2.0

01 Oct 22:54
Compare
Choose a tag to compare

Summary of changes:

  • Add the PackageContentToCsv driver which produces the table PackageContents
  • Add the PackageLicenseToCsv driver which produces the table PackageLicenses
  • Enhance the admin panel to make error recovery easier (abort catalog scans, reset output and intermediate data, etc)
  • Document all of the drivers in Markdown (see src/drivers)
  • Enable deployment to Linux for both the admin site and the Function workers. Spot worker deployment is not supported on Linux.
  • Renamed default configuration section from NuGet.Insights:* to NuGetInsights__* (to be Linux-friendly)
  • Move to .NET 7 and use the isolated worker model for Azure Functions
  • Use to Central Package Management and Package Source Mapping (new NuGet client features)

v0.1.0

03 Sep 16:17
41a223f
Compare
Choose a tag to compare

This is the first "official" release of NuGet.Insights. Although the project has been in working order for over a year, it's now in a shape that is cross-platform, battle tested with internal usage by the NuGet.org team, and (somewhat) documented.

Enjoy! And please feel free to open an issue if you run into trouble or have any questions.

explorepackages-rename

16 May 23:26
Compare
Choose a tag to compare

The last commit that has the code named "Knapcode.ExplorePackages" (old) instead of "NuGet.Insights" (new).

consistency

16 May 22:15
Compare
Choose a tag to compare

The last commit with the "consistency" front-end, used for verifying that a specific package is consistent across all NuGet.org endpoints.

run-real-restore

12 May 17:16
Compare
Choose a tag to compare

This is the last commit that has the ad hoc code used for running many real restore operations on Azure Functions, via .NET CLI.

pulumi

09 Apr 02:42
Compare
Choose a tag to compare

The last commit before starting work on Bicep + Az CLI/PowerShell based deployment.

az-cli

09 Apr 02:41
Compare
Choose a tag to compare

An attempt to use Az CLI for deployment, before switching to Az PowerShell.

old-storage-sdk

22 Mar 00:11
Compare
Choose a tag to compare

This is the last point where the old Azure Storage SDK (WindowsAzure.Storage) is used for blobs, queues, and tables.

entities

07 Feb 03:18
Compare
Choose a tag to compare

This is the last commit that contains the "entities" logic. This was a previous iteration of ExplorePackages that uses a SQLite/SQL Server DB for serial, single-process scanning of the catalog.