File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Changelog
44Next Release
55----------------
66
7+
8+ v5.0.0
9+ ---------
10+
11+ - Add `/api/docs ` Swagger API documentation for API endpoints.
712- Add `/api/from_purl/purl2git ` endpoint to get a git repo for a purl.
813- Add `/api/to_purl/go ` endpoint to get a purl from a golang import string or a package string in go.mod.
914- Support indexing of PURLs listed in https://github.com/nexB/purldb/issues/326,
@@ -13,12 +18,6 @@ Next Release
1318- Store ``source_symbols `` and ``source_strings `` in ``extra_data `` field. https://github.com/nexB/purldb/pull/351
1419
1520
16- v4.0.0
17- ---------
18-
19- - Add `/api/docs ` Swagger API documentation for API endpoints.
20-
21-
2221v3.0.0
2322-------
2423
Original file line number Diff line number Diff line change @@ -787,6 +787,7 @@ def process_scan_results(
787787 scan_results_location = scan_results_location ,
788788 scan_summary_location = scan_summary_location ,
789789 project_extra_data = project_extra_data ,
790+ job_timeout = 1200 ,
790791 )
791792 return job
792793
Original file line number Diff line number Diff line change 1010import os
1111import sys
1212
13- __version__ = "3 .0.0"
13+ __version__ = "5 .0.0"
1414
1515
1616def command_line ():
Original file line number Diff line number Diff line change 11[metadata]
22name = purldb
3- version = 4 .0.0
3+ version = 5 .0.0
44license_files =
55 LICENSE
66 AUTHORS.rst
You can’t perform that action at this time.
0 commit comments