Marten 0.5.5 fixes a couple of bugs and a security issue.
Changes
- Fix possible compilation error for
json
fields defined without additional options. - Fix incorrect operations created when generating migrations for models in which multiple columns were renamed.
- Make sure that the strings that are translated in templates (when using the
translate
tag) are automatically escaped (see Auto-escaping).