Skip to content

Releases: sumup/sumup-go

v0.16.0

24 Apr 21:45
Immutable release. Only release title and notes can be modified.
1460bb8

Choose a tag to compare

0.16.0 (2026-04-24)

Version v0.16.0 brings support for Hosted Checkout, improvements to documentation, and helpers for date-time types.

Features

Chores

  • deps: bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#249) (c8ca8d9)
  • deps: bump github.com/pb33f/libopenapi from 0.34.4 to 0.35.1 in /internal/cmd/codegen (#244) (8bae7bf)
  • deps: bump github.com/pb33f/libopenapi from 0.35.1 to 0.36.0 in /internal/cmd/codegen (#251) (3bf7272)
  • deps: bump googleapis/release-please-action from 4.4.0 to 4.4.1 (#250) (b997247)
  • deps: bump reviewdog/action-actionlint from 1.71.0 to 1.72.0 (#243) (898324c)
  • synced file(s) with sumup/apis (#237) (036eb58)
  • synced file(s) with sumup/apis (#239) (32b7c16)
  • synced file(s) with sumup/apis (#245) (867c241)
  • synced file(s) with sumup/apis (#246) (c6d1196)
  • synced file(s) with sumup/apis (#247) (f3d19e6)
  • synced file(s) with sumup/apis (#254) (1b69f61)

v0.15.2

10 Apr 16:14
Immutable release. Only release title and notes can be modified.
8e3388d

Choose a tag to compare

0.15.2 (2026-04-08)

Bug Fixes

  • codegen: generate enums for query params (#228) (b46f759)

Chores

  • align release automation config (#218) (6c78308)
  • deps: bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#224) (8756651)
  • deps: bump actions/setup-go from 6.3.0 to 6.4.0 (#229) (f202bce)
  • deps: bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 in /internal/cmd/codegen in the go_modules group across 1 directory (#222) (35167c8)
  • deps: bump github.com/pb33f/libopenapi from 0.34.0 to 0.34.1 in /internal/cmd/codegen (#221) (90458a5)
  • deps: bump github.com/pb33f/libopenapi from 0.34.1 to 0.34.3 in /internal/cmd/codegen (#225) (1b8a142)
  • deps: bump github.com/pb33f/libopenapi from 0.34.1 to 0.34.3 in /internal/cmd/codegen (#225) (3cfe220)
  • deps: bump github.com/pb33f/libopenapi from 0.34.3 to 0.34.4 in /internal/cmd/codegen (#235) (966777b)
  • deps: bump github/codeql-action from 4.32.4 to 4.32.6 (#220) (e781473)
  • deps: bump github/codeql-action from 4.32.6 to 4.35.1 (#234) (c0beef5)
  • synced file(s) with sumup/apis (#217) (8eaf41d)
  • synced file(s) with sumup/apis (#223) (ac9ddd7)
  • synced file(s) with sumup/apis (#226) (0e9bd29)
  • synced file(s) with sumup/apis (#227) (86f92e4)
  • synced file(s) with sumup/apis (#230) (4712995)
  • synced file(s) with sumup/apis (#231) (456d589)
  • synced file(s) with sumup/apis (#232) (3fbac36)
  • synced file(s) with sumup/apis (#233) (f5e5bb0)
  • synced file(s) with sumup/apis (#236) (8dc61aa)

v0.15.1

13 Mar 13:38
Immutable release. Only release title and notes can be modified.
202bbc2

Choose a tag to compare

0.15.1 (2026-03-13)

Improves error handling for majority of APIs by relying on a common Problem Details model.

Bug Fixes

  • client: send problem+json accept header (#213) (8fd6477)
  • codegen: prefer problem+json for response schemas (#215) (ab3cd5e)

v0.15.0

23 Feb 12:00
Immutable release. Only release title and notes can be modified.
0f7c048

Choose a tag to compare

0.15.0 (2026-02-23)

Features

Bug Fixes

v0.14.1

07 Feb 14:39
Immutable release. Only release title and notes can be modified.
7faf7fd

Choose a tag to compare

0.14.1 (2026-02-07)

Fixes error messages for API call responses and types for receipts API.

Bug Fixes

v0.14.0

06 Feb 21:02
Immutable release. Only release title and notes can be modified.
8676c84

Choose a tag to compare

0.14.0 (2026-02-02)

Breaking changes: the sumup-go SDK now has a flat-structure, that is, all types are exported from the root and should be imported for example as sumup.Reader. This was done in order to avoid non-idiomatic shared package with types shared by multiple APIs and also ensure that our generic package names such as readers don't collide with the users of this SDK.

Features

v0.13.0

20 Jan 16:58
Immutable release. Only release title and notes can be modified.
21ff0b4

Choose a tag to compare

0.13.0 (2026-01-20)

Features

Bug Fixes

v0.12.0

08 Jan 22:21
Immutable release. Only release title and notes can be modified.
1cfd8ec

Choose a tag to compare

0.12.0 (2026-01-08)

Improves naming of structs for bodies, params, and responses. Improves godoc comments.

Features

v0.11.1

23 Dec 10:31
Immutable release. Only release title and notes can be modified.
309fc3f

Choose a tag to compare

0.11.1 (2025-12-23)

Bug Fixes

  • sdk: HUF and HRK currency initialisms (#168) (40a43e0)

v0.11.0

23 Dec 10:18
Immutable release. Only release title and notes can be modified.
8d9185c

Choose a tag to compare

0.11.0 (2025-12-23)

The SDK now uses go-idiomatic initialisms for structs and fields. E.g. a ReturnUrl has been updated to ReturnURL.

Features

Bug Fixes

  • reader status battery_level type (21389ed)