Skip to content

Version v0.4.0 πŸ¦€

Compare
Choose a tag to compare
@JMTamayo JMTamayo released this 11 Jan 05:04
· 31 commits to main since this release
6fe0087

What's New

Added:

  • πŸ§‘πŸ»β€πŸ’» Implement RecordsPagination to paginate and bind records into a Page and Book by @JMTamayo.

Changed:

  • πŸ”¨ Include unit tests inside each module by @JMTamayo.
  • πŸ”¨ Implement SqlxPagination in a more general way that applies to PostgreSQL, MySQL, and SQLite. Unify pg-sqlx, mysql-sqlx and sqlite-sqlx features into sqlx feature by @JMTamayo.
  • πŸ”¨ Upgrade utoipa version to greater than or equal to 0.5.3 by @JMTamayo.
  • πŸ”¨ Upgrade serde version to greater than or equal to 1.0.210 by @JMTamayo.
  • πŸ”¨ Optimize the implementation of the Debug, Clone, Serialize and ToSchema traits by @JMTamayo.

What's Changed

  • Improve CI and update Utopia feature by @JMTamayo in #29
  • Optimize traits implementation and update examples by @JMTamayo in #30
  • Implement RecordsPagination and improve documentation by @JMTamayo in #31

Full Changelog: v0.3.1...v0.4.0