Skip to content

Releases: driftive/api

v0.6.0

22 Feb 15:28
0cbe710

Choose a tag to compare

Changelog

  • 9eae5c2 chore(deps): update dependency go to 1.26 (#58)
  • 93c426b chore(deps): update golang docker tag to v1.26 (#57)
  • 0cbe710 fix(deps): update opentelemetry-go monorepo to v1.40.0 (#52)

v0.5.2

22 Feb 05:12
55f0d61

Choose a tag to compare

Changelog

  • 55f0d61 Merge branch 'main' of github.com:driftive/api
  • 0291fcf chore(config): validate JWT_SECRET length in AuthConfig
  • f475234 chore(deps): update goreleaser/goreleaser-action action to v7 (#60)
  • 3b11d8a fix(deps): update module github.com/gofiber/fiber/v2 to v2.52.11 [security] (#56)
  • 6525d37 fix(deps): update module github.com/jferrl/go-githubauth to v1.5.1 (#55)
  • aebcd9d fix(deps): update module golang.org/x/oauth2 to v0.35.0 (#54)

v0.5.1

30 Jan 22:10
6b1a815

Choose a tag to compare

Changelog

  • 6b1a815 chore: add providerToSlug function for provider name normalization
  • a22dab7 fix(deps): update module github.com/googlecloudplatform/opentelemetry-operations-go/exporter/metric to v0.55.0 (#50)

v0.5.0

30 Jan 17:21
dfa4fe9

Choose a tag to compare

Changelog

  • dfa4fe9 feat(drift-analysis): add total projects skipped and update related models
  • 28f980a fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.3.1 (#49)

v0.4.0

16 Jan 04:11
4970782

Choose a tag to compare

Changelog

  • 4970782 feat(drift-analysis): add total projects errored to analysis run
  • 0f9642a feat(drift-analysis): sort drift analysis projects by status and directory

v0.3.0

13 Jan 03:08
89a733d

Choose a tag to compare

Changelog

  • 89a733d feat(oauth): add allowed redirect origins validation

v0.2.0

12 Jan 01:53
84b1e64

Choose a tag to compare

Changelog

  • 6f411ce feat(drift-analysis): return dashboard URL in API response
  • 3b2ddbb refactor(auth): improve token refresh reliability and observability
  • 84b1e64 refactor(bump): update tag retrieval

v0.1.0-beta.21

11 Jan 19:18
dd01ab8

Choose a tag to compare

Changelog

v0.1.0-beta.20

11 Jan 05:23
32cd97e

Choose a tag to compare

Changelog

  • 32cd97e feat: enhance drift resolution tracking

v0.1.0-beta.19

11 Jan 04:32
20b51de

Choose a tag to compare

Changelog

  • 20b51de feat: add repository trends endpoint
  • 629ac40 feat: enhance OAuth handling with state JWT validation and nonce generation