gRPC-go 1.
​11
.0 is now released. Full release notes:​​

Dependencies

   - travis: add Go 1.10 and run vet there instead of 1.9 (#1913
   <https://github.com/grpc/grpc-go/pull/1913>)

API Changes

   - credentials/alts: Update ALTS "New" APIs (#1921
   <https://github.com/grpc/grpc-go/pull/1921>)
   - credentials/alts: Simplify "New" APIs (#1895
   <https://github.com/grpc/grpc-go/pull/1895>)

New Features

   - service reflection can lookup enum, enum val, oneof, and field symbols
   (#1910 <https://github.com/grpc/grpc-go/pull/1910>)
      - Special thanks: @jhump <https://github.com/jhump>
   - stats: add BeginTime to stats.End (#1907
   <https://github.com/grpc/grpc-go/pull/1907>)
      - Special thanks: @btc <https://github.com/btc>
   - client: Allow interceptors to store alternate transport.ServerStream
   implementations in context (#1904
   <https://github.com/grpc/grpc-go/pull/1904>)
      - Special thanks: @jhump <https://github.com/jhump>
   - client: export types implementing CallOptions for access by
   interceptors (#1902 <https://github.com/grpc/grpc-go/pull/1902>)
      - Special thanks: @jhump <https://github.com/jhump>
   - gzip: Add ability to set compression level (#1891
   <https://github.com/grpc/grpc-go/pull/1891>)
      - Special thanks: @yogeshpandey <https://github.com/yogeshpandey>
   - credentials/alts: Add ALTS credentials support (#1865
   <https://github.com/grpc/grpc-go/pull/1865>)
   - client: Report underlying connection error in RPC error (#1855
   <https://github.com/grpc/grpc-go/pull/1855>)

Bug Fixes

   - resolver: keep full unparsed target string if scheme in parsed target
   is not registered (#1943 <https://github.com/grpc/grpc-go/pull/1943>)
   - metadata: Fix bug where AppendToOutgoingContext could modify another
   context's metadata (#1930 <https://github.com/grpc/grpc-go/pull/1930>)
   - credentials/alts: fix infinite recursion bug [in custom error type] (
   #1906 <https://github.com/grpc/grpc-go/pull/1906>)
      - Special thanks: @jhump <https://github.com/jhump>
   - transport: fix race that could lead to the server closing a connection
   due to too many pings (#1905 <https://github.com/grpc/grpc-go/pull/1905>)
   - resolver: always fall back to default resolver when target does not
   follow URI scheme (#1889 <https://github.com/grpc/grpc-go/pull/1889>)
   - server: Convert all non-status errors to codes.Unknown (#1881
   <https://github.com/grpc/grpc-go/pull/1881>)
   - Expunge error codes that shouldn't be returned from library (#1875
   <https://github.com/grpc/grpc-go/pull/1875>)

Documentation

   - Add documentation and example of adding details to errors (#1915
   <https://github.com/grpc/grpc-go/pull/1915>)
      - Special thanks: @enocom <https://github.com/enocom>
   - examples: Replace context.Background with context.WithTimeout (#1877
   <https://github.com/grpc/grpc-go/pull/1877>)
   - clientconn: fix a typo in GetMethodConfig documentation (#1867
   <https://github.com/grpc/grpc-go/pull/1867>)
      - Special thanks: @zllak <https://github.com/zllak>

​


Please see release at:
​  https://github.com/grpc/grpc-go/releases/tag/v1.11.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%2BwgKeCRCtD5M%3DEgiowtJ2GPnf9AQ6zrfiY4oM%3DYfQfjud%3DQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to