Releases: Modern-Treasury/modern-treasury-go
Releases · Modern-Treasury/modern-treasury-go
v2.20.4
v2.20.3
v2.20.2
v2.20.1
v2.20.0
2.20.0 (2024-09-24)
Full Changelog: v2.19.0...v2.20.0
Features
- api: add
usbank_payment_application_reference_id
toreference_number_type
(#275) (dfa745b) - client: send retry count header (#278) (299e838)
Bug Fixes
Chores
- api: fields and parameters added to bulk actions, transactions and invoice creation (#277) (95ccfdf)
Documentation
v2.19.0
v2.18.0
v2.17.0
2.17.0 (2024-08-13)
Full Changelog: v2.16.0...v2.17.0
Features
- api: add pagination params 'created at' and 'updated at' (#261) (31177a6)
- api: updates (#267) (62fac37)
Bug Fixes
- deserialization of struct unions that implement json.Unmarshaler (#264) (3b9fcd2)
- handle nil pagination responses when HTTP status is 200 (#260) (383d064)
- improve name for single-keyed union member (#262) (7df1ce3)
Chores
v2.16.0
2.16.0 (2024-07-15)
Full Changelog: v2.15.0...v2.16.0
Features
Bug Fixes
- internal: fix MarshalJSON logic for interface elemnets (#251) (4f27d96)
- use slice instead of appending to r.Options (#249) (8047c3a)
Chores
- ci: also run workflows for PRs targeting
next
(#252) (e213167) - internal: improve deserialization of embedded structs (#250) (907dd05)
- internal: minor changes to tests (#254) (4f8c716)
Documentation
- add better documentation for flattened enum types (#246) (e8612db)
- examples: update example values (#253) (3af4284)