Releases: sparcs-kaist/new-ara-api
Releases · sparcs-kaist/new-ara-api
v3.4.6
v3.4.5
What's Changed
- fix: bugfix for top query by @hyukychang in #478
- Deploy v3.4.5 by @hyukychang in #479
Full Changelog: v3.4.4...v3.4.5
v3.4.4
What's Changed
- [Hotfix] Remove index using created_at to prevent performance issue by @injoonH in #451
- Apply notification anonymous name hotfix to develop branch by @injoonH in #457
- Fix Secret keys by @DoyunShin in #458
- Add celery environ by @DoyunShin in #459
- fix(deploy): Add C_FORCE_ROOT to celery by @DoyunShin in #460
- Change mysqlclient version by @hyukychang in #461
- Add docker compose file for local development by @injoonH in #466
- Customize directory structure by @hyukychang in #464
- fix top k policy by @hyukychang in #476
- Deploy v3.4.4 by @hyukychang in #477
New Contributors
- @hyukychang made their first contribution in #461
Full Changelog: v3.4.3...v3.4.4
v3.4.3
v3.4.2
v3.4.1
What's Changed
Internal
- Fix API URL. PR #448 by @DoyunShin
- Deploy to EKS. PR #455 by @DoyunShin
Full Changelog: v3.3.1...v3.4.1
v3.3.1
v3.3.0
What's Changed
Features
- Add crawler to track portal view count for portal articles. PR #370 by @retroinspect
- Add
GET /unregister
with email SMTP. PR #452 by @DoyunShin
Fixes
- Remove index using
created_at
to prevent performance issue. PR #443 by @retroinspect
Full Changelog: v3.2.0...v3.3.0
v3.2.0
v3.1.0
What's Changed
Features
- Enable search query and add
from_view
for top articles. PR #407 by @000wan. - Add calendar. PR #430 by @Qndndn and @injoonH.
- Change SMTP provider. PR #431 by @DoyunShin.
Refactors
Fixes
- Fix N+1 query problems about
GET /articles
PR #414 by @retroinspect. - Fix N+1 query problems about
GET /home
andGET /boards
. PR #418 by @retroinspect.
Docs
New Contributors
Full Changelog: v3.0.1...v3.1.0