Releases: sparcs-kaist/new-ara-api
Releases · sparcs-kaist/new-ara-api
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
v3.0.1
v3.0.0
Features
- Allow all IPs to debug when
DEBUG = True
. PR #377 by @retroinspect. - Squash 'QnA' and 'Anonymous' boards into 'Talk'. PR #384 by @retroinspect.
- Update
run.sh
to support the DX container. PR #387 by @TriangleYJ. - Top articles when upvotes are over the threshold. PR #385 by @injoonH.
- Add test user generator. PR #385 by @injoonH.
- Use
Pipenv
for package management. PR #388 by @injoonH.- Update
Dockerfile
.
- Update
- Use
drf_spectacular
for OpenAPI 3.0 schema generation. PR #388 by @injoonH. - Filter articles using board slug. PR #392 by @injoonH.
- Use slug for board detail looup. PR #393 by @injoonH.
- Add
BoardGroup
model. PR #395 by @injoonH. - Use
BoardDetailActionSerializer
for board detail lookup. PR #396 by @injoonH. - Include attachment details in the article's detailed response. PR #400 by @injoonH.
Upgrades
- Upgrade Python to 3.11. PR #388 by @injoonH.
- Use typing features supported in Python version 3.11.
- Upgrade Django to 4.2. PR #388 by @injoonH.
- Upgrade MySQL to 8.0. PR #388 by @retroinspect.
Refactors
Fixes
- Allow admin to post anonymous comments. PR #398 by @injoonH.
- Use the appropriate environment variables (dev/prod) for tests. PR #403 by @injoonH.
Docs
Internal
v2.1.0
What's Changed
- Change runner to bap server & Disable FCM by @TriangleYJ in #379
- Apply N+1 Query Issue Hotfix by @injoonH in #375
- Refactor article admin page by @injoonH in #380
- Disable FCM & Update article admin page by @injoonH in #381
Full Changelog: v2.0.13...v2.1.0