The v1.0.3 release has a small bugfix and experimental support for forward
proxies. Only users of InProcess transport in tests or users wanting to
test the forward proxy support benefit from the update.

   - Remove a usage of an executor which was just to avoid lock ordering
   issues. Now the work is done on the same thread, but after locks are
   released. This fixes non-determinism when "connecting" with the InProcess
   transport (#2444 <https://github.com/grpc/grpc-java/issues/2444>)


   - Add experimental support for http forward proxies via CONNECT to both
   Netty and OkHttp transports. Proxy authentication is unsupported. To
   enable, use the GRPC_PROXY_EXP environment variable and set to a
   host:port-formatted string. Error handling is known to be weak when
   negotiating with the proxy; most proxy failures will result in a generic
   error. Errors after negotiation completes are unaffected.

Although the release does not yet show up in search.maven.org nor the index
pages of the mirrors, it is already available on Maven Central for your use.

-- 
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/CA%2B4M1oPY5kG9sJZQuDK-Vvxvht1AmV2HmpY5P2syeB21tFagfA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to