Skip to content

Releases: lithic-com/lithic-python

v0.72.0

Choose a tag to compare

@stainless-app stainless-app released this 01 Oct 20:57

0.72.0 (2024-10-01)

Full Changelog: v0.71.0...v0.72.0

Features

  • api: rename loan_tape_response.statement_balance to previous_statement_balance (#587) (57b648e)

Documentation

  • fix typo in fenced code block language (#586) (5e8dbb4)
  • improve and reference contributing documentation (#584) (aa350d9)

v0.71.0

Choose a tag to compare

@stainless-app stainless-app released this 01 Oct 16:22

0.71.0 (2024-10-01)

Full Changelog: v0.70.0...v0.71.0

Features

  • api: add Management Operations and Loan Tapes API (#582) (34cdf6a)

v0.70.0

Choose a tag to compare

@stainless-app stainless-app released this 25 Sep 16:16

0.70.0 (2024-09-25)

Full Changelog: v0.69.0...v0.70.0

Features

  • api: adds endpoint for migrating auth rules from v1 to V2. marks v1 auth rules as deprecated (#581) (71cfe49)
  • client: allow overriding retry count header (#580) (ee6b2a9)

Chores

  • internal: use typing_extensions.overload instead of typing (#578) (186a97c)

v0.69.0

Choose a tag to compare

@stainless-app stainless-app released this 24 Sep 14:37

0.69.0 (2024-09-24)

Full Changelog: v0.68.0...v0.69.0

Features

  • api: add ACCOUNT_DELINQUENT to detailed_results enum (#576) (b4f8760)

v0.68.0

Choose a tag to compare

@stainless-app stainless-app released this 23 Sep 21:39

0.68.0 (2024-09-23)

Full Changelog: v0.67.0...v0.68.0

Features

  • api: add canceled to transaction_status enum values (#575) (d10002b)

Chores

  • internal: update pydantic v1 compat helpers (#573) (90fa3a1)

v0.67.0

Choose a tag to compare

@stainless-app stainless-app released this 19 Sep 18:36

0.67.0 (2024-09-19)

Full Changelog: v0.66.2...v0.67.0

⚠ BREAKING CHANGES

  • api: update model FinancialAccount (#572)

Features

v0.66.2

Choose a tag to compare

@stainless-app stainless-app released this 19 Sep 14:51

0.66.2 (2024-09-19)

Full Changelog: v0.66.1...v0.66.2

Bug Fixes

  • client: handle domains with underscores (#568) (82cdfb0)

v0.66.1

Choose a tag to compare

@stainless-app stainless-app released this 18 Sep 17:37

0.66.1 (2024-09-18)

Full Changelog: v0.66.0...v0.66.1

Chores

  • internal: specify API version for each endpoints instead of hardcoded in base URLs (#565) (ad2d835)
  • tests: fix get_embed_url to specify /v1/ prefix (f84ec12)

v0.66.0

Choose a tag to compare

@stainless-app stainless-app released this 17 Sep 14:08

0.66.0 (2024-09-17)

Full Changelog: v0.65.0...v0.66.0

⚠ BREAKING CHANGES

  • api: updates book transfer status, updates to transactions, add currency model (#564)

Features

  • api: updates book transfer status, updates to transactions, add currency model (#564) (49a3a63)

Chores

Documentation

  • readme: add section on determining installed version (#560) (05ba523)
  • update CONTRIBUTING.md (#561) (1ac232c)

v0.65.0

Choose a tag to compare

@stainless-app stainless-app released this 06 Sep 14:36

0.65.0 (2024-09-06)

Full Changelog: v0.64.0...v0.65.0

Features

  • api: add tier and state to financial_accounts (#557) (9bad05b)

Chores