Skip to content

Releases: Increase/increase-python

v0.42.0

05 Mar 10:37

Choose a tag to compare

0.42.0 (2024-03-05)

Full Changelog: v0.41.0...v0.42.0

⚠ BREAKING CHANGES

  • rename card_profile_id -> digital_card_profile_id (#361)

Bug Fixes

  • rename card_profile_id -> digital_card_profile_id (#361) (1569e5f)

Chores

  • client: improve error message for invalid http_client argument (#362) (e539cf1)
  • internal: split up transforms into sync / async (#358) (808dab7)
  • internal: support more input types (#360) (60f1111)

v0.41.0

01 Mar 20:45

Choose a tag to compare

0.41.0 (2024-03-01)

Full Changelog: v0.40.0...v0.41.0

Features

v0.40.0

01 Mar 17:24

Choose a tag to compare

0.40.0 (2024-03-01)

Full Changelog: v0.39.0...v0.40.0

Features

  • api: add post /entities/{entity_id}/industry_code endpoint (#353) (4675f47)

Chores

  • docs: mention install from git repo (#354) (47c432d)
  • internal: minor core client restructuring (#350) (20a9f17)

Documentation

v0.39.0

27 Feb 19:03

Choose a tag to compare

0.39.0 (2024-02-27)

Full Changelog: v0.38.0...v0.39.0

Features

  • api: add industry_code property to methods (#349) (4e67e15)

Chores

  • client: use anyio.sleep instead of asyncio.sleep (#347) (4f8ec8e)

v0.38.0

26 Feb 21:11

Choose a tag to compare

0.38.0 (2024-02-26)

Full Changelog: v0.37.0...v0.38.0

Features

  • api: add unusual_activity_report_attachment enum member (#345) (1ea0c27)

v0.37.0

26 Feb 11:13

Choose a tag to compare

0.37.0 (2024-02-26)

Full Changelog: v0.36.0...v0.37.0

Features

Chores

v0.36.0

19 Feb 22:56

Choose a tag to compare

0.36.0 (2024-02-19)

Full Changelog: v0.35.0...v0.36.0

Features

Chores

  • internal: refactor release environment script (#336) (eb6a2c9)

v0.35.0

14 Feb 22:16

Choose a tag to compare

0.35.0 (2024-02-14)

Full Changelog: v0.34.1...v0.35.0

⚠ BREAKING CHANGES

  • api: split card profile resource into digital and physical card profile resources (#335)

Features

  • api: split card profile resource into digital and physical card profile resources (#335) (682e687)

Chores

  • ci: uses Stainless GitHub App for releases (#334) (8312c38)

Documentation

v0.34.1

06 Feb 15:22

Choose a tag to compare

0.34.1 (2024-02-06)

Full Changelog: v0.34.0...v0.34.1

Bug Fixes

  • types: loosen most List params types to Iterable (#331) (e595adc)

Chores

v0.34.0

04 Feb 18:59

Choose a tag to compare

0.34.0 (2024-02-04)

Full Changelog: v0.33.0...v0.34.0

Features

  • client: support parsing custom response types (#322) (f310736)

Bug Fixes

  • prevent crash when platform.architecture() is not allowed (#327) (71c6d47)

Chores

  • interal: make link to api.md relative (#326) (5d3754c)
  • internal: cast type in mocked test (#324) (52c0a1c)
  • internal: support pre-release versioning (#325) (7364d38)