Skip to content

Releases: lithic-com/lithic-python

v0.17.6

Choose a tag to compare

@stainless-bot stainless-bot released this 01 Aug 11:53

0.17.6 (2023-08-01)

Features

Bug Fixes

  • adjust typo of 'descisioning' to 'decisioning' (#103) (2b0c0e7)
  • client: correctly handle environment variable access (#95) (1666080)

Chores

v0.17.5

Choose a tag to compare

@stainless-bot stainless-bot released this 27 Jul 13:20

0.17.5 (2023-07-27)

Features

  • api: add payment and external bank accounts resource (#91) (9a63218)

Documentation

  • readme: use client everywhere for consistency (#93) (be4350d)

v0.17.4

Choose a tag to compare

@stainless-bot stainless-bot released this 21 Jul 23:24

0.17.4 (2023-07-21)

Features

Documentation

  • readme: reference "client" in errors section and add missing import (#89) (66127cc)

v0.17.3

Choose a tag to compare

@stainless-bot stainless-bot released this 18 Jul 22:34

0.17.3 (2023-07-18)

Features

v0.17.2

Choose a tag to compare

@stainless-bot stainless-bot released this 17 Jul 16:46

0.17.2 (2023-07-17)

Features

  • api: add more enum members to event types (#79) (3e57d94)
  • api: no longer require website_url property on KYB object (#82) (673a1c3)

Chores

  • internal: add codegen.log to .gitignore (#81) (ec2ea75)

v0.17.1

Choose a tag to compare

@stainless-bot stainless-bot released this 12 Jul 11:15

0.17.1 (2023-07-12)

Features

  • api: add state query param for cards (#73) (84fc0f5)
  • api: add digital wallet tokenization result event type (#74) (e3e21be)

Bug Fixes

  • client: use correct units for account holders create timeout (#75) (54915d3)

Chores

  • package: pin major versions of dependencies (#76) (9fd090c)

v0.17.0

Choose a tag to compare

@stainless-bot stainless-bot released this 05 Jul 15:48

0.17.0 (2023-07-05)

⚠ BREAKING CHANGES

  • api: remove previous_auth_rule_tokens from auth rules (#69)

Chores

Refactors

  • api: remove previous_auth_rule_tokens from auth rules (#69) (a6a3bc5)

v0.16.2

Choose a tag to compare

@stainless-bot stainless-bot released this 01 Jul 00:23
468edf4

0.16.2 (2023-07-01)

Bug Fixes

  • deps: pin pydantic to less than v2.0 (#65) (57ec609)

Chores

Styles

  • minor reordering of types and properties (#61) (36fd9f0)

Documentation

v0.16.1

Choose a tag to compare

@stainless-bot stainless-bot released this 19 Jun 10:50

0.16.1 (2023-06-19)

Documentation

  • api: clarify dispute evidence filename docstring (#52) (4116977)

v0.16.0

Choose a tag to compare

@stainless-bot stainless-bot released this 15 Jun 21:17

0.16.0 (2023-06-15)

⚠ BREAKING CHANGES

  • api: remove avs_type property, add dispute evidence filename, and mark properties nullable (#51)

Features

  • api: remove avs_type property, add dispute evidence filename, and mark properties nullable (#51) (0cce574)

Documentation

  • point to github repo instead of email contact (#47) (90583fe)

Chores

  • internal: add overloads to client.get for streaming (#49) (7952321)