Skip to content

Releases: kir-dev/konzisite-api

v1.3.0

08 Dec 17:10
Compare
Choose a tag to compare

English language support:

  • Language of a consultation can be set
  • Consultations can be queried by language
  • Subjects have an optional englishName field
  • Improved subject import functionality

v1.2.0

08 Jul 14:48
Compare
Choose a tag to compare

New features & changes on the backend:

  • new endpoint to generate a PDF report about the user's presentations
  • new endpoint to generate a PDF report about all the consultations, accessible only to admins
  • Nest v10

v1.1.2

24 Apr 12:55
Compare
Choose a tag to compare

New features & changes on the backend:

  • Updated node to v18
  • Other dependency updates
  • more logging
  • fixed a bug where attachments weren't cleaned up if a consultation was deleted

v1.1.1

10 Apr 21:48
984e48a
Compare
Choose a tag to compare

No changes on the backend since the last release.

v1.1.0

07 Apr 09:31
a325f51
Compare
Choose a tag to compare

New features & changes on the backend:

  • no more internal server error after invalid user id in GET /users/:id
  • supported requests are sent with every user in GET /users/:id
  • endpoint for generating an .ics calendar file for a consultation
  • HTTP exceptions refactored for cleaner code
  • connected our brand new email service
  • new email template for fulfilled request
  • email notification when a new consultation is announced and it fulfills a request that you support
  • dependency bumps

v1.0.3

04 Mar 21:00
43c5719
Compare
Choose a tag to compare
  • upper length limit to text fields
  • hide private consultations from userprofile

v1.0.2

27 Feb 20:05
dfc0de3
Compare
Choose a tag to compare

Some bugfixes around creating/updating consultations

v1.0.1

26 Feb 10:47
19ddb8c
Compare
Choose a tag to compare

Added missing validation when creating a konzi that fulfills a request

v1.0.0

24 Feb 21:07
Compare
Choose a tag to compare

New features & changes on the backend:

  • consultation request endpoint small changes
  • order users alphabetically if they had the same number of consultations
  • docker image improvements
    • smaller image size, devDependecies removed
    • files saved to consultations will persist after container restart

v0.3.0

22 Feb 22:53
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

New features & changes on the backend:

  • support for deleting files
  • subject and group subscription
  • findAll endpoint improvements for subjects, groups, consultations and users
  • alert
  • consultation requests
  • endpoint for home page
  • dockerfile improvements