Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Releases: nscuro/dtrack-client

v0.7.0

02 Dec 12:28
15d88af
Compare
Choose a tag to compare

Changelog

Features

Fixes

  • 3d53ab0: fix(deps): update module github.com/stretchr/testify to v1.7.4 (@renovate[bot])
  • 076a845: fix(deps): update module github.com/stretchr/testify to v1.7.5 (@renovate[bot])
  • 2f74477: fix(deps): update module github.com/stretchr/testify to v1.8.0 (@renovate[bot])
  • 24712f8: fix(deps): update module github.com/stretchr/testify to v1.8.1 (@renovate[bot])

Others

  • 8e39448: chore(deps): update actions/checkout action to v3.1.0 (@renovate[bot])
  • fddfa70: chore(deps): update actions/setup-go action to v3.3.0 (@renovate[bot])
  • d59a1fd: chore(deps): update actions/setup-go action to v3.3.1 (@renovate[bot])
  • 4941ce8: chore(deps): update actions/setup-go action to v3.4.0 (@renovate[bot])
  • e83aab5: chore(deps): update golangci/golangci-lint-action action to v3.3.1 (@renovate[bot])
  • 8bb6b1c: chore(deps): update goreleaser/goreleaser-action action to v3.1.0 (@renovate[bot])
  • ccc573d: chore(deps): update goreleaser/goreleaser-action action to v3.2.0 (@renovate[bot])

v0.6.0

18 Jun 12:43
5e4bc83
Compare
Choose a tag to compare

Changelog

Features

Fixes

Building and Packaging

  • b68195a: build(ci): drop build against go 1.15, add build against go 1.18rc1 (@nscuro)

Documentation

Others

v0.5.0

17 Feb 20:53
f313f24
Compare
Choose a tag to compare

Changelog

Features

Building and Packaging

Others

v0.4.0

31 Jan 22:09
7a51cf9
Compare
Choose a tag to compare

Changelog

  • 8b3be95 build: specify go 1.17 in go.mod
  • af66bad chore(deps): pin dependencies
  • dd4f69e chore(deps): update actions/setup-go action to v2.1.5
  • 427c673 chore(deps): update goreleaser/goreleaser-action action to v2.8.1
  • 52b0aca ci: have renovate pin actions digests
  • 19d76c8 ci: specify complete actions versions
  • 4cdf6fe feat: add getter for base url
  • 4773fa1 feat: implement user login; add bearer token auth
  • bb75093 fix(deps): httpmock module sum not being updated by renovate
  • a53cf7e fix(deps): update module github.com/jarcoal/httpmock to v1.1.0
  • 2e37404 fix: make BaseURL() return a pointer
  • 0c69f0e fix: timestamps in vulnerabilities are epoch seconds
  • 95ccd51 refactor: rename example files

v0.3.0

27 Sep 19:38
5810e65
Compare
Choose a tag to compare

Changelog

544d5fc cud operations for project
24e0c68 feat: add api operations for project properties

v0.2.0

18 Aug 20:01
e362696
Compare
Choose a tag to compare

Changelog

a277b32 build: increment go version to 1.15
92d18aa ci: build against go 1.17
e362696 feat: add more fields and methods
4e2b39f feat: add some more fields

v0.1.0

08 Aug 16:19
07bbeed
Compare
Choose a tag to compare

Changelog

458fdb4 Add renovate.json
0ad6ae3 Initial commit
d104a1f Update module github.com/google/uuid to v1.3.0
e2e43a6 add ability to call endpoints w/o authentication
2140693 basic, partial API outline
3f4d0b9 ci: add more linters
2ada2fb ci: tweak .goreleaser.yml
a015e7c cleanup; add CI files
517b2f3 feat: consume error response bodies
0dca07b feat: implement project cloning
c411c3d feat: make user agent and debug configurable
24e4397 fix findings api returning another analysis state field
23e8361 fix: actually use context in newRequest
07bbeed fix: gitignore sboms
848f791 fix: set user agent
7f3dc1e implement basic operations for findings and analysis
c3cdcb6 implement bom processing check
5cd4bde master -> main
a62f1d7 move gh workflows into correct dir
6ef1f44 refactor: cleanup
b7112e2 refactor: implement api client without resty
41f135b refactor: use services to structure api resources
a2f0d94 update readme
73145c1 use request options instead of awkward positional arguments