hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

Doc:Changelog for release v0.5.8

Open Gnanasundari24 opened this issue 1 year ago • 0 comments

0.5.8 (2023-04-25)

Chores

Continuous Integration

  • connector-sanity-tests: run tests on being queued for merge (#960) (067dc709)
  • manual-release: fix EXTRA_FEATURES not being passed correctly (#912) (9c9c52f9)

Documentation Changes

  • dashboard: add button that links to dashboard (#934) (96f9e806)

New Features

  • connector:
    • add 3ds for Bambora and Support Html 3ds response (#817) (20bea23b)
    • [Nuvei] add support for bank redirect Eps, Sofort, Giropay, Ideal (#870) (c1a25b30)
    • [Checkout] add GooglePay, ApplePay and Webhooks support (#875) (3fce1407)
  • router:
    • added dispute accept api, file module apis and dispute evidence submission api (#900) (bdf1e514)
    • add support for filtering PaymentMethodTypes at a session (#883) (465933ba)
    • add new payment methods for Bank redirects, BNPL and wallet (#864) (304081cb)
  • compatibility: add refund retrieve endpoint which accepts gateway creds (#958) (bcbf4c88)
  • Core: gracefully shutdown router/scheduler if Redis is unavailable (#891) (13185999)
  • core: [Stripe] add bank debits payment method to stripe (#906) (f624eb52)
  • support gpay and applepay session response for all connectors (#839) (d23e14c5)
  • add relevant ids for payment calls & make json logs (#908) (93b69e74)
  • date_time: add created_at and modified_at to merchant related tables (#925) (1f151ba1)

Bug Fixes

  • different parent payment method token for different payment me… (#982) (2f378345)
  • config: fix Tempo config for Tempo 2.0 (#959) (811cd523)
  • stripe: add setup intent sync for stripe (#953) (ab7fc23a)
  • connector:
  • connector-template: Address unused import and mismatched types in connector-template (#910) (891683e0)

Other Changes

  • try_local_system: replace Postman collection links with development collection (#937) (ccc0c3f9)
  • pr-template: add API contract changes and update contributing docs with recent labels (#936) (3e2a7eae)
  • errors: make StorageErrorExt generic on errors (#928) (e161d92c)

Refactors

  • db: remove connector_transaction_id from PaymentAttemptNew (#949) (57327b82)
  • api_keys: use merchant_id and key_id to query the table (#939) (40898c0a)

Gnanasundari24 avatar Apr 21 '23 12:04 Gnanasundari24