Skip to content

Releases: sparcs-kaist/new-ara-api

v3.0.1

10 Aug 14:26
a60553f
Compare
Choose a tag to compare

Fixes

  • Enable the debug toolbar in the development environment. PR #408 by @injoonH.
  • Fix the N+1 problem (join the board group when selecting articles). PR #409 by @injoonH.

v3.0.0

05 Aug 14:57
abe95c0
Compare
Choose a tag to compare

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.
  • 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

Refactors

  • Exclude unnecessary fields of Board and Topic in serializers. PR #391 by @injoonH.

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

  • Update package versions and package manager in README.md. PR #388 by @injoonH.

Internal

  • Update environment variable CACHE_DOCKER_TAG to DJANGO_ENV. PR #388 by @injoonH.

v2.1.0

01 Apr 20:04
bdaeb0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.13...v2.1.0

v2.0.13

30 Mar 15:20
f19773d
Compare
Choose a tag to compare
  • Prefetch communication articles when listing recent articles

v2.0.12

16 Mar 03:24
828efbf
Compare
Choose a tag to compare
  • Prefetch attachments when listing recent articles

v2.0.11

14 Mar 03:33
01d6927
Compare
Choose a tag to compare
  • Prefetch communication articles when listing articles

v2.0.10

09 Mar 17:19
858d4d9
Compare
Choose a tag to compare
  • Hotfix N+1 Query Issue

v2.0.9

09 Nov 16:31
80b62af
Compare
Choose a tag to compare

Hotfix crawling inline data from the KAIST portal.

v2.0.8

14 Oct 15:19
bc1aa19
Compare
Choose a tag to compare

BoardNameTypeBoardAccessPermissionTypeauto()를 integer로 복원

v2.0.7

13 Oct 13:26
a8dcb82
Compare
Choose a tag to compare
  • timezone.datetime.min.replace(tzinfo=timezone.utc)MIN_TIME 상수로 선언
  • Pre-commit hook 업데이트
  • Board pagination 제거