Since V24, empty or null string fields always stored as []

Hi since version 24

whenever I want to store an empty or nil/null string a is stored.
This is just since 24.
had a local instance and all was working fine, I upgraded to 24 and now always a is stored when the file the JSON for the mutation is either empty or nil.

I am using the latest public release of dgo v230.0.1

We have noticed this regression and would be fixed by the next version.

1 Like

Do you know when the next release is planned?

1 Like

@markushedlund We would be doing the release this week. Thanks a lot for asking.

Can you outline the top/key updates similar to what was provided for 24.0.0? Also, will this this be a patch (24.0.x) release or a minor release (24.1.0)?

Thanks,
Ryan

It will be a patch release, v24.0.1. Mostly it has the fix to this issue, one huge performance update in vectors, and some CVE patches. We have also made the CI much less flaky, so we should be much faster in reviewing any external contributions :slight_smile:

1 Like