Skip to content

Releases: GrantZheng/kit

v1.1.2

06 Feb 14:20
f2f548d
Compare
Choose a tag to compare

A new release includes support for the Windows operating system. In the past, if users used Windows operating system to perform some operations, they could only operate with GitBash or other similar software. Now when you use the Windows operating system, kit uses CMD to execute some commands to provide support for the windows operating system.

Enhancements

  • generator: Use cmd to execute protoc command if the current operating system is Windows (#15) - thanks, @bootun
  • generator/template: Use separate packages to maintain file templates - thanks, @bootun

Bug fixes

  • cmd: improve tips when the attempt to execute protoc fails - thanks, @bootun

v1.1.0

25 Jan 08:32
dcf2c47
Compare
Choose a tag to compare

Enhancements

  • Support go install #25 - thanks @bootun
  • Update the dependency of gRPC from golang /protobuf to grpc/grpc-go and protobuffers/protobuf-go #22 - thanks @bootun

Documentation

  • README: translate README.md to Chinese #27 - thanks @bootun

v1.0.0

25 Feb 00:28
2621a49
Compare
Choose a tag to compare

Enhancements

  • Support go module (kujtimiihoxha#43)
  • Replace lightsteptracergo.FlushLightStepTracer with lightsteptracergo.Flush
  • Replace the github.com/openzipkin/zipkin-go-opentracing with github.com/openzipkin-contrib/zipkin-go-opentracing (kujtimiihoxha#45)
  • Optimize redundant code

Documentation

  • README: introduce the use of go module and the way to install the forked project