Skip to content

v5.0.0

Compare
Choose a tag to compare
@keshav-space keshav-space released this 15 May 08:00
· 258 commits to main since this release
6faba8e

Changelog

  • Support indexing of PURLs listed in #326, #327, #328, #329 and #356.
  • Support addon_pipelines for symbol and string collection in /api/collect endpoint. #393
  • Store source_symbols and source_strings in extra_data field. #351
  • Add /api/docs Swagger API documentation for API endpoints.
  • Add /api/from_purl/purl2git endpoint to get a git repo for a purl.
  • Add /api/to_purl/go endpoint to get a purl from a golang import string or a package string in go.mod.

What's Changed

New Contributors

Full Changelog: v3.0.0...v5.0.0

Note

Use the command below to load the sample data for purl2sym.

pg_restore --clean -h localhost -p 5432 -U postgres -d packagedb packagedb_purl2sym_dump_v5_0_0