Skip to content

Releases: DelineaXPM/dsv-sdk-go

v2.2.0

23 Jan 16:17
9efbe98
Compare
Choose a tag to compare

v2.2.0 - 2025-01-23

  • ci-and-build: Migrate to latest changie config, which should eliminate problems with go mod.
    Go modules seem to have issue in vendored supporting files having emoji in the file name.
    This will no longer occur with latest config.
  • ci-and-build: Add goreleaser config for releasing library, eliminating the need to chain multiple commands together.
    Now, push an updated changelog file by using the changie-trigger-release, merge that PR, and and the release workflow will release and tag.
  • ci-and-build: Remove vendor directory to support go work usage, which isolates the mage/build automation from the SBOM generation for the library.
  • new-product-feature: added simple caching for access tokens
  • new-product-feature: Add Azure authentication
  • dependencies: Maintenance release due to updated dependencies.

Released by GoReleaser.

v2.1.2 - 2024-01-25

25 Jan 17:24
Compare
Choose a tag to compare

⬆️ Dependencies

Maintenance release due to updated dependencies.

v2.1.0

27 Jun 21:05
Compare
Choose a tag to compare

🎉 New Product Feature

  • Add CreateSecret and DeleteSecret nethods. Thanks to contribution by @michaelsauter 🎉.

🧪 Tests

  • Add build tag to test files integration. This will ensure local go tests don't run integration tests as default or in trunk pre-push triggered checks.

🤖 CI & Build

  • Begin versioning and tracking of changes via changie.

v2.0.0

31 May 11:31
ac3ba36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v2.0.0