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(deps): update reqwest to 1.0 #4551

Open
wants to merge 77 commits into
base: hotfix-2024.04.25.0
Choose a base branch
from

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    5d3f098 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a23b597 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9eff0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2331b8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea973f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82cabea View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    dd4afb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    560d2a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Merge branch 'main' of github.com:juspay/hyperswitch into update-reqwest

    * 'main' of github.com:juspay/hyperswitch:
      refactor(core): removed the processing status for payment_method_status (#4213)
      docs(README): remove link to outdated early access form
      build(deps): bump `error-stack` from version `0.3.1` to `0.4.1` (#4188)
      chore(version): 2024.04.01.0
      feat(mandates): allow off-session payments using `payment_method_id` (#4132)
      ci(CI-pr): determine modified crates more deterministically (#4233)
      chore(config): add billwerk base URL in deployment configs (#4243)
      feat(payment_method): API to list countries and currencies supported by a country and payment method type (#4126)
      chore(version): 2024.03.28.0
      refactor(config): allow wildcard origin for development and Docker Compose setups (#4231)
      fix(core): Amount capturable remain same for `processing` status in capture (#4229)
      fix(euclid_wasm): checkout wasm metadata issue (#4198)
      fix(trustpay): [Trustpay] Add error code mapping '800.100.100'  (#4224)
      feat(connector): [billwerk] add connector template code (#4123)
      fix(connectors): fix wallet token deserialization error  (#4133)
      fix(log): adding span metadata to `tokio` spawned futures (#4118)
      chore(version): 2024.03.27.0
      fix(connector): [CRYPTOPAY] Skip metadata serialization if none (#4205)
      fix(connector): [Trustpay] fix deserialization error for incoming webhook response for trustpay and add error code mapping '800.100.203' (#4199)
      fix(core): make eci in AuthenticationData optional (#4187)
    pixincreate committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c83be0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c19c65f View commit details
    Browse the repository at this point in the history
  3. refactor: log the error

    pixincreate committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8f6f98b View commit details
    Browse the repository at this point in the history
  4. Revert "refactor: log the error"

    This reverts commit 8f6f98b.
    pixincreate committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    25b30a6 View commit details
    Browse the repository at this point in the history
  5. refactor: log the error

    pixincreate committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6ee0327 View commit details
    Browse the repository at this point in the history
  6. chore(fmt-clippy): revert rustminstack to 6mib and update http to 1.1…

    ….0 instead of adding additional dependency
    pixincreate committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b960e9f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. fix(connector): [CYBERSOURCE] Handle HTML Error Response and add Desc…

    …riptor field in ApplePay payments request (#4451)
    deepanshu-iiitu committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dbd3160 View commit details
    Browse the repository at this point in the history
  2. refactor(voucher): remove billing details from voucher pmd (#4361)

    Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
    swangi-kumari and hyperswitch-bot[bot] committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2dd0ee6 View commit details
    Browse the repository at this point in the history
  3. feat(core): [Payouts] Add access_token flow for Payout Create and Ful…

    …fill flow (#4375)
    
    Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
    Sakilmostak and hyperswitch-bot[bot] committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7f0d04f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c793c3 View commit details
    Browse the repository at this point in the history
  5. Refactor(core): make save_payment_method as post_update_tracker trait…

    … function (#4307)
    
    Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
    Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
    3 people committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5f40eee View commit details
    Browse the repository at this point in the history
  6. docs(cypress): Update Cypress README Documentation (#4380)

    Co-authored-by: PiX@work <69745008+pixincreate@users.noreply.github.com>
    Gnanasundari24 and pixincreate committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8ee1a58 View commit details
    Browse the repository at this point in the history
  7. ci(postman): Fix Adyen postman collection (#4459)

    Co-authored-by: Likhin Bopanna <likhin.bopanna@likhinbopanna-DQK43G6YDT.local>
    likhinbopanna and Likhin Bopanna committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2848e0a View commit details
    Browse the repository at this point in the history
  8. docs: add documentation page for building Docker images (#4457)

    Co-authored-by: Shakthidhar Bhaskar <shakthidhar.bhaskar@juspay.in>
    SanchithHegde and shakthi-22 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    705e827 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b54d55 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d096e6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    83ca04e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    87d9fce View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    047f917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94c581e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d98551d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e730030 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3335195 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2b9fab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc1051d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    cbf7cf4 View commit details
    Browse the repository at this point in the history
  2. feat(router): send poll_config in next_action of confirm response for…

    … external 3ds flow (#4443)
    
    Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
    sai-harsha-vardhan and hrithikesh026 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c3a1db1 View commit details
    Browse the repository at this point in the history
  3. feat(FRM): Revise post FRM core flows (#4394)

    Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
    srujanchikke and hyperswitch-bot[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    01ec7c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79d8949 View commit details
    Browse the repository at this point in the history
  5. feat: stripe connect integration for payouts (#2041)

    Co-authored-by: Rachit Naithani <81706961+racnan@users.noreply.github.com>
    Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
    Co-authored-by: Apoorv Dixit <64925866+apoorvdixit88@users.noreply.github.com>
    Co-authored-by: Swangi Kumari <85639103+swangi-kumari@users.noreply.github.com>
    Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
    Co-authored-by: Shankar Singh C <83439957+ShankarSinghC@users.noreply.github.com>
    Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Sakil Mostak <73734619+Sakilmostak@users.noreply.github.com>
    Co-authored-by: AkshayaFoiger <131388445+AkshayaFoiger@users.noreply.github.com>
    10 people committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ac9d856 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c20ecb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    1b75a3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28df646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3077a0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4718c17 View commit details
    Browse the repository at this point in the history
  5. refactor(cypress): read creds from env instead of hardcoding the path (

    …#4430)
    
    Co-authored-by: gnanasundarig <gnanasundari.gopal@juspay.in>
    pixincreate and Gnanasundari24 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0c9ba1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0133f3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    bda749d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b562e62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfa4b50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f0d4d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd7b10a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    632a00c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    177fe1b View commit details
    Browse the repository at this point in the history
  2. feat(connector): [Ebanx] Add payout flows (#4146)

    Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
    Sakilmostak and hyperswitch-bot[bot] committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4f4cbdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b0cf9c View commit details
    Browse the repository at this point in the history
  4. feat(user): add route to get user details (#4510)

    Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
    apoorvdixit88 and hyperswitch-bot[bot] committed May 2, 2024
    Configuration menu
    Copy the full SHA
    be44447 View commit details
    Browse the repository at this point in the history
  5. feat(connector): [Paypal] Add payout flow for wallet(Paypal and Venmo) (

    #4406)
    
    Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
    Sakilmostak and hyperswitch-bot[bot] committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e4ed1e6 View commit details
    Browse the repository at this point in the history
  6. feat(opensearch): refactoring (#4244)

    Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
    Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
    3 people committed May 2, 2024
    Configuration menu
    Copy the full SHA
    22cb01a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a447af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c59d24 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86e93cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67794da View commit details
    Browse the repository at this point in the history
  11. Refactor(Connectors): [BOA] enhance response objects (#4508)

    Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
    Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
    3 people committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3ed0e8b View commit details
    Browse the repository at this point in the history
  12. feat(users): Create Decision manager for User Flows (#4518)

    Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
    ThisIsMani and hyperswitch-bot[bot] committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4b3faf6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    3c73e8b View commit details
    Browse the repository at this point in the history
  2. ci(postman): Remove update_mandate_id test in Cybersource collection (#…

    …4526)
    
    Co-authored-by: Likhin Bopanna <likhin.bopanna@likhinbopanna-DQK43G6YDT.local>
    likhinbopanna and Likhin Bopanna committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ecc97bc View commit details
    Browse the repository at this point in the history
  3. fix(api_request): make payment_method_data as optional (#4527)

    Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
    Narayanbhat166 and hyperswitch-bot[bot] committed May 3, 2024
    Configuration menu
    Copy the full SHA
    83a1924 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3af9d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5442574 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04850c1 View commit details
    Browse the repository at this point in the history
  7. feat(core): add profile level config to toggle extended card bin (#4445)

    Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
    Aprabhat19 and hyperswitch-bot[bot] committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0304e8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17b369c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f41919 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7417250 View commit details
    Browse the repository at this point in the history
  11. fix(connector): [BAMBORA] Restrict Card Expiry Year to 2 Digits and p…

    …ass Amount in Decimal Format (#4536)
    deepanshu-iiitu committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d5d9006 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bcce8b0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    ab97656 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'main' into update-reqwest"

    This reverts commit ab97656, reversing
    changes made to b960e9f.
    Narayanbhat166 committed May 4, 2024
    Configuration menu
    Copy the full SHA
    59138b9 View commit details
    Browse the repository at this point in the history