You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of today, we have 7 official middleware modules and 4 of them are used in a new app by default. Now, these middleware are stable and have no much update recently except dependency updates. To reduce the maintenance effort on these modules, and also to simplify the module dependency structure, I would like to consolidate the default middleware (which are mw-csrf, mw-forcessl, mw-i18n, and mw-paramlogger) into a single module. Each of them will be a separate package in the module but will share the same module version and other stuff.
The process will be:
prepare the new module by merging them all together into this repository
update and clean up all the old modules before deprecating them, and releasing them as the last versions.
improve the CLI to use the new module for a new app
improve the CLI fixer to update existing apps, but this is optional
--> CLI v0.18.14 was released with this update
Hey @paganotoni, as we discussed before, I am going to deprecate the old default middleware modules (4 modules) and merge them into this module. Please take a look at the rough process above and let me know if you have any concern or comment on it. ETA for this work is the end of this month roughly.
As of today, we have 7 official middleware modules and 4 of them are used in a new app by default. Now, these middleware are stable and have no much update recently except dependency updates. To reduce the maintenance effort on these modules, and also to simplify the module dependency structure, I would like to consolidate the default middleware (which are
mw-csrf
,mw-forcessl
,mw-i18n
, andmw-paramlogger
) into a single module. Each of them will be a separate package in the module but will share the same module version and other stuff.The process will be:
Hey @paganotoni, as we discussed before, I am going to deprecate the old default middleware modules (4 modules) and merge them into this module. Please take a look at the rough process above and let me know if you have any concern or comment on it. ETA for this work is the end of this month roughly.
Related tasks:
The text was updated successfully, but these errors were encountered: