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

chore(next => main): release abc 0.0.1 #160

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Feb 15, 2024

✨ Stainless prepared a new release

0.0.1 (2024-02-15)

Full Changelog: ...abc-v0.0.1

⚠ BREAKING CHANGES

  • api: change account holder creation response, new settlement detail type (#145)
  • api: remove post /webhooks/account_holders endpoint (#85)
  • api: change key to secret (#57)
  • api: remove previous_auth_rule_tokens from auth rules (#15)
  • api: remove avs_type property, add dispute evidence filename, and mark properties nullable (#5)
  • api: replace transactionToken param in favour of transactionTokens
  • the following types have been renamed:
    • Rename com.lithic.api.models.EventsSubscriptionCreateParams
      to com.lithic.api.models.EventSubscriptionCreateParams
    • Rename com.lithic.api.models.EventsSubscriptionDeleteParams
      to com.lithic.api.models.EventSubscriptionDeleteParams
    • Rename com.lithic.api.models.EventsSubscriptionListPageAsync
      to com.lithic.api.models.EventSubscriptionListPageAsync
    • Rename com.lithic.api.models.EventsSubscriptionListPage
      to com.lithic.api.models.EventSubscriptionListPage
    • Rename com.lithic.api.models.EventsSubscriptionListParams
      to com.lithic.api.models.EventSubscriptionListParams
    • Rename com.lithic.api.models.EventsSubscriptionRecoverParams
      to com.lithic.api.models.EventSubscriptionRecoverParams
    • Rename com.lithic.api.models.EventsSubscriptionReplayMissingParams
      to com.lithic.api.models.EventSubscriptionReplayMissingParams
    • Rename com.lithic.api.models.EventsSubscriptionRetrieveParams
      to com.lithic.api.models.EventSubscriptionRetrieveParams
    • Rename com.lithic.api.models.EventsSubscriptionRetrieveSecretParams
      to com.lithic.api.models.EventSubscriptionRetrieveSecretParams
    • Rename com.lithic.api.models.EventsSubscriptionRotateSecretParams
      to com.lithic.api.models.EventSubscriptionRotateSecretParams
    • Rename com.lithic.api.models.EventsSubscriptionUpdateParams
      to com.lithic.api.models.EventSubscriptionUpdateParams
    • Rename com.lithic.api.models.FinancialAccountsBalanceListPageAsync
      to com.lithic.api.models.FinancialAccountBalanceListPageAsync
    • Rename com.lithic.api.models.FinancialAccountsBalanceListPage
      to com.lithic.api.models.FinancialAccountBalanceListPage
    • Rename com.lithic.api.models.FinancialAccountsBalanceListParams
      to com.lithic.api.models.FinancialAccountBalanceListParams
    • Rename com.lithic.api.models.FinancialAccountsFinancialTransactionListPageAsync
      to com.lithic.api.models.FinancialTransactionListPageAsync
    • Rename com.lithic.api.models.FinancialAccountsFinancialTransactionListPage
      to com.lithic.api.models.FinancialTransactionListPage
    • Rename com.lithic.api.models.FinancialAccountsFinancialTransactionListParams
      to com.lithic.api.models.FinancialTransactionListParams
    • Rename com.lithic.api.models.FinancialAccountsFinancialTransactionRetrieveParams
      to com.lithic.api.models.FinancialTransactionRetrieveParams
  • api: add tokenization decisioning endpoints and remove unused funding sources API
  • api: add tokenization decisioning endpoints and remove unused funding sources API

Features

  • add async AutoPager implementation (ed9601a)
  • add async AutoPager implementation (ed9601a)
  • add better error message, internal cleanups (142f5d8)
  • add error message details (4517221)
  • add example (5d9d5f7)
  • add example (5d9d5f7)
  • add JsonValue.convert method (b144666)
  • add LICENSE file (ff7afcb)
  • add methods to convert between sync and async clients (a520f2f)
  • add new services and misc api updates (8ae0f5a)
  • add support for proxies (914e8d2)
  • add support for proxies (914e8d2)
  • add webhook HMAC verification helper methods (26320f0)
  • add webhook HMAC verification helper methods (26320f0)
  • allOf models now have toXxx methods to access the separate allOf models (#55) (bd13b75)
  • api: add account_token and card_program_token to Card (#150) (985fd9d)
  • api: add get /auth_stream/secret & post /auth_stream/secret/rotate (5b76d5c)
  • api: add get /auth_stream/secret & post /auth_stream/secret/rotate (5b76d5c)
  • api: add get spend_limits endpoints to cards and accounts (#125) (04694d7)
  • api: add state query param for cards (#19) (42a3e58)
  • api: add with_content param (#31) (fd23dc0)
  • api: add AUTH_STREAM_ACCESS to responder endpoints (#105) (1c5ceda)
  • api: add card reissue shipping options (#53) (e5b2c1d)
  • api: add card renew endpoint (#138) (adea050)
  • api: add CardProgram and DigitalCardArt resources (#109) (56429f0)
  • api: add carrier property to card create and reissue params (#51) (49865b3)
  • api: add digital wallet tokenization result event type (#20) (0deca73)
  • api: add downloadUrl property to dispute evidence (d612550)
  • api: add event message attempts (#28) (3eab17c)
  • api: add event message attempts (#28) (e59ab16)
  • api: add mcc (merchant category code) properties (63d8c9f)
  • api: add more enum members to event types (#22) (3c3d46f)
  • api: add payment and external bank accounts resource (#37) (ab49de5)
  • api: add search_by_pan endpoint (#146) (9d71aad)
  • api: add Simulate Return Payment endpoint (#77) (ff57824)
  • api: add simulation endpoints, event types, fix transfer request AuthRule (#83) (24429c7)
  • api: add tokenization decisioning endpoints and remove unused funding sources API (6242df8)
  • api: add tokenization decisioning endpoints and remove unused funding sources API (6242df8)
  • api: add tokenizations.simulate and correct typo'd enum (#76) (eaf3d13)
  • api: add user defined id (#75) (9398fba)
  • api: add verification_attempts response property (#113) (f2c7c8a)
  • api: add verification_failed_reason (#103) (f4763cb)
  • api: add with_content param, event message attempts, and auto-close responses (d2c7e81)
  • api: change key to secret (#57) (b50b550)
  • api: change account holder creation response, new settlement detail type (#145) (d89ab88)
  • api: dispute upload custom method (ead6b82)
  • api: dispute upload custom method (ead6b82)
  • api: disputes & mark url as a required param in lithic.events().subscriptions().update() (264ddcb)
  • api: enable more of the payments and external bank api (#49) (ef8b823)
  • api: more detailed post /disputes/{dispute_token}/evidences response (def4fa4)
  • api: no longer require website_url property on KYB object (#26) (8db563f)
  • api: remove /auth_stream enrollment endpoints (#134) (4ca2e0b)
  • api: remove CLOSED account enum and update docstrings (#128) (be0d415)
  • api: remove avs_type property, add dispute evidence filename, and mark properties nullable (#5) (47fd0cf)
  • api: rename token and type to financial_account_token and financial_account_type (#131) (815c889)
  • api: updates (a0459e0)
  • api: updates (5e1e7b0)
  • api: updates (5e1e7b0)
  • api: updates (63d8c9f)
  • api: updates (839af8d)
  • api: updates (9178322)
  • api: updates (9178322)
  • api: updates (edb5573)
  • api: updates (#102) (cc5f1bc)
  • api: updates (#119) (74c9827)
  • api: updates (#121) (3d2b816)
  • api: updates (#141) (69c6b67)
  • api: updates (#155) (a10af78)
  • api: updates (#39) (1625f99)
  • api: updates (#93) (28cfec9)
  • authorizations headers are now handled by default headers (bb926e7)
  • authorizations headers are now handled by default headers (bb926e7)
  • ci: add a publish-sonatype workflow for manual running (#38) (d9979a3)
  • client: adjust retry behavior (#106) (d98f4f6)
  • client: allow binary returns (#114) (1bea317)
  • client: retry on 408 Request Timeout (#80) (90802a6)
  • configure idempotency header (71b3525)
  • configure idempotency header (71b3525)
  • core: add asUnknown to JsonField (a1105cc)
  • default timeout is set for java clients (#59) (e9cb63c)
  • docs: improve doc comments (3150f04)
  • generate addXxx methods for array types (#61) (ae92a46)
  • generate client interfaces and refactor client builder (69b83cf)
  • github: include a devcontainer setup (#111) (2fa3348)
  • handle empty success codes (4716d76)
  • handle empty success codes (4716d76)
  • implement improved auto-pagination (1381e98)
  • implement improved auto-pagination (1381e98)
  • improve KYC & KYB names (d5e6d18)
  • improve union body params (205e976)
  • improve union body params (205e976)
  • make webhook headers case insensitive (#100) (8bca517)
  • pagination: improve handling of response types (812da74)
  • read options from environment and use auth headers (08c4585)
  • read options from environment and use auth headers (08c4585)
  • remove idempotency headers (#149) (df35070)
  • replace when adding query params or headers (23ecd18)
  • replace when adding query params or headers (23ecd18)
  • split types file into smaller files based on resources (019303e)
  • support cursor ID pagination (688dead)
  • support cursor ID pagination (688dead)
  • support global default headers (71776fe)
  • support global default headers (71776fe)
  • support overriding the base URL in tests (a8e1637)
  • support overriding the base URL in tests (a8e1637)
  • use coroutines for async services (81b68b0)
  • use coroutines for async services (81b68b0)
  • use Dokka to generate docs for Javadoc JAR (efc1820)
  • use latest Java LTS to build SDK (ce77a43)
  • use latest Java LTS to build SDK (ce77a43)
  • use more specific types for string types with the date, date-time, and uuid formats (630e9df)
  • use more specific types for string types with the date, date-time, and uuid formats (630e9df)

Bug Fixes

  • add missing properties to AuthRule (c38dc03)
  • adjust typo of 'descisioning' to 'decisioning' (#41) (bf42abc)
  • api: correct type for other fees details (#118) (d23e0d8)
  • api: set default account holder create timeout to 5 minutes (462f21e)
  • api: set default account holder create timeout to 5 minutes (9df44cb)
  • api: set default account holder create timeout to 5 minutes (9df44cb)
  • auto-close responses even if an exception is thrown during deserialization (#33) (e2f7088)
  • avoid name conflicts in equals (4467e9f)
  • change names of ThreeDDecision... to ThreeDSDecision... (#42) (cc691fd)
  • client: correctly send array query params (6fb89c2)
  • docs: wrong client import in readme usage example (#157) (86cf93c)
  • generate validate method for union types (01c17aa)
  • generate validate method for union types (01c17aa)
  • pagination: correct hasNextPage check (#152) (ed66f30)
  • set correct timeouts on okhttp client (#64) (e907386)
  • sonatype repository url (fd6cf6c)
  • unwrap webhooks into payload, not event (b2cea59)
  • update README (566f588)
  • update README (566f588)

Code Refactoring

  • api: remove post /webhooks/account_holders endpoint (#85) (d32474e)
  • api: remove previous_auth_rule_tokens from auth rules (#15) (32207a1)
  • api: replace transactionToken param in favour of transactionTokens (e9a29bf)
  • rename nested param and page classes to use singular instead of plural (c78a04c)

This Pull Request has been generated automatically as part of Stainless's release process.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request (see details).

More technical details can be found at stainless-api/release-please.

@stainless-bot
Copy link
Collaborator

created in error

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.

1 participant