Skip to content

Releases: aboutcode-org/purldb

v5.0.1

09 Aug 02:41
Compare
Choose a tag to compare

Changelog

  • Update link references of ownership from nexB to aboutcode-org

v5.0.0

15 May 08:00
6faba8e
Compare
Choose a tag to compare

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

v3.0.0

10 Jul 15:40
9cd5dbb
Compare
Choose a tag to compare

This is a major release with:

  • support for new package repositories and ecosystems
  • new matching capabilities for exact files
  • improved deployment with docker-compose
  • a new and improved scan queue
  • a new matchcode-toolkit for matching packaged as a ScanCode plugin
    This is now using the latest version of ScanCode toolkit

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

12 Nov 00:34
b3fb68f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/nexB/purldb/commits/v2.0.0