What's the breaking change of 1.7.0? #2643
-
As it is. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Our last breaking change was in While
Either scenario will now result in an error being thrown, you can read more about the why we made this change here. |
Beta Was this translation helpful? Give feedback.
-
Hello @JessChowdhury! This collections contains upload field I use something like Where accessFunction has this part of code ('en' is default locale,
Do you have any idea which part of this release could potentially affect it? UPD: another strange thing that when I replace extension with filename without extension - it works, for example: |
Beta Was this translation helpful? Give feedback.
Our last breaking change was in
1.6.1
, if you are using version1.6.0
or older, here are the details of changes and how to migrate.While
1.7.0
is not considered a breaking change, it is worth noting that we added additional validation to the following queries:Either scenario will now result in an error being thrown, you can read more about the why we made this change here.