Skip to content

Releases: rebuy-de/rebuy-go-sdk

v8.3.0

29 Aug 07:09
5289787
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.2.1...v8.3.0

v8.2.1

12 Aug 12:37
154b63b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.2.0...v8.2.1

v8.2.0

19 Jul 09:17
a9594e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v8.2.0

v8.1.0

03 May 16:50
41a3a41
Compare
Choose a tag to compare

What's Changed

  • add function to extract subsystem from context by @svenwltr in #201

Full Changelog: v8.0.1...v8.1.0

v8.0.1

22 Mar 14:38
50d026a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.0...v8.0.1

v8.0.0

20 Mar 13:08
b05ceae
Compare
Choose a tag to compare

Breaking Changes

Buildutil now executes staticcheck and requires it being a dependency. This is an example of a tools.go file:

//go:build tools
// +build tools

package main

// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
import (
	_ "github.com/rebuy-de/rebuy-go-sdk/v8/cmd/buildutil"
	_ "github.com/rebuy-de/rebuy-go-sdk/v8/cmd/cdnmirror"
	_ "honnef.co/go/tools/cmd/staticcheck"
)

This also means we have to fix any staticcheck violation.


What's Changed

Full Changelog: v7.1.0...v8.0.0

v7.1.0

20 Feb 16:18
d2c725f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v7.1.0

v7.0.0

08 Feb 16:15
b754493
Compare
Choose a tag to compare

Breaking Change

  • Vault now requires a secret value named session_key, but is also provided via Terraform, so not actual action is required.
  • Existing users get logged out.

What's Changed

Full Changelog: v6.1.0...v7.0.0

v6.1.0

09 Aug 10:09
027c36a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.1.0

v6.0.1

11 Jul 13:28
ef93588
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1