Adrien de Peretti
Adrien de Peretti
**What** Migrate the klarna payment plugin to use the new abstract payment service from the core
**What** Migrate the paypal payment plugin to use the new abstract payment service from the core
**What** Migrate the adyen payment plugin to use the new abstract payment service from the core
**What** Migrate the manual payment plugin to use the new abstract payment service from the core
**What** Add a new wait to apply specific global middleware at a known position in the handler collection. e.g the await-middleware is only applied to the final handler, or the...
**What** In some cases, a users that works with a bunch of subdomain would like to be able to configure the cors using a regexp to allow all or a...
**What** Try to prevent integration tests failing from time to time
**What** Adding a rate limiter **Why** To avoid malicious DDOS by sending millions of requests To avoid a bug that send to many requests after each other To secure a...
**What** In order to keep some consistency across the whole code base, it would be useful to review and update the rules to see if they still match our need,...
**What** It would be nice to ask about which file plugin (among the officials one) the user would install and the config. **Why** To reduce the friction while creating new...