Skip to main content
Version: Next

Marten 0.7.0 release notes

Under development.

Requirements and compatibility

  • Crystal: 1.15, 1.16, and 1.17.
  • Databases:
    • MariaDB 10.5 and higher.
    • MySQL 8.0.11 and higher.
    • PostgreSQL 14 and higher.
    • SQLite 3.31.0 and higher.

New features

Minor features

Models and databases

  • Query sets now provide a #limit method and an #offset method. Those methods respectively allow to limit the number of records returned and to offset the records returned. They act as aliases for the #[] method with a range.