Skip to content

Releases: lenneTech/nest-server

9.2.8

25 Feb 04:21
1682b8d
Compare
Choose a tag to compare

New decorcators added:

  • CurrentUser
  • GraphQLServiceOptions

9.2.7

24 Feb 10:18
1386c59
Compare
Choose a tag to compare

Ignore selections for populate by default

9.2.6

19 Feb 20:33
3ab5f3a
Compare
Choose a tag to compare

Optimized security check

9.2.5

17 Feb 06:55
ad2e6f8
Compare
Choose a tag to compare

Optimized exception handling in roles guard

9.2.4

17 Feb 06:12
6652b60
Compare
Choose a tag to compare

Extended authorization and optimized exceptions

9.2.3

16 Feb 13:03
112fd50
Compare
Choose a tag to compare

Fixed wrong logout response type

9.2.2

16 Feb 11:47
d912d51
Compare
Choose a tag to compare

Optimized token handling

9.2.1

14 Feb 12:44
ecaba88
Compare
Choose a tag to compare

Dependencies of projects removed from core

9.2.0

14 Feb 11:36
3a190a2
Compare
Choose a tag to compare

Enhancements:

  • Security check for outgoing objects
  • MaxComplexity check of GraphQL requests
  • Logging of exceptions (for better debugging)
  • Refresh token handling
  • Cookie handling for authentication
  • Compression
  • Updated packages

9.1.0

30 Jan 22:31
690e662
Compare
Choose a tag to compare
  • Configurable CRUD process
  • Ignore selections for automatic GraphQL Populate

Attention: Breaking Changes!

  • CrudService now requires the ConfigurationService
  • Order of service in CrudService has been changed