Skip to content

Releases: rebuy-de/rebuy-go-sdk

v9.5.0

24 Nov 18:24
d69c3b8

Choose a tag to compare

What's Changed

  • Bump glob from 10.4.5 to 10.5.0 in /examples/full/web by @dependabot[bot] in #276
  • allow unset values for vaultutil.DecodeSecret by @svenwltr in #278

Full Changelog: v9.4.0...v9.5.0

v9.4.0

07 Nov 09:06
45304dc

Choose a tag to compare

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

29 Aug 12:08
94c499d

Choose a tag to compare

What's Changed

Full Changelog: v9.2.0...v9.3.0

v9.2.0

15 Jul 10:24
3a724cd

Choose a tag to compare

What's Changed

Full Changelog: v9.1.0...v9.2.0

v9.1.0

08 Jul 10:26
54d7d1c

Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.1.0

v9.0.0

04 Jul 09:50
abfc2ad

Choose a tag to compare

Breaking changes

  • Many deprecated function got removed.
  • Removed lokiutil (not used anywhere)
  • Removed podtuil (use testcontainers instead)
  • Removed redisutil.Broadcast (not used anywhere)
  • webutil.ViewRedirect does not support format args anymore. Use webutil.ViewRedirectf instead.
  • webutil.AdminAPIListenAndServe now uses options. Check go docs for new usage.
  • Removed cdnmirror. Use Yarn or similar instead.
  • Change signature of cmdutil.Runner.Run from (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

Full Changelog: v8.9.0...v9.0.0

v9.0.0-rc4

06 May 09:01
388465e

Choose a tag to compare

v9.0.0-rc4 Pre-release
Pre-release

Breaking changes

  • Many deprecated function got removed.
  • Removed lokiutil (not used anywhere)
  • Removed podtuil (use testcontainers instead)
  • Removed redisutil.Broadcast (not used anywhere)
  • webutil.ViewRedirect does not support format args anymore. Use webutil.ViewRedirectf instead.
  • webutil.AdminAPIListenAndServe now uses options. Check go docs for new usage.
  • Removed cdnmirror. Use Yarn or similar instead.
  • Change signature of cmdutil.Runner.Run from (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

Full Changelog: v8.9.0...v9.0.0-rc4

v9.0.0-rc3

22 Apr 13:57
2d19c85

Choose a tag to compare

v9.0.0-rc3 Pre-release
Pre-release

Breaking changes

  • Many deprecated function got removed.
  • Removed lokiutil (not used anywhere)
  • Removed podtuil (use testcontainers instead)
  • Removed redisutil.Broadcast (not used anywhere)
  • webutil.ViewRedirect does not support format args anymore. Use webutil.ViewRedirectf instead.
  • webutil.AdminAPIListenAndServe now uses options. Check go docs for new usage.
  • Removed cdnmirror. Use Yarn or similar instead.
  • Change signature of cmdutil.Runner.Run from (context.Context) to (context.Context, []string) in order to be able
    to access positional args.

What's Changed

Full Changelog: v8.9.0...v9.0.0-rc3

v9.0.0-rc2

22 Apr 11:14
2ffa2a0

Choose a tag to compare

v9.0.0-rc2 Pre-release
Pre-release

Breaking Changes

  • prepare major update by @svenwltr in #241
    • this removes deprecated functions and some more unsused ones
    • webutil.AdminAPIListenAndServe now uses options
  • add no-format variant of webutil.ViewRedirect by @svenwltr in #242
    • webutil.ViewRedirect does not support format args anymore. Use webutil.ViewRedirectf instead.

Minor Changes

Full Changelog: v8.9.0...v9.0.0-rc1

v9.0.0-rc1

22 Apr 10:27
2312b41

Choose a tag to compare

v9.0.0-rc1 Pre-release
Pre-release

Breaking Changes

  • prepare major update by @svenwltr in #241
    • this removes deprecated functions and some more unsused ones
    • webutil.AdminAPIListenAndServe now uses options
  • add no-format variant of webutil.ViewRedirect by @svenwltr in #242
    • webutil.ViewRedirect does not support format args anymore. Use webutil.ViewRedirectf instead.

Minor Changes

Full Changelog: v8.9.0...v9.0.0-rc1