Releases: rebuy-de/rebuy-go-sdk
Releases · rebuy-de/rebuy-go-sdk
v7.1.0
What's Changed
- Build with Go 1.22 & update dependencies by @der-eismann in #191
Full Changelog: v7.0.0...v7.1.0
v7.0.0
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
- deprecate cmdutil.ContextWithValuesFrom by @svenwltr in #169
- mark some functions as deprecated by @svenwltr in #167
- allow refresh by @svenwltr in #170
- fix cookie encryption for refresh by @svenwltr in #171
- Upgrade checkout action in workflows to v4 by @der-eismann in #172
- Bump golang.org/x/net from 0.14.0 to 0.17.0 in /examples/minimal by @dependabot in #174
- Bump golang.org/x/net from 0.14.0 to 0.17.0 in /examples/full by @dependabot in #175
- Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 in /examples/full by @dependabot in #177
- Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in #178
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples/full by @dependabot in #180
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples/minimal by @dependabot in #181
- Update dependencies by @der-eismann in #188
- make buildutil compatible with 'go work' by @svenwltr in #189
Full Changelog: v6.1.0...v7.0.0
v6.1.0
What's Changed
- Build with Go 1.21 & update dependencies by @der-eismann in #168
Full Changelog: v6.0.1...v6.1.0
v6.0.1
v6.0.0
Breaking Changes
The auth library got an overhaul and is using OIDC now.
What's Changed
- Use generic OIDC instead of GitHub oauth by @der-eismann in #146
- add dummy auth for dev commands by @svenwltr in #153
- only log warning on 400s by @svenwltr in #161
- add vault secret decoder by @svenwltr in #154
- improve auth handlers by @svenwltr in #163
- add definition for app package in README by @svenwltr in #164
- prepare v6 by @svenwltr in #165
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
Breaking Change
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/[email protected]/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/[email protected]/dist/turbo.es2017-umd.js --target hotwired-turbo-7.1.0-min.js --minify js
//go:generate cdnmirror --source https://unpkg.com/[email protected]/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/[email protected]/css/bulma.min.css --target bulma-0.7.4.min.css
Full Changelog: v4.5.1...v5.0.0
v4.5.1
v4.5.0
v4.4.0
What's Changed
- Add functions for byte formatting by @der-eismann in #142
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- add cmdutil.WithRunner by @svenwltr in #138
- Use redis client v9 & upgrade all deps by @der-eismann in #139
- Add support for using PGO flag by @der-eismann in #140
Full Changelog: v4.2.0...v4.3.0