Skip to content

Releases: albugowy15/api-informatics-frs-helper

v1.3.0

09 Aug 07:59
Compare
Choose a tag to compare

1.3.0 (2024-08-09)

Features

api-informatics-frs-helper v1.2.0

09 May 10:00
Compare
Choose a tag to compare

What's Changed

  • ci: update rust toolchain to 1.77.2
  • chore: update dependencies
  • feat: remove rate limiter
  • ci: optimize docker image build
  • build: fix missing cmake lib
  • refactor: renamve ErrorViews into AppError
  • feat: add error context when failed create db connection
  • build(deps): bump h2 from 0.4.1 to 0.4.2
  • feat: add gzip compression
  • feat: impl IntoResponse trait for ErrorViews
  • chore: update axum and askama
  • refactor: separate file into more structured folder
  • fix: sqlx error when concat query return empty
  • feat: trace sqlx error log
  • fix: use into method from Into trait
  • fix: update calling trait implemented methods from std and installed library
  • fix: replace custom trait with traits from std and installed library
  • fix: replace dotenv with dotenvy
  • chore: replace dotenv with dotenvy
  • perf: do filter and read the sql row at the same time
  • perf: filter vec by params with single retain
  • feat: FromRows trait to convert Vec<MySqlRow> into structs

Full Changelog: 1.1.0...1.2.0

api-informatics-frs-helper v1.1.0

11 Jan 13:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

api-informatics-frs-helper v1.0.0

08 Jan 03:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/albugowy15/api-informatics-frs-helper/commits/1.0.0