Skip to content

Releases: Pantheonix/Asgard

odin: v1.2.0

09 Dec 19:46
4ca57cf
Compare
Choose a tag to compare

1.2.0 (2024-12-09)

Features

odin: v1.1.0

02 Nov 21:16
59617ed
Compare
Choose a tag to compare

1.1.0 (2024-11-02)

Features

  • odin: replace hard-coded clusters with dapr cluster (#51) (f909f0b)

quetzalcoatl: v1.0.2

24 Sep 09:42
4bcb482
Compare
Choose a tag to compare

1.0.2 (2024-09-24)

Bug Fixes

  • quetzalcoatl: remove redundant compose file (#45) (481a13b)

quetzalcoatl: v1.0.1

24 Sep 09:23
a2d4540
Compare
Choose a tag to compare

1.0.1 (2024-09-24)

Bug Fixes

  • quetzalcoatl: remove obsolete role enum (#42) (0794dfe)

quetzalcoatl: v1.0.0

21 Sep 12:55
31620f8
Compare
Choose a tag to compare

1.0.0 (2024-09-21)

Features

  • cors: enable cors policy for anubis, enki and quetzalcoatl (6652dbc)
  • images: allow anonymous users to access the image endpoint (9689d00)
  • roles: add endpoints for roles management (33e1b88)
  • users: add support for filtering-sorting-pagination for users endpoint (464b181)

Bug Fixes

  • quetzalcoatl: check profile picture not to be null before adding its id to dtos (f869580)
  • quetzalcoatl: get total count of items after filtering for correct user pagination on GetAll endpoint (8fdd7ec)
  • remove role: add role information to user response (c1ad42e)

Performance Improvements

  • prod: update SameSite attribute for cookies to None (7d143ad)
  • quetzalcoatl: extract cors origins in envvar (cffef24)
  • quetzalcoatl: set cookies as samesite none (6108f12)
  • quetzalcoatl: simplify refresh token logic (36f3105)
  • quetzalcoatl: update user dtos to use ProfilePictureId instead of ProfilePictureUrl (67da983)
  • register: set auth tokens as samesite lax (c4537b6)
  • users: define all fsp params as optional (54ec5c2)

odin: v1.0.0

21 Sep 12:55
e0491e2
Compare
Choose a tag to compare

1.0.0 (2024-09-21)

Features

  • Add logging and error handling to refresh token endpoint (fdfc9ba)

Bug Fixes

  • odin: remove certs dependency as they are already set in lb (92ec8a0)
  • odin: remove https redirection (11cdfb6)
  • odin: use correct name for access token (d7aabcb)

Performance Improvements

  • odin: add https support (17d199d)
  • odin: add lua filter for appending access/refresh tokens from/to requests/responses (884b168)
  • odin: increase expiry time for newly created access tokens (9e86619)
  • prod: update SameSite attribute for cookies to None (7d143ad)

hermes: v1.0.0

21 Sep 12:55
eea3440
Compare
Choose a tag to compare

1.0.0 (2024-09-21)

Features

  • cors: enable cors policy for anubis, enki and quetzalcoatl (6652dbc)

eval-lb: v1.0.0

21 Sep 12:55
155180d
Compare
Choose a tag to compare

1.0.0 (2024-09-21)

Features

  • anubis-judge0: add nginx lb between anubis and judge0 replicas (13fbc85)

enki: v1.0.0

21 Sep 12:55
bbcfa2f
Compare
Choose a tag to compare

1.0.0 (2024-09-21)

Features

  • anubis-judge0: add nginx lb between anubis and judge0 replicas (13fbc85)
  • cors: enable cors policy for anubis, enki and quetzalcoatl (6652dbc)
  • enki+anubis: add pubsub support for eval metadata retrieval to improve performance (35391c9)
  • enki: add delete problem endpoint (propagate deletion event against hermes too) (f29eaa5)

Bug Fixes

  • enki: allow proposer to keep the same name for an existing problem on problem update endpoint (b1226a1)
  • enki: count items after filtering for correct pagination of problems (both published and unpublished) (15a607b)

Performance Improvements

  • enki: add authorization to GetListAsync and GetAsync methods (be8e58b)

dapr: v2.1.0

21 Sep 12:55
86c427d
Compare
Choose a tag to compare

2.1.0 (2024-09-21)

Features

  • enki+anubis: add pubsub support for eval metadata retrieval to improve performance (35391c9)