Skip to content

Releases: rebuy-de/rebuy-go-sdk

v6.0.0

07 Jul 08:35
61a9e4c
Compare
Choose a tag to compare

Breaking Changes

The auth library got an overhaul and is using OIDC now.

What's Changed

Dependabot

  • Bump github.com/goreleaser/nfpm/v2 from 2.28.0 to 2.29.0 in /examples/full by @dependabot in #160
  • Bump github.com/goreleaser/nfpm/v2 from 2.28.0 to 2.29.0 in /examples/minimal by @dependabot in #158
  • Bump github.com/cloudflare/circl from 1.3.2 to 1.3.3 in /examples/full by @dependabot in #156
  • Bump github.com/cloudflare/circl from 1.3.2 to 1.3.3 in /examples/minimal by @dependabot in #157
  • Bump github.com/goreleaser/nfpm/v2 from 2.28.0 to 2.29.0 by @dependabot in #159
  • Bump github.com/cloudflare/circl from 1.3.2 to 1.3.3 by @dependabot in #155

Full Changelog: v5.0.0...v6.0.0

v5.0.0

21 Apr 09:20
62ef139
Compare
Choose a tag to compare

Breaking Change

  • simplify cdnmirror by moving definitions to actual apps by @svenwltr in #151

Usage changes from

//go:generate go run github.com/rebuy-de/rebuy-go-sdk/v4/cmd/cdnmirror bulma

to

//go:generate go run github.com/rebuy-de/rebuy-go-sdk/v5/cmd/cdnmirror --source https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css --target bulma-0.9.4.min.css

With the usage of go:generate -command a replacement of all possible assets looks like this:

//go:generate -command cdnmirror go run github.com/rebuy-de/rebuy-go-sdk/v4/cmd/cdnmirror
//go:generate cdnmirror --source https://unpkg.com/@hotwired/turbo@7.1.0/dist/turbo.es2017-umd.js --target hotwired-turbo-7.1.0-min.js --minify js
//go:generate cdnmirror --source https://unpkg.com/bootstrap@5.1.3/dist/css/bootstrap.min.css --target bootstrap-5.1.3-min.css
//go:generate cdnmirror --source https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/sprites/solid.svg --target font-awesome-6.1.2-sprites-solid.svg
//go:generate cdnmirror --source https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css --target bulma-0.7.4.min.css

Full Changelog: v4.5.1...v5.0.0

v4.5.1

20 Mar 08:29
4490c77
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.0...v4.5.1

v4.5.0

17 Mar 09:33
cdecbc5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.5.0

v4.4.0

10 Feb 12:56
09f0f2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.4.0

v4.3.0

03 Feb 14:43
66c2c25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.3.0

v4.2.0

13 Jan 14:29
2d86c66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

23 Sep 13:29
727588f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

23 Sep 05:51
f5155ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.11.0...v4.0.0

v4.0.0-alpha.2

15 Jun 08:32
10078e4
Compare
Choose a tag to compare
v4.0.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.0-alpha.1...v4.0.0-alpha.2