Skip to content

Releases: AccentDesign/grpc

Release v0.0.10

16 Aug 12:26

Choose a tag to compare

  • bump go to 1.21.0
  • update all dependencies

Release v0.0.9

24 Jul 11:04

Choose a tag to compare

  • bump go to 1.20.6
  • update all dependencies

Release v0.0.8

01 Jun 11:56

Choose a tag to compare

  • Auth
    • use govalidator.
    • catch gorm.ErrDuplicatedKey in update user
  • Email
    • use govalidator.

Release v0.0.7

25 Apr 22:05

Choose a tag to compare

Add CGO_ENABLED=0 pre-command

Release v0.0.6

25 Apr 21:14

Choose a tag to compare

Add CGO_ENABLED=0 pre-command

Release v0.0.5

14 Apr 14:16

Choose a tag to compare

Notes

  • Auth

    • added health service.
  • Email

    • added health service.
    • added service validation.

Release v0.0.4

12 Apr 13:42

Choose a tag to compare

Services

Auth

  • No changes

Email

  • Added email service

Release v0.0.3

08 Apr 10:27

Choose a tag to compare

Auth Service

  • Removed triggers that clear token to internal after update hooks to more easily use diff db's when needed.
  • Added new -migrations flag "on", "off" and "dry-run".

Release v0.0.2

07 Apr 08:08

Choose a tag to compare

Auth Service

  • added error logging
  • updated dependencies

Initial test release

05 Apr 13:43

Choose a tag to compare

  • added initial auth service