Skip to content

Releases: sparcs-kaist/new-ara-api

v3.4.3

12 Mar 13:03
Compare
Choose a tag to compare

What's Changed

Fixes

  • Change ingress host to newara.sparcs.org. by @injoonH

Full Changelog: v3.4.2...v3.4.3

v3.4.2

12 Mar 12:50
ddc3b4c
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix notification displaying nickname on anonymous post. PR #456 by @injoonH

Full Changelog: v3.4.1...v3.4.2

v3.4.1

06 Mar 16:46
f9e5595
Compare
Choose a tag to compare

What's Changed

Internal

Full Changelog: v3.3.1...v3.4.1

v3.3.1

06 Mar 13:26
e04da28
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: v3.3.0...v3.3.1

v3.3.0

21 Feb 10:22
b84a020
Compare
Choose a tag to compare

What's Changed

Features

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

07 Jan 06:41
06fc587
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: v3.1.0...v3.2.0

v3.1.0

05 Jan 13:09
0576262
Compare
Choose a tag to compare

What's Changed

Features

Refactors

  • Use PositiveIntegerField and PositiveSmallIntegerField. PR #401 by @injoonH.

Fixes

Docs

  • Update README and define coding styles. PR #422 by @injoonH.

New Contributors

Full Changelog: v3.0.1...v3.1.0

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