Skip to content

Releases: listendev/lstn

listen.dev CLI v0.15.0

25 Sep 14:20
Compare
Choose a tag to compare

What's Changed

Features & Enhancements 🎉

  • feat: make lstn ci retrieve settings from listen.dev core API by @leodido in #270

Full Changelog: v0.14.0...v0.15.0

listen.dev CLI v0.14.0

30 Jul 10:55
Compare
Choose a tag to compare

What's Changed

Features & Enhancements 🎉

  • feat(cmd/ci): make lstn ci run also on GitHub events different that pull_request by @leodido in #266
  • feat(pkg/reporter): make the pro reporter work also on other GitHub actions events (not only pull_request) by @leodido in #267

Full Changelog: v0.13.2...v0.14.0

listen.dev CLI v0.13.2

13 May 09:27
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🪤

  • fix: dump GitHub Actions variables with GITHUB_ prefix by @leodido in #263

Full Changelog: v0.13.1...v0.13.2

listen.dev CLI v0.13.1

06 May 11:50
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🪤

  • fix: let lstn ci dump the SHA CI info field as GITHUB_SHA by @leodido in #262

Full Changelog: v0.13.0...v0.13.1

listen.dev CLI v0.13.0

24 Apr 17:55
Compare
Choose a tag to compare

What's Changed

Features & Enhancements 🎉

  • feat: annotate reporter runs with source by @leodido in #259
  • feat: introduce lstn ci and make it create the environment file for argus by @leodido in #257
  • feat: invoke argus (from PATH) by @leodido in #260
  • feat: find and execute the CI inspection tool from explicit path by @leodido in #261

Other Changes 🫶

  • build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #258

Full Changelog: v0.12.1...v0.13.0

listen.dev CLI v0.12.1

12 Apr 16:41
Compare
Choose a tag to compare

What's Changed

Features & Enhancements 🎉

  • feat: look for .lstn.yaml config file also into lstn in by @leodido in #254

Bug Fixes 🪤

  • fix: do not concatenate to the lstn current working dir the lock files which path is an absolute one by @leodido in #255
  • fix: make lstn to and lstn scan work again (NPM only for now) by @leodido in #256

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

listen.dev CLI v0.12.0

08 Apr 10:21
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • feat!: option to configure the PyPi listen.dev endpoint by @leodido in #248
  • feat!: remove lstn in --genlock by @leodido in #251

Features & Enhancements 🎉

  • feat: add --lockfiles to lstn in command by @leodido in #245
  • feat: upgrade the listen.dev client for the new /api/analysis endpoint by @leodido in #246
  • feat: prepare poetry lock support for lstn in by @leodido in #247
  • feat: make lstn in able to analyse multiple lockfiles from different ecosystems (NPM, PyPi) at once by @leodido in #249
  • feat: look for .lstn.yaml into the current working directory too by @leodido in #250

Other Changes 🫶

  • build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #252
  • build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #253

Full Changelog: v0.11.0...v0.12.0

listen.dev CLI v0.11.0

27 Mar 12:10
Compare
Choose a tag to compare

What's Changed

Features & Enhancements 🎉

  • feat: lstn in to look for a package-lock.json in the working directory + lock generation feature off by default by @leodido in #240
  • feat: introduce --jwt-token for lstn in by @leodido in #241
  • feat: enable --reporter option for lstn in + add "pro" reporter by @leodido in #242
  • feat: introduce --reporter pro by @leodido in #243

Bug Fixes 🪤

Full Changelog: v0.10.0...v0.11.0

listen.dev CLI v0.10.0

18 Mar 12:00
5aff9f4
Compare
Choose a tag to compare

What's Changed

Features & Enhancements 🎉

Bug Fixes 🪤

  • fix: ensure NewPackageLockJSONFromReader() populates the bytes private field while creating a PackageLockJSON instance by @leodido in #229

Other Changes 🫶

  • ci: upgrade actions + switch to Go 1.21 by @leodido in #238
  • build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #236
  • build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #239

Full Changelog: v0.9.0...v0.10.0

listen.dev CLI v0.9.0

13 Sep 15:04
8a496a2
Compare
Choose a tag to compare

What's Changed

Features & Enhancements 🎉

  • feat: select by jsonpath script expressions by @leodido in #224

Other Changes 🫶

  • ci: do not hit the default branch protection by generating docs on pull requests by @leodido in #226

Full Changelog: v0.8.1...v0.9.0