Skip to content

Releases: Increase/increase-node

v0.24.3

18 Jan 22:01
Compare
Choose a tag to compare

0.24.3 (2024-01-18)

Full Changelog: v0.24.2...v0.24.3

Bug Fixes

  • allow body type in RequestOptions to be null (#282) (8f848bf)

v0.24.2

18 Jan 17:15
Compare
Choose a tag to compare

0.24.2 (2024-01-18)

Full Changelog: v0.24.1...v0.24.2

Bug Fixes

  • ci: ignore stainless-app edits to release PR title (#280) (99d6035)

v0.24.1

17 Jan 17:57
Compare
Choose a tag to compare

0.24.1 (2024-01-17)

Full Changelog: v0.24.0...v0.24.1

Bug Fixes

  • types: accept undefined for optional client options (#279) (73ad36c)

Chores

  • internal: debug logging for retries; speculative retry-after-ms support (#278) (8c34478)
  • remove Alex Rattray from reviewers (#277) (73a27cc)

Documentation

v0.24.0

12 Jan 14:39
Compare
Choose a tag to compare

0.24.0 (2024-01-12)

Full Changelog: v0.23.1...v0.24.0

Features

  • api: add merchant data to simulation api (#273) (856b155)

Chores

  • internal: narrow type into stringifyQuery (#270) (b7b5615)

Documentation

v0.23.1

10 Jan 17:41
Compare
Choose a tag to compare

0.23.1 (2024-01-10)

Full Changelog: v0.23.0...v0.23.1

Bug Fixes

  • use default base url if BASE_URL env var is blank (#269) (03365e2)

Chores

  • add .keep files for examples and custom code directories (#266) (0e828fb)
  • api: update for other platforms (#268) (c6e35d7)

v0.23.0

08 Jan 15:47
Compare
Choose a tag to compare

0.23.0 (2024-01-08)

Full Changelog: v0.22.1...v0.23.0

Features

Chores

v0.22.1

04 Jan 21:06
Compare
Choose a tag to compare

0.22.1 (2024-01-04)

Full Changelog: v0.22.0...v0.22.1

Bug Fixes

  • headers: always send lowercase headers and strip undefined (BREAKING in rare cases) (#261) (55226ec)

v0.22.0

02 Jan 16:52
Compare
Choose a tag to compare

0.22.0 (2024-01-02)

Full Changelog: v0.21.0...v0.22.0

Features

  • api: add real-time payments request for payment endpoints (#260) (66afdeb)

Chores

Documentation

Refactors

v0.21.0

18 Dec 09:57
Compare
Choose a tag to compare

0.21.0 (2023-12-18)

Full Changelog: v0.20.0...v0.21.0

Features

  • api: add deposit_submission property to check deposit (#253) (bc6c3eb)

Chores

v0.20.0

14 Dec 14:08
Compare
Choose a tag to compare

0.20.0 (2023-12-14)

Full Changelog: v0.19.0...v0.20.0

Features

  • api: add suspected_fraud rejection reason (#247) (845dbb9)

Build System