Skip to content

Releases: zhumeisongsong/graphql-federation-workspace

v1.11.0

04 Dec 04:34
Compare
Choose a tag to compare

1.11.0 (2024-12-04)

Features

  • ✨ add findByEmail use case (dec50d6)

v1.10.0

03 Dec 11:53
Compare
Choose a tag to compare

1.10.0 (2024-12-03)

Bug Fixes

  • 🐛 Add @IsOptional() Decorator for Nullable Fields (5ca9dc8)
  • 🐛 add Injectable decorator to AuthService (bf13f1c)
  • 🐛 add InputType decorator (092fc79)
  • 🐛 AuthModule is invalid (257f49d)
  • 🐛 AuthModule is not valid (edb09bb)
  • 🐛 fix UserDto type (ac2cdb4)

Features

  • ✨ import AuthModule to User AppModule (6cb1c40)
  • ✨ merge conflict (0a79470)

v1.9.0

03 Dec 10:01
Compare
Choose a tag to compare

1.9.0 (2024-12-03)

Features

  • ✨ register JwtModule as global (28194fd)

v1.8.0

03 Dec 08:00
Compare
Choose a tag to compare

1.8.0 (2024-12-03)

Bug Fixes

  • 🐛 fix import path to pass lint check (a4b642c)
  • 🐛 Remove overly restrictive JWT secret length constraint (ca08b71)

Features

v1.7.0

02 Dec 13:52
Compare
Choose a tag to compare

1.7.0 (2024-12-02)

Bug Fixes

  • 🐛 error handler of AuthService (c6d19d5)
  • 🐛 return accessToken instead of hard code (45fb656)

Features

  • ✨ Avoid exposing internal error details in exceptions (71f2c28)

v1.6.0

02 Dec 09:42
Compare
Choose a tag to compare

1.6.0 (2024-12-02)

Features

  • ✨ use awsCognitoService in AuthService (c4c5889)

v1.5.0

02 Dec 07:40
Compare
Choose a tag to compare

1.5.0 (2024-12-02)

Bug Fixes

  • 🐛 Add required dependencies to the auth module (07b0d47)
  • 🐛 lint error (f314ce9)

Features

  • ✨ add AuthResolver (07dd0a0)
  • ✨ initial @auth/interface-adapters (ff5bace)
  • ✨ initial auth application (e51d448)
  • ✨ initial AuthService with hard code (e2a36c5)

v1.4.1

02 Dec 01:00
Compare
Choose a tag to compare

1.4.1 (2024-12-02)

Bug Fixes

  • deps: update dependencies (5417a58)

v1.4.0

29 Nov 02:35
Compare
Choose a tag to compare

1.4.0 (2024-11-29)

Bug Fixes

  • 🐛 error spell of cognito (e9d076e)
  • 🐛 remove getUser from AwsCognitoService (3eed341)

Features

  • ✨ add AwsCognitoService (94ca82f)
  • ✨ Add token validation and improve error handling (5a1fca5)
  • ✨ enhance error handler of signIn (f4407db)
  • ✨ Enhance password validation rules (e9ccacc)
  • ✨ Enhance refresh token validation (16b84f2)
  • ✨ Enhance security and error handling in signup flow (8daf4cf)
  • ✨ Fix error handling of confirmSignUp (db2544f)
  • ✨ Fix inconsistent password validation error messages (eb3250d)
  • ✨ initial aws cognito lib (0ba9dca)
  • ✨ Prevent silent failures in ClientId handling (2ac841a)
  • ✨ Uncomment the rate limiting decorators (067e1a9)

v1.3.0

27 Nov 06:44
Compare
Choose a tag to compare

1.3.0 (2024-11-27)

Bug Fixes

  • 🐛 same contradictory constraints as firstName field (656402c)

Features

  • ✨ Add email format validation and uniqueness constraint (382e302)
  • ✨ Add validation decorators,class-validator to DTO (a4e2dd6)
  • ✨ update user attributes to nullable (ca27362)
  • ✨ update user entity in domain (e59cd6e)
  • ✨ update UserDocument (5699cd5)
  • ✨ update UserDto in resolver layer (b66a109)