Skip to content

Latest commit

 

History

History
124 lines (81 loc) · 4.77 KB

changelog.md

File metadata and controls

124 lines (81 loc) · 4.77 KB

1.0.0 , 2023-05-05

  • javax. -> jakarta.
  • quarkus -> 3.0
  • grpc -> 1.54.1

1.0.0 , 2020-12-02

  • add client final message support

2020-07-21 GLS , publish online.

1.0.0 , 2020-06-30

  • .net2.0 client publish

1.0.0 , 2020-06-20

  • Dictionary key keep same , not camel

1.0.0 , 2020-05-06

  • remove Google.Api.CommonProtos
  • shortter Property name of Outmessage

1.0.0 , 2020-04-24

  • ci/cd ok

1.0.0-rc , 2020-04-20

  • appsettings.json for Client Side

1.0.0-rc , 2020-04-15

  • Deadline Set Support
  • EnableRestCall in appsettings.json

1.0.0-rc , 2020-04-14

  • ValueType Ok
  • Can offer a Simple Rest Wrap for Grpc

1.0.0-rc , 2020-04-07

  • Headers of Context is ok
  • Contract 1.0.0 is release

1.0.0-rc , 2020-04-01

// TODO

Method : cacheKey , Timeout Helm Chart

https://github.com/grpc/grpc/blob/master/doc/health-checking.md liveness 和 readiness path enum ServingStatus { UNKNOWN = 0; SERVING = 1; NOT_SERVING = 2; } service Health { rpc Check(string service) returns (ServingStatus status);

rpc Watch(string service) returns (stream ServingStatus status); }