Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.82.0 #650

Merged
merged 30 commits into from
Jan 22, 2025
Merged

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Dec 11, 2024

Automated Release PR

0.82.0 (2025-01-21)

Full Changelog: v0.81.1...v0.82.0

⚠ BREAKING CHANGES

  • types: improve auth rules types (#671)
  • api: removes AccountHolder resubmit endpoint and KYC_ADVANCED workflow (#659)

Features

  • api: removes AccountHolder resubmit endpoint and KYC_ADVANCED workflow (#659) (8b181ca)
  • generate more types that are used as request bodies (#649) (413bb22)
  • types: improve auth rules types (#671) (5748bc0)

Bug Fixes

  • client: only call .close() when needed (#664) (f6528df)
  • correctly handle deserialising cls fields (#668) (2ce887f)
  • reuse model in pagination items type (#679) (150965a)
  • tests: make test_get_platform less flaky (#675) (2dff4e0)

Chores

  • add back compat aliases for LineItemListResponse (1e7eb6d)
  • add missing isclass check (#661) (e572151)
  • api: new ConvertPhysical endpoint to convert a virtual card to a physical card (#656) (6412dcd)
  • api: updates to documentation and additional filter for status on Transactions (#669) (2e69678)
  • bump license year (#660) (b76a630)
  • docs: updates documentation for DPANs (#677) (1fd8a18)
  • internal: add support for TypeAliasType (#652) (988f2a0)
  • internal: avoid pytest-asyncio deprecation warning (#676) (f1a31f3)
  • internal: bump httpx dependency (#662) (767729e)
  • internal: bump pyright (#651) (1406b81)
  • internal: bump pyright dependency (#672) (77a255c)
  • internal: fix some typos (#658) (79baa5d)
  • internal: minor style changes (#680) (b1fb9fb)
  • internal: remove some duplicated imports (#653) (c446d74)
  • internal: update deps (#670) (2eddffd)
  • internal: update examples (#663) (7e704cf)
  • internal: updated imports (#654) (b0b1b64)

Documentation


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ca9096d to 1406b81 Compare December 12, 2024 12:14
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 4de1fc9 to 988f2a0 Compare December 12, 2024 12:42
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b3c2e87 to c446d74 Compare December 13, 2024 11:16
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3944573 to b0b1b64 Compare December 13, 2024 14:10
… a physical card (#656)

- adds `name` and `excluded_card_tokens` params to AuthRules
- adds `CARD_TRANSACTION_COUNT` attributes to AuthRules
- adds `pin` to Transaction simulations
- small updates to documentation on Cards
- adds `card.converted` Event
- adds `RETURNED_PAYMENT` and `RETURNED_PAYMENT_REVERSAL` Event types
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 40921e4 to 6412dcd Compare December 16, 2024 15:15
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 67d8153 to 4ca06b8 Compare December 16, 2024 15:55
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from aac1f3a to 79baa5d Compare December 17, 2024 17:28
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from d12ce8c to 8b181ca Compare December 18, 2024 15:29
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0002150 to b76a630 Compare January 2, 2025 01:46
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1c73933 to e572151 Compare January 6, 2025 17:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5f2210a to 767729e Compare January 7, 2025 09:24
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 77a0f39 to 7e704cf Compare January 7, 2025 19:59
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 986e957 to f6528df Compare January 7, 2025 20:12
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1762c21 to b0de6d4 Compare January 8, 2025 13:46
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from cba8af7 to 2ce887f Compare January 9, 2025 10:57
… on Transactions (#669)

- updates to documentation for Accounts & AccountHolders
- adds status filter to Transactions
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 36d07a5 to 2e69678 Compare January 13, 2025 20:23
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 84727a2 to 2eddffd Compare January 14, 2025 11:53
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e76b235 to 5748bc0 Compare January 14, 2025 14:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5cd8a8d to 77a255c Compare January 15, 2025 15:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c76e01b to 9bc6a5e Compare January 20, 2025 10:12
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0937f38 to 2dff4e0 Compare January 20, 2025 10:23
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e10d826 to f1a31f3 Compare January 20, 2025 12:13
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from cc88b7b to 150965a Compare January 21, 2025 01:32
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b4df849 to 1e7eb6d Compare January 21, 2025 01:47
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from fd76cfa to b1fb9fb Compare January 21, 2025 16:11
@stainless-bot stainless-bot merged commit 6f28e68 into main Jan 22, 2025
3 checks passed
@stainless-bot stainless-bot deleted the release-please--branches--main--changes--next branch January 22, 2025 03:03
Copy link
Contributor Author

stainless-app bot commented Jan 22, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants