Skip to content

Releases: Modern-Treasury/modern-treasury-go

v2.0.1

23 Oct 16:59
Compare
Choose a tag to compare

2.0.1 (2023-10-23)

Full Changelog: v2.0.0...v2.0.1

Chores

v2.0.0

23 Oct 16:54
Compare
Choose a tag to compare

2.0.0 (2023-10-19)

Full Changelog: v1.5.2...v2.0.0

⚠ BREAKING CHANGES

  • types: consolidate direction enums into a shared TransactionDirection type (#107)

Features

  • make webhook headers case insensitive (#106) (09d58d9)
  • types: consolidate direction enums into a shared TransactionDirection type (#107) (2c32ee7)

Bug Fixes

Chores

Documentation

  • api.md: improve formatting of webhook helpers (#105) (731f0c5)
  • organisation -> organization (UK to US English) (#109) (a15e655)

v1.5.2

10 Oct 17:31
Compare
Choose a tag to compare

1.5.2 (2023-10-06)

Full Changelog: v1.5.1...v1.5.2

Bug Fixes

  • prevent index out of range bug during auto-pagination (#98) (6db501f)

v1.5.1

02 Oct 22:54
e270716
Compare
Choose a tag to compare

1.5.1 (2023-10-02)

Full Changelog: v1.5.0...v1.5.1

v1.5.0

26 Sep 17:13
Compare
Choose a tag to compare

1.5.0 (2023-09-25)

Full Changelog: v1.4.1...v1.5.0

Features

Bug Fixes

  • client: fix alias comment (#90) (8b55479)
  • core: improve retry behavior and related docs (#86) (06f6e59)

Chores

  • next => main: release 1.4.1 (240fd70)

Documentation

  • api.md: rename Top Level to client name (#91) (b2f1355)

v1.4.1

12 Sep 22:21
Compare
Choose a tag to compare

1.4.1 (2023-09-12)

Full Changelog: v1.4.0...v1.4.1

Bug Fixes

  • core: add null check to prevent segfault when canceling context (#78) (974d02b)

Chores

  • internal: improve reliability of cancel delay test (#80) (0b74e83)

v1.4.0

12 Sep 17:34
Compare
Choose a tag to compare

1.4.0 (2023-09-06)

Full Changelog: v1.3.0...v1.4.0

Features

  • fixes tests where an array has to have unique enum values (#74) (1b899fc)

Documentation

v1.3.0

05 Sep 17:03
Compare
Choose a tag to compare

1.3.0 (2023-09-01)

Full Changelog: v1.2.2...v1.3.0

Features

  • types: remove incorrectly included Idempotency-Key param (#72) (3f2fca4)

v1.2.2

31 Aug 18:32
Compare
Choose a tag to compare

1.2.2 (2023-08-31)

Full Changelog: v1.2.1...v1.2.2

Bug Fixes

  • make paginated requests deserialize properly (#70) (0f59a32)

v1.2.1

31 Aug 18:14
Compare
Choose a tag to compare

1.2.1 (2023-08-28)

Full Changelog: v1.2.0...v1.2.1

Chores

  • assign default reviewers to release PRs (#64) (af8da66)
  • ci: setup workflows to create releases and release PRs (#67) (dcc4131)