Skip to content

0.5.5

Latest
Compare
Choose a tag to compare
@ellmetha ellmetha released this 08 Feb 01:30
· 157 commits to main since this release
c1830ec

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).