Skip to content

Releases: scanoss/dependencies

v0.12.2

13 Jan 12:22

Choose a tag to compare

What's Changed

Fixed

  • Included missing component URLs

Full Changelog: v0.12.1...v0.12.2

v0.12.1

23 Dec 16:06

Choose a tag to compare

What's Changed

Fixed

  • Fixed fallback URL lookup to iterate through all mine IDs

Full Changelog: v0.12.0...v0.12.1

v0.12.0

09 Dec 17:58

Choose a tag to compare

What's New

Fixed

  • Resolved project license when no match is found for a specific version

v0.11.0

09 Dec 14:49

Choose a tag to compare

What's New

Added

  • Added requirement field on dependency response

v0.10.1

27 Nov 14:20
8ca09d2

Choose a tag to compare

Merge pull request #45 from scanoss/fix/handle-cases-with-no-urls

fix(dependencies): handle cases when no url exist

v0.10.0

17 Sep 11:18

Choose a tag to compare

What's New

Changed

  • Updated github.com/scanoss/papi to v0.20.1
  • BREAKING CHANGE: Changed /v2/dependencies/transitive to /v2/dependencies/transitive/components
  • Deprecated /v2/dependencies/dependencies endpoint

v0.9.0

29 Aug 15:45

Choose a tag to compare

What's new

Changed

  • Updated github.com/scanoss/papi to v0.17.0
  • Replaced REST endpoint POST /api/v2/dependencies/dependencies by /v2/dependencies/dependencies
  • Replaced REST endpoint POST /api/v2/dependencies/transitive by /v2/dependencies/transitive
  • Replaced REST endpoint POST /api/v2/dependencies/echo by /v2/dependencies/echo

v0.7.4

11 Jun 15:08

Choose a tag to compare

What's Changed

  • chore: Add workflow version-bump.yml
  • bug:SP-2673 Avoids empty dependency version response

Full Changelog: v0.7.3...v0.7.4

v0.7.3

04 Sep 09:07
b5e3118

Choose a tag to compare

What's Changed

  • Bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.19
  • Bump google.golang.org/grpc from 1.59.0 to 1.60.1
  • Bump google.golang.org/grpc from 1.60.1 to 1.61.0
  • Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.21
  • Bump go.opentelemetry.io/otel from 1.21.0 to 1.24.0
  • Bump google.golang.org/grpc from 1.61.0 to 1.62.0
  • Bump github.com/mattn/go-sqlite3 from 1.14.21 to 1.14.22
  • Bump go.uber.org/zap from 1.26.0 to 1.27.0
  • Bump google.golang.org/grpc from 1.62.0 to 1.62.1
  • Bump google.golang.org/grpc from 1.62.1 to 1.63.2
  • Bump github.com/jmoiron/sqlx from 1.3.5 to 1.4.0
  • Bump github.com/scanoss/zap-logging-helper from 0.3.0 to 0.3.2
  • updated license

Full Changelog: v0.7.2...v0.7.3

Fix Golang License Extraction

27 Nov 13:17
c3afd24

Choose a tag to compare

  • Fixed golang license extraction for certain components
  • Added SQL query tracing
  • Improvements from linting