Refactor DTO layer to support v1 flag format only #2403
Labels
📍 Assigned
change
This is a change in the code that should not affect the users
p2
Medium priority
📌 Pinned
stop v0 support
Tag to group everything about the un-support of v0.x.x flag format
Warning
As mention in the issue #2398 we have decided to drop the support of the
v0.x.x
flag format.Before creating a pull request for that, please check in the main issue if is the right moment to do it.
In order to remove support of
v0
format we should ensure that the DTO is not accepting the old format anymore.What should we do?
DTOv0
from the mainDTO
v0
converter and any code calling it.DTO
theDTOv1
fields directly in theDTO
The text was updated successfully, but these errors were encountered: