Skip to content

Releases: edoardottt/depsdev

v0.2.2

14 Apr 09:05
5329f05

Choose a tag to compare

depsdev v0.2.2 🥳

CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.

Update v3 and v3alpha API (Tue Apr 14 10:55:32 CEST 2026)

Changelog

  • 5329f05 Merge pull request #96 from edoardottt/devel
  • 38e7a9e v0.2.2 - update Tue Apr 14 10:55:32 CEST 2026

If you encounter a problem, just open an issue

v0.2.1

28 Feb 07:58
babf120

Choose a tag to compare

depsdev v0.2.1 🥳

CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.

Update v3 and v3alpha API (Sat Feb 28 08:57:37 CET 2026)

Changelog

  • babf120 Merge pull request #95 from edoardottt/devel
  • 7651b5b v0.2.1
  • 9b32eb1 Merge pull request #94 from edoardottt/devel
  • 94a3a85 Merge pull request #93 from edoardottt/dependabot/go_modules/devel/github.com/spf13/cobra-1.10.2
  • 74bc9a0 chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2

If you encounter a problem, just open an issue

v0.2.0

23 Nov 13:50
d7aa95e

Choose a tag to compare

depsdev v0.2.0 🥳

CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.

Update v3 and v3alpha API (Sun Nov 23 02:45:00 PM CET 2025)

Changelog

  • d7aa95e Merge pull request #92 from edoardottt/devel
  • fe674b5 minor fixes
  • fccc9d5 Merge pull request #91 from edoardottt/devel
  • b694790 minor fixes and style-fix
  • 1e32eb7 Merge pull request #90 from edoardottt/devel
  • 66aa4d4 Add available tests for v3alpha APIs
  • 56f6b1e Add tests for all v3 APIs
  • 96845d0 add comments for v3 API
  • f1ea9c0 rename info subcommand to package
  • f3f650e Merge pull request #89 from edoardottt/devel
  • e8f1014 Merge remote-tracking branch 'origin' into devel
  • 92775dd add support for v3alpha API (updated to Sun Nov 23 11:44:48 AM CET 2025)
  • f738e52 Merge pull request #88 from edoardottt/devel
  • 67b0185 fix VersionBatch and ProjectBatch in v3alpha
  • 70363f3 fix readme
  • f9fc410 fix readme
  • 7750ed4 fix readme
  • 47d91e1 update API v3 to latest changes
  • 3c631db Merge remote-tracking branch 'origin' into devel
  • c537d5b fix tests
  • 5bafb2e linting
  • d64247e dependencies update
  • 7423874 go1.24 + update all actions
  • 78ce5d7 Merge pull request #87 from edoardottt/devel
  • e143aec Merge pull request #86 from edoardottt/dependabot/go_modules/devel/github.com/spf13/cobra-1.10.1
  • e0d809f chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1
  • e54b35e Merge pull request #85 from edoardottt/devel
  • c333ecf Merge pull request #84 from edoardottt/dependabot/go_modules/devel/github.com/stretchr/testify-1.11.1
  • 4105438 chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
  • 05ab199 Merge pull request #83 from edoardottt/devel
  • a24982d Merge pull request #82 from edoardottt/dependabot/go_modules/devel/github.com/stretchr/testify-1.11.0
  • 81eb472 chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0
  • b3906d5 Merge pull request #81 from edoardottt/devel
  • 71febaa Merge pull request #80 from edoardottt/dependabot/go_modules/devel/github.com/spf13/cobra-1.9.1
  • 1f65502 chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
  • 76d15af Merge pull request #78 from edoardottt/devel
  • 29c7a6e Merge pull request #77 from edoardottt/dependabot/go_modules/devel/github.com/stretchr/testify-1.10.0
  • 3b43b69 chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • 75a3ea5 Merge pull request #75 from edoardottt/devel
  • a0df7d6 Merge branch 'main' into devel
  • 04c0ae5 new website
  • 89c83d3 Merge pull request #74 from edoardottt/dependabot/go_modules/devel/github.com/spf13/cobra-1.8.1
  • 8472f6e chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
  • 3405360 Merge pull request #73 from zaibon/v3Alpha-batch
  • 5042282 add test for multi page result
  • f8e0bd0 refactor: make all batch calls using the same logic
  • 5aa1358 address linting warnings
  • 3fd27b9 feat: add support for GetProjectBatch and GetVersionBatch
  • 47f5f63 Merge pull request #71 from zaibon/project-types
  • ea85e26 fix other types to match v3 API reference
  • 226a6db add test for GetProject
  • 2a7aafe fix: update type of some field of Project struct to match response from deps.dev API
  • bd3a91f CLI support for new v3alpha APIs #66 - linting
  • e11a285 CLI support for new v3alpha APIs #66 - first tentative

If you encounter a problem, just open an issue

v0.1.0

18 Apr 09:03

Choose a tag to compare

depsdev v0.1.0 🥳

CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.

Changelog

  • d19b20c fixv0.1.0 + goreleaser #61
  • 6a997d2 Merge pull request #62 from edoardottt/devel
  • a5ef888 v0.1.0 + goreleaser #61
  • 5c51da3 Merge pull request #60 from edoardottt/devel
  • 3071ecf Merge pull request #59 from edoardottt/dependabot/go_modules/devel/github.com/stretchr/testify-1.9.0
  • e50d00c chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0

If you encounter a problem, just open an issue

v0.0.10

14 Feb 08:25
491fc3d

Choose a tag to compare

depsdev v0.0.10 🥳

CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.

sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest

What's Changed

Full Changelog: v0.0.9...v0.0.10

If you encounter a problem, just open an issue

v0.0.9

24 Jan 14:25
7745cc4

Choose a tag to compare

depsdev v0.0.9 🥳

CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.

sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.0.9

If you encounter a problem, just open an issue

v0.0.8

04 Dec 09:51
cf28d4b

Choose a tag to compare

depsdev v0.0.8 🥳

CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.

sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest
  • Added OssFuzz field in project object
  • Added Registries field in version object

If you encounter a problem, just open an issue

v0.0.7

13 Nov 08:41
301f625

Choose a tag to compare

depsdev v0.0.7 🥳

CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.

sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest

Added packages subcommand: Get info about a project's package versions

depsdev packages github.com/eslint/espree

If you encounter a problem, just open an issue

v0.0.6

12 Oct 12:40
adab143

Choose a tag to compare

depsdev v0.0.6 🥳

CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.

sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest

Added reqs subcommand: Get info about a package's requirements

depsdev reqs npm slice-ansi 6.0.0

If you encounter a problem, just open an issue

v0.0.5

29 Sep 14:26
bc8bc60

Choose a tag to compare

depsdev v0.0.5 🥳

CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.

sudo snap install depsdev
go install -v github.com/edoardottt/depsdev@latest

⚠️breaking changes⚠️

  • Refactor: move top level functions as method on an API struct (@zaibon)
  • complete Dependencies type to includes all fields returned by the API (@zaibon)
  • Minor code improvements
  • Minor changes and fixes
  • Linting

If you encounter a problem, just open an issue