gRPC-go 1.7.0 is now released. Full release notes: Dependencies
- Remove Go1.6 support (#1492 <https://github.com/grpc/grpc-go/pull/1492> ) API Changes - Add new Resolver and Balancer APIs (gRFC L9) (#1408 <https://github.com/grpc/grpc-go/pull/1408>) - New implementation of roundrobin and pickfirst (#1506 <https://github.com/grpc/grpc-go/pull/1506>) Behavior Changes - Truncate payload trace string, and turn trace off by default (#1509 <https://github.com/grpc/grpc-go/pull/1509>) New Features - Make IO Buffer size configurable. (#1544 <https://github.com/grpc/grpc-go/pull/1544>) - DNS with new API (#1513 <https://github.com/grpc/grpc-go/pull/1513>) Performance Improvements - Use the same hpack encoder on a transport and share it between RPCs. ( #1536 <https://github.com/grpc/grpc-go/pull/1536>) Bug Fixes - transport: fix racey send to writes channel in WriteStatus (#1546 <https://github.com/grpc/grpc-go/pull/1546>) - Use Type() method for OAuth tokens instead of accessing TokenType field. (#1537 <https://github.com/grpc/grpc-go/pull/1537>) - Dedicated goroutine for writing. (#1498 <https://github.com/grpc/grpc-go/pull/1498>) Documentation - Update UnknownServiceHandler comment to be clearer about interceptor behavior (#1566 <https://github.com/grpc/grpc-go/pull/1566>) Please see release at: https://github.com/grpc/grpc-go/releases/tag/v1.7.0 -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAPh%2Bwg%2BMdCkScgy0dz%3DrCZ58tmB%3DzvxH8i-xd724Z9d6ku6zAg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
