Skip to content

v32.6.0

Compare
Choose a tag to compare
@tdruez tdruez released this 29 Aug 09:59
· 235 commits to main since this release
  • Improve the performance of the codebase relations list view to support large number
    of entries. #858
  • Improve DiscoveredPackageListView query performances refining the prefetch_related. #856
  • Fix the map_java_to_class d2d pipe to skip if no .java file is found. #853
  • Enhance Package search to handle full pkg: purls and segment of purls. #859
  • Add a new step in the deploy_to_develop pipeline where we tag archives as
    processed, if all the resources in their extracted directory is mapped/processed. #827
  • Add the ability to clone a project. #874
  • Improve perceived display performance of projects charts and stats on home page.
    The charts are displayed when the number of resources or packages are less than
    5000 records. Else, a button to load the charts is displayed. #844
  • Add advanced search query system to all list views. Refer to the documentation for details about the search syntax. #871
  • Migrate the ProjectError model to a global ProjectMessage.
    3 level of severity available: INFO, WARNING, and ERROR. #338
  • Add label/tag system that can be used to group and filters projects. #769

What's Changed

New Contributors

Full Changelog: v32.5.2...v32.6.0