Releases: rebuy-de/rebuy-go-sdk
Releases · rebuy-de/rebuy-go-sdk
v9.5.0
v9.4.0
What's Changed
- Add packageutil command-line tool by @svenwltr in #266
- PF-3943 Add sqlutil package with SQLC integration by @svenwltr in #267
- Add repeatable migrations support to pgutil package by @svenwltr in #268
- make tracing option in pgutil optional by @svenwltr in #269
- Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #265
- Update Dockerfile & yarn, disable scripts in yarn by @der-eismann in #271
- Update SDK documentation by @svenwltr in #272
- Convert to Claude Code plugin by @svenwltr in #273
- Configure search_path for PostgreSQL connections by @svenwltr in #274
- Add redirect URI support to authentication system by @svenwltr in #275
Full Changelog: v9.3.0...v9.4.0
v9.3.0
v9.2.0
What's Changed
- Upgrade dd-trace-go to v2 & fix build issues by @der-eismann in #263
Full Changelog: v9.1.0...v9.2.0
v9.1.0
v9.0.0
Breaking changes
- Many deprecated function got removed.
- Removed
lokiutil(not used anywhere) - Removed
podtuil(use testcontainers instead) - Removed
redisutil.Broadcast(not used anywhere) webutil.ViewRedirectdoes not support format args anymore. Usewebutil.ViewRedirectfinstead.webutil.AdminAPIListenAndServenow uses options. Check go docs for new usage.- Removed
cdnmirror. Use Yarn or similar instead. - Change signature of
cmdutil.Runner.Runfrom(context.Context)to(context.Context, []string)in order to be able
to access positional args.
Suggested actions
- remove blank
_ "github.com/rebuy-de/rebuy-go-sdk/v8/pkg/instutil"import, since it is automatically imported by webutil.
What's Changed
- prepare major update by @svenwltr in #241
- add no-format variant of webutil.ViewRedirect by @svenwltr in #242
- use any instead of interface{} by @svenwltr in #243
- improve docs by @svenwltr in #244
- improve auth by @svenwltr in #245
- Bump golang.org/x/crypto from 0.33.0 to 0.35.0 by @dependabot in #246
- Add ViewErrorf convenience function by @svenwltr in #247
- prepare v9 release by @svenwltr in #249
- remove cdnmirror by @svenwltr in #250
- add positional args to runner by @svenwltr in #251
- automatically create toolstack metrics in webutil by @svenwltr in #252
- Use net.JoinHostPort to construct listen address by @der-eismann in #253
- Remove unused LoggerOption struct by @der-eismann in #254
- Bump brace-expansion from 1.1.11 to 1.1.12 in /examples/full/web by @dependabot in #256
- Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 by @dependabot in #257
- add claude code prompts by @svenwltr in #258
- Update SDK dependencies by @der-eismann in #260
- adjust claude code prompts by @svenwltr in #259
Full Changelog: v8.9.0...v9.0.0
v9.0.0-rc4
Breaking changes
- Many deprecated function got removed.
- Removed
lokiutil(not used anywhere) - Removed
podtuil(use testcontainers instead) - Removed
redisutil.Broadcast(not used anywhere) webutil.ViewRedirectdoes not support format args anymore. Usewebutil.ViewRedirectfinstead.webutil.AdminAPIListenAndServenow uses options. Check go docs for new usage.- Removed
cdnmirror. Use Yarn or similar instead. - Change signature of
cmdutil.Runner.Runfrom(context.Context)to(context.Context, []string)in order to be able
to access positional args.
Suggested actions
- remove blank
_ "github.com/rebuy-de/rebuy-go-sdk/v8/pkg/instutil"import, since it is automatically imported by webutil.
What's Changed
- prepare major update by @svenwltr in #241
- add no-format variant of webutil.ViewRedirect by @svenwltr in #242
- use any instead of interface{} by @svenwltr in #243
- improve docs by @svenwltr in #244
- improve auth by @svenwltr in #245
- Bump golang.org/x/crypto from 0.33.0 to 0.35.0 by @dependabot in #246
- Add ViewErrorf convenience function by @svenwltr in #247
- prepare v9 release by @svenwltr in #249
- remove cdnmirror by @svenwltr in #250
- add positional args to runner by @svenwltr in #251
- automatically create toolstack metrics in webutil by @svenwltr in #252
Full Changelog: v8.9.0...v9.0.0-rc4
v9.0.0-rc3
Breaking changes
- Many deprecated function got removed.
- Removed
lokiutil(not used anywhere) - Removed
podtuil(use testcontainers instead) - Removed
redisutil.Broadcast(not used anywhere) webutil.ViewRedirectdoes not support format args anymore. Usewebutil.ViewRedirectfinstead.webutil.AdminAPIListenAndServenow uses options. Check go docs for new usage.- Removed
cdnmirror. Use Yarn or similar instead. - Change signature of
cmdutil.Runner.Runfrom(context.Context)to(context.Context, []string)in order to be able
to access positional args.
What's Changed
- prepare major update by @svenwltr in #241
- add no-format variant of webutil.ViewRedirect by @svenwltr in #242
- use any instead of interface{} by @svenwltr in #243
- improve docs by @svenwltr in #244
- improve auth by @svenwltr in #245
- Bump golang.org/x/crypto from 0.33.0 to 0.35.0 by @dependabot in #246
- Add ViewErrorf convenience function by @svenwltr in #247
- prepare v9 release by @svenwltr in #249
- remove cdnmirror by @svenwltr in #250
- add positional args to runner by @svenwltr in #251
Full Changelog: v8.9.0...v9.0.0-rc3
v9.0.0-rc2
Breaking Changes
- prepare major update by @svenwltr in #241
- this removes deprecated functions and some more unsused ones
webutil.AdminAPIListenAndServenow uses options
- add no-format variant of webutil.ViewRedirect by @svenwltr in #242
webutil.ViewRedirectdoes not support format args anymore. Usewebutil.ViewRedirectfinstead.
Minor Changes
- use any instead of interface{} by @svenwltr in #243
- improve docs by @svenwltr in #244
- improve auth by @svenwltr in #245
- Bump golang.org/x/crypto from 0.33.0 to 0.35.0 by @dependabot in #246
- Add ViewErrorf convenience function by @svenwltr in #247
Full Changelog: v8.9.0...v9.0.0-rc1
v9.0.0-rc1
Breaking Changes
- prepare major update by @svenwltr in #241
- this removes deprecated functions and some more unsused ones
webutil.AdminAPIListenAndServenow uses options
- add no-format variant of webutil.ViewRedirect by @svenwltr in #242
webutil.ViewRedirectdoes not support format args anymore. Usewebutil.ViewRedirectfinstead.
Minor Changes
- use any instead of interface{} by @svenwltr in #243
- improve docs by @svenwltr in #244
- improve auth by @svenwltr in #245
- Bump golang.org/x/crypto from 0.33.0 to 0.35.0 by @dependabot in #246
- Add ViewErrorf convenience function by @svenwltr in #247
Full Changelog: v8.9.0...v9.0.0-rc1