Release v0.3.0 #647

jarnura
vspecky fix(router): fix refund error code diesel field ordering (#458)
073ffb18
NishantJoshi00 doc: minor formatting and logo changes in github README (#457)
ead568e5
Sangamesh26 fix: proper error message for payment confirm with already successful…
dd7eed16
dracarys18 feat: Add crate attribute to operation macro (#459)
e9cbf3ee
NishantJoshi00 fix: off-session must exist only if mandate is external (#460)
d424b1cf
Narayanbhat166 refactor(core): validate payment status using common function (#461)
9ae8b4e1
manoj-juspay fix: payment_method_id not populated (#463)
ecd0ca53
Narayanbhat166 feat(stripe): add support for afterpay clearpay through stripe (#441)
351087fc
SanchithHegde chore: address Rust 1.67 clippy lints (#465)
b5720f1e
jagan-jaya fix(globalpay): fix globalpay error handling (#464)
3381d207
NishantJoshi00 fix: fix bug when creating customer who is redacted (#466)
9e420d51
jagan-jaya test(stripe): add unit tests for stripe connector (#473)
d3ef24e8
bernard-eugine doc: update openapi (#453)
ec2f4ba2
NishantJoshi00 fix: add disable env flag for consumer (#475)
39adbbc1
vspecky feat(router): allow enabling/disabling of outgoing webhooks based on …
fa7d087c
Narayanbhat166 refactor(errors): error enums to use 'static str (#472)
24351a6c
Abhicodes-crypto fix(router): allow console logs for all first-party crates (#477)
3cbd5f98
SanchithHegde build(deps): update deps (#479)
d1ab4623
ArjunKarthik feat(connector-template): add more default tests for card payment met…
010aff5f
bernard-eugine docs: standardise error types and error codes (#432)
3dfd548c
jagan-jaya test(connector): add and update tests for stripe, cybersource and shi…
5c3c51fb
Abhicodes-crypto perf(router): remove redundant DB call during merchant account update…
a8132e10
NishantJoshi00 feat(consumer): add `workflow_id` field in traces for consumer tasks …
9ec435e8
NishantJoshi00 feat: renaming services in docker-compose and set execution order (#490)
2939cff7
dracarys18 feat(config): add fetch endpoint for config table (#481)
2735405a
Abhicodes-crypto fix(refund): fix failing refund update with KV storage backend (#493)
0441d5cd
dracarys18 fix: don't panic in redis library on creating connection pool (#494)
aa58d346
NishantJoshi00 fix: fix KV implementations for payments and refunds (#489)
6cbdcbf6
NishantJoshi00 feat: add logging functionality in drainer (#495)
7d8f1000
4nkitd docs: add Windows setup instructions and update Postman docs (#486)
4d6031f7
dracarys18 feat(cache): add generic cache functions to populate and invalidate c…
888fb2bc
Sangamesh26 update readme (#500)
d09ed144
NishantJoshi00 feat: add metrics to drainer (#497)
4a820dcd
manoj-juspay Rapyd webhook integration (#435)
a2921ff8
Sangamesh26 refactor: AppState trait for utility functions (#499)
9381a37f
dracarys18 refactor: use generic function to push to drainer (#496)
e4b52548
SanchithHegde feat(generics): allow specifying optional offset and order clauses fo…
feb228ce
SanchithHegde fix(storage_models): fix inconsistent field order for merchant accoun…
dfd1e5e2
NishantJoshi00 feat: Add graceful shutdown in drainer (#498)
0239c422
NishantJoshi00 feat: add docker compose entry for drainer service (#504)
19b01d43
NishantJoshi00 fix: decide refund type by the request and not defaults (#505)
76667489
dracarys18 chore: use generic cache functions for config table (#506)
3b7f5915
vspecky fix(router): fix payment token null in payment update api response (#…
39524f95
dracarys18 feat(db): add fetch and update cache for admin table (#508)
b4da0866
NishantJoshi00 feat: add timeout for `set` command on hashes and add function to all…
2e98670a
NishantJoshi00 fix: fix bugs found when testing drainer (#512)
8205b227
dracarys18 refactor: use unique id for merchant_conenctor_id instead of int (#514)
ac30313f
NishantJoshi00 feat: add tick interval to drainer (#517)
32929609
NishantJoshi00 feat: add a kv switch route for merchants (#518)
763620fc
pixincreate docs(try_local_system): add next steps after installing dependencies …
286e7c85
NishantJoshi00 fix: fix the loader orientation on mobile (#521)
2310e12b
ArjunKarthik feat(connector): add afterpay, klarna, affirm support in adyen connec…
f6eac13b
SanchithHegde ci: run CI checks on merge queue events (#530)
c7b9e9c1
dracarys18 feat: Impelement redis cache for MCA fetch and update (#515)
963cb528
Narayanbhat166 fix(core): use guard for access token result (#522)
903b4521
SanchithHegde feat(router): implement API endpoints for managing API keys (#511)
1bdc8955
lsampras Add a base struct for api error responses (#524)
ff347193
ArjunKarthik build(docker-compose): increase docker health check interval for hype…
1ba6b8c9
lsampras fix(router): feature gate openssl deps for basilisk feature (#536)
e4956820
eltociear docs(add_connector): fix typo (#584)
a4f3abf3
SanchithHegde refactor(middleware): change visibility to `pub` (#587)
4884a24d
Narayanbhat166 refactor: send full payment object for payment sync (#526)
6c2a1fea
racnan refactor(router): appstate as trait in authentication (#588)
eaf98e66
dracarys18 fix: throw 500 error when redis goes down (#531)
aafb115a
dracarys18 refactor: Throw 500 error on database connection error instead of pan…
f1e3bf48
NishantJoshi00 feat: add `track_caller` to functions that perform `change_context` (…
8d2e573a
NishantJoshi00 fix: don't call connector if connector transaction id doesn't exist (…
326d6beb
NishantJoshi00 feat(api_models): add error structs (#532)
d107b44f
Abhicodes-crypto fix(checkout): Error Response when wrong api key is passed (#596)
55b6d88a
racnan refactor(router): api-key routes refactoring (#600)
e6408276
NishantJoshi00 fix: allow errors with status code 200 to pass (#601)
8a8767e9
racnan bugfix(router): api keys path params (#609)
effa7a00
lsampras chore(release): port release bug fixes to main branch (#612)
a8d6ce83
Sangamesh26 feat: applepay feature release (#636)
1e84c07c
vspecky feat(router): include eligible connectors list in list payment method…
92771b3b
Abhicodes-crypto refactor(compatibility): add additional fields to stripe payment and …
2ea09e34
vspecky refactor(router): update payments api contract to accept a list of co…
8f1f626c
jarnura release: Added changelog for v0.3.0
0a0dee23
jarnura jarnura requested a review 1 year ago
jarnura jarnura requested a review 1 year ago
jarnura jarnura requested a review 1 year ago
jarnura jarnura requested a review 1 year ago
jarnura jarnura requested a review 1 year ago
jarnura jarnura requested a review 1 year ago
jarnura jarnura requested a review 1 year ago
jarnura jarnura requested a review from ashokkjag ashokkjag 1 year ago
jarnura Merge branch 'release' into conflicts_between_release_v0.2.0_v0.3.0
b977edb5
jarnura jarnura assigned jarnura jarnura 1 year ago
jarnura chore: Update CHANGELOG.md
0166a6b1
SanchithHegde
SanchithHegde dismissed these changes on 2023-02-25
ashokkjag
ashokkjag dismissed these changes on 2023-02-26
SanchithHegde ci: remove duplicate `merge_group` trigger
c6882394
SanchithHegde SanchithHegde dismissed their stale review via c6882394 1 year ago
SanchithHegde SanchithHegde dismissed their stale review via c6882394 1 year ago
SanchithHegde
SanchithHegde approved these changes on 2023-02-26
SanchithHegde SanchithHegde enabled auto-merge 1 year ago
ashokkjag
ashokkjag approved these changes on 2023-02-26
jarnura jarnura added A-CI-CD
jarnura jarnura added A-dependencies
jarnura jarnura added A-connector-compatibility
jarnura jarnura added A-connector-integration
jarnura jarnura added A-framework
jarnura jarnura added A-core
jarnura jarnura added C-bug
jarnura jarnura added C-doc
jarnura jarnura added A-performance
SanchithHegde SanchithHegde enabled auto-merge 1 year ago
disabled auto-merge 1 year ago
Manually disabled by user
SanchithHegde SanchithHegde enabled auto-merge 1 year ago
SanchithHegde SanchithHegde merged 7449bd16 into release 1 year ago
SanchithHegde SanchithHegde deleted the conflicts_between_release_v0.2.0_v0.3.0 branch 1 year ago

Login to write a write a comment.

Login via GitHub

Assignees
Labels
Milestone