Releases: NuGet/Insights
v0.2.0
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:*
toNuGetInsights__*
(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
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
The last commit that has the code named "Knapcode.ExplorePackages" (old) instead of "NuGet.Insights" (new).
consistency
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
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
The last commit before starting work on Bicep + Az CLI/PowerShell based deployment.
az-cli
An attempt to use Az CLI for deployment, before switching to Az PowerShell.
old-storage-sdk
This is the last point where the old Azure Storage SDK (WindowsAzure.Storage) is used for blobs, queues, and tables.
entities
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.