Skip to content

quetzalcoatl: v1.0.0

Choose a tag to compare

@WarriorsSami WarriorsSami released this 21 Sep 12:55
31620f8

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)