Skip to content

Releases: huynhthanhbinh/saigonparking

Update logging levels

12 Jun 14:54
Compare
Choose a tag to compare
  • Turn off some packages' logging
  • Disable printing stacktrace on production mode

Handling PermissionDenied + UsernameNotMatch exceptions

08 Jun 04:45
Compare
Choose a tag to compare
v1.1.5

[SERVER] handling PermissionDenied + UsernameNotMatch exceptions

Handling login exceptions

07 Jun 15:35
Compare
Choose a tag to compare
v1.1.4

[SERVER] update AuthService (login) + update UserService (getOne)

Activate account and reset password via Email

07 Jun 12:08
Compare
Choose a tag to compare
v1.1.3

[SERVER] add UserAlreadyActivated + UserNotActivated exceptions

Implement password hashing

07 Jun 08:11
Compare
Choose a tag to compare
v1.1.2

[SERVER] MailService update SaigonParking domain

Implement refresh token

06 Jun 09:19
Compare
Choose a tag to compare
v1.1.1

[SERVER] update emulator

Successfully setup CI with Github Actions

04 Jun 02:15
Compare
Choose a tag to compare
v1.1.0

[SERVER] update CI jobs

Separate gateway into http-gateway and grpc-gateway

27 May 14:36
Compare
Choose a tag to compare
  • GRPC gateway for Content-Type: Application/Grpc
  • HTTP gateway for Content-Type: Application/GrpcWebText
  • Both are instances of the same Kong images: Kong v2.1.0.alpha
  • Update project's architecture

Successfully setup Kong gateway DB less mode

26 May 19:04
Compare
Choose a tag to compare
  • create kong.ym for production environment.
  • create kong_dev.yml for developing environment.
  • update .env, docker-compose for each environment.

Successfully setup gRPC-Web with Kong API Gateway

26 May 12:12
Compare
Choose a tag to compare
  • Remove previous Envoy proxy setup
  • Setup gRPC-Web plugin for Kong gateway
  • Update project architecture remove Envoy
  • Upgrade netty-tcnative-boringssl-static to v2.0.28.Final (gRPC v1.28.0)