Releases: albugowy15/api-informatics-frs-helper
Releases · albugowy15/api-informatics-frs-helper
v1.3.0
api-informatics-frs-helper v1.2.0
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
What's Changed
- Fix fly io deploy by @albugowy15 in #7
- Fix fly io by @albugowy15 in #8
- Swagger documentation by @albugowy15 in #9
- /matkul nested routes, cors middleware, and fly.io config by @albugowy15 in #10
- Lecturer nested route by @albugowy15 in #11
- Struct Models and some useful trait abstraction by @albugowy15 in #12
- Trait abstraction by @albugowy15 in #13
Full Changelog: 1.0.0...1.1.0
api-informatics-frs-helper v1.0.0
What's Changed
- Implement class service and repository by @albugowy15 in #1
- Add request logging and tracing by @albugowy15 in #2
- Course endpoint by @albugowy15 in #3
- Lecturer endpoint, non case-sensitive string comparison, postman documentation by @albugowy15 in #4
- Rate limit by @albugowy15 in #5
- Docker and Fly Deploy by @albugowy15 in #6
New Contributors
- @albugowy15 made their first contribution in #1
Full Changelog: https://github.com/albugowy15/api-informatics-frs-helper/commits/1.0.0