Skip to content

Releases: go-training/proto-go-sample

v0.0.1

27 Aug 04:54
Compare
Choose a tag to compare

Changelog

Bug fixes

Enhancements

  • c81c1c3 chore(chi): add grpcv1 and grpcv1Alpha version
  • e1aafa4 chore(chi): add health service
  • c52769a chore(client): add gRPC Web client
  • 7f650d7 chore(client): update helth check
  • 9ef4cc4 chore(deps): bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#1)
  • 39e6427 chore(gin): add graceful shutdown
  • a8c5189 chore(gin): re-structure folder.
  • c5360ed chore(gitea): add health service
  • fe60cc9 chore(gitea): add single request and response as stream example
  • 182dea3 chore(gitea): add testing
  • a25616f chore(go): add coverage file
  • b254cb1 chore(grpc): add grpc routing
  • 7826a9c chore(grpc): move routerFn to grpc package
  • 253f987 chore(health): check grpc health
  • 231ddaa chore(health): remove empty service check
  • 0b15a9f chore(lint): fix lint warning
  • a798fa1 chore(lint): import order.
  • edab449 chore(ping): add testing
  • 9bb35bc chore(proto): add health check for gRPC v1 and alpha
  • 75a3273 chore(server): support certificate file path
  • 0d6b51b chore(test): update testing
  • 4ece682 chore: Add health check
  • 9a5b796 chore: Add introduce testing
  • 19f60db chore: add proto client
  • edfaa78 chore: add sample code
  • 30f3a21 chore: change default go version
  • 2c750bb chore: enable CI/CD
  • 0730f30 chore: re-structure folder
  • c6b8e16 chore: release binary
  • 754c6cb chore: support time duration
  • f8def09 chore: upgrade go module
  • a4ed1fb chore: upgrade package
  • 67b6066 chore: upgrade to go1.19

Others