Skip to content

Releases: sumup/sumup-go

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)

v0.10.0

19 Dec 15:21
Immutable release. Only release title and notes can be modified.
a7c467d

Choose a tag to compare

0.10.0 (2025-12-19)

Features

  • improve enum types and use more shared schemas (ac13d1e)

Bug Fixes

  • reader status call response (8b2a252)

v0.9.0

02 Dec 15:17
Immutable release. Only release title and notes can be modified.
4216138

Choose a tag to compare

0.9.0 (2025-12-02)

Fixes issues with integer size for transaction ID overflowing on 32 bit architectures (reported in #147).

Features

v0.8.0

01 Dec 22:28
Immutable release. Only release title and notes can be modified.
c87bbdc

Choose a tag to compare

0.8.0 (2025-12-01)

Contains breaking changes as we now handle initialisms (such as ID or EUR) in a Go-idiomatic way instead of existing camel-case names (e.g. ID, Eur).

Features

  • handle properly initialisms for well-known strings (#144) (ee7b270)

v0.7.0

30 Nov 19:59
Immutable release. Only release title and notes can be modified.
5874f60

Choose a tag to compare

0.7.0 (2025-11-30)

Breaking changes

Metadata field on Reader object was renamed from meta to metadata for consistency with other APIs.

Features

Bug Fixes

  • ci: use bot for release PRs (72bdf15)