Releases: grpc/grpc-java
v0.8.0 Release
Major changes
- Deadlines are now enforced both on client / server
- Automatic connection reties with backoff
- Experimental Context API
- In-process transport added
- Implementation details moved to internal package
Minor changes
- Numerous documentation improvements
- Interceptors now fire in reverse order
- OkHTTP now has TLS on by default
- Multiple small method
- OkHttp transports now start asynchronously
- NPN Fallback for Android
- Other small code cleanups
- Lots of bug fixes
As we rapidly approach our beta release, we are cleaning up our API and organizing our code to increase maintainability. All breaking changes should have clear and available alternatives (method and class renames).
v0.7.2 Release
v0.7.1 Release
This is a patch release of v0.7.0 that fixes #504 (via cdd81d2). The patch addresses a race condition where multiple Netty transports can be created by the same builder, resulting in an unsharable handler being added to multiple Netty pipelines. In addition, better error handling has been added to the bootstrap of TLS pipelines in order to detect errors that occur early on in protocol negotiation that may have previously been missed.
v0.7.0 Release
First tagged release of gRPC-Java with artifacts and dependencies on Maven Central, complete with binary protoc plugin.
gRPC-Java is considered alpha quality and does not yet guarantee API-stability.