Version v0.3.0 π¦
What's new
Added:
- π§π»βπ» Implement
SqlxPagination
forQueryBuilder<Sqlite>
to paginate results from a SQL query into aPage
. Only available when sqlite-sqlx feature is enabled by @JosiahParry.
Fixed:
- πͺ Update sqlx version to >=0.8.1 to prevent issue RUSTSEC-2024-0363 π¨ by @JMTamayo.
Changed:
- π¨ Rename
ErrorKind::FieldValueError
toErrorKind::InvalidValue
[β οΈ BREAKING CHANGE] by @JMTamayo. - π¨ Rename
ErrorKind::SQLxError
toErrorKind::SQLx
[β οΈ BREAKING CHANGE] by @JMTamayo. - π¨ Rename method
is_field_value_error()
tois_invalid_value_error()
inErrorKind
[β οΈ BREAKING CHANGE] by @JMTamayo. - π¨ Redefine the package structure into new modules, while maintaining the way each artifact is imported from lib by @JMTamayo.
Docs:
- π Update project documentation to include feature sqlite-sqlx by @JMTamayo.
What's Changed
- feat: sqlite-sqlx feature by @JosiahParry in #21
- Feature/v0.3.0 by @JMTamayo in #24
- Remove use of $PWD from tests and CI by @JMTamayo in #25
- SQLx issue and Project Documentation by @JMTamayo in #26
New Contributors
- @JosiahParry made their first contribution in #21
Full Changelog: v0.2.0...v0.3.0