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(router): remove recon from default features #3370

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

kashif-m
Copy link
Contributor

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD
  • Feature toggle

Description

This PR disables the default recon feature and moves it to be a part of release instead.

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

recon feature is dependent on email feature which requires AWS SES credentials. This leads to application throwing an error / panic at application startup.

How did you test it?

Tested locally using cargo hack - cargo hack check --each-feature --no-dev-deps

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable

@kashif-m kashif-m self-assigned this Jan 17, 2024
@kashif-m kashif-m requested a review from a team as a code owner January 17, 2024 08:52
@likhinbopanna likhinbopanna added this pull request to the merge queue Jan 17, 2024
Merged via the queue into main with commit 928beec Jan 17, 2024
4 checks passed
@likhinbopanna likhinbopanna deleted the default_recon branch January 17, 2024 10:48
pixincreate added a commit that referenced this pull request Jan 17, 2024
* 'main' of github.com:juspay/hyperswitch:
  refactor: [Noon] adding new field max_amount to mandate request (#3209)
  fix(events): fix event generation for paymentmethods list (#3337)
  chore(router): remove recon from default features (#3370)
  fix(core): add validation for authtype and metadata in update payment connector (#3305)
  refactor(connector): [cybersource] recurring mandate flow (#3354)
  feat(connector_events): added api to fetch connector event logs (#3319)
  feat(payment_method): add capability to store bank details using /payment_methods endpoint (#3113)
@SanchithHegde SanchithHegde added A-framework Area: Framework C-refactor Category: Refactor labels Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-framework Area: Framework C-refactor Category: Refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants