aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-10-26Update README to reference 1.16.1Eric Anderson
2018-10-24Update README to reference 1.16.0Eric Anderson
2018-10-03Update README to reference 1.15.1Eric Anderson
2018-09-11Update README to reference 1.15.0 (#4847)Kun Zhang
2018-09-04doc: update README because we have been requiring Java 7. (#4819)Kun Zhang
2018-08-24README.md: Link to Alpine's protoc-gen-grpc-javaEric Anderson
2018-08-14all: point readme to new jar URLCarl Mastrangelo
2018-08-14README.md: Reorganize and trimEric Anderson
Reorganize the README to flow better for new users, pointing them in good directions. Also try to reduce the size so they actually read the thing. It's still to long, but is a step in the right direction. Fixes #4615
2018-08-03Bump protobuf-gradle-plugin to 0.8.5Eric Anderson
The version bump happened in some places already, but many references were missed. This fixes the following warning that shows up with newer versions of Gradle: > Using TaskInputs.file() with something that doesn't resolve to a File > object has been deprecated and is scheduled to be removed in Gradle > 5.0. Use TaskInputs.files() instead.
2018-08-02Encourage using grpc-netty-shaded instead of grpc-nettyEric Anderson
grpc-netty is still really useful, but for most users who aren't doing anything advanced using grpc-netty-shaded is much safer from a dependency basis. grpc-netty-shaded has seen more usage and has shown itself to be stable and reduce the number of conflicts due to Netty versions.
2018-07-31all: update readme to point to 1.14Carl Mastrangelo
2018-07-30all: doc(readme) bump versionsErik Pettersson
Update versions from 1.13.1 to 1.13.2.
2018-06-21Update README to reference 1.13.1 (#4580)ZHANG Dapeng
2018-05-22README.md: update grpc 1.11.0 to 1.12.0 (#4488)Théo Gaillard
Update version strings.
2018-04-30README.md: clarify that Android is for client-side use (#4408)Eric Gribkoff
2018-04-03doc: upgrade protobuf-maven-plugin in README.mdJorg Heymans
2018-03-29Update README to reference 1.11.0Eric Anderson
2018-03-28core,README: add docs about grpc-java-api-checker (#4182)Shohei Kamimori
2018-03-22README.md: fix maven central link (#4256)Eric Gribkoff
2018-02-15Update README to reference 1.10.0 (#4090)Eric Gribkoff
2018-01-17README.md: include supported Android API levelsEric Gribkoff
2018-01-12Update protobuf-gradle-plugin to 0.8.3Eric Anderson
This fixes support for newer Android Gradle Plugins.
2018-01-09Update README to reference 1.9.0 (#3934)Kun Zhang
2018-01-05Upgrade to Protobuf 3.5.1 and Protoc 3.5.1-1. (#3921)Kun Zhang
protoc-3.5.0-linux-x86_64 introduced GLIBC_2.14 dependency and broke gRPC release process (https://github.com/google/protobuf/issues/4138). 3.5.1-1 is the proper re-build.
2017-11-30all: update to proto 3.5.0Carl Mastrangelo
2017-11-28Update README to reference 1.8.0Carl Mastrangelo
2017-10-11Update README to reference 1.7.0dapengzhang0
2017-08-31Update README to reference 1.6.1 (#3428)zpencer
2017-07-18all: recommend latest os maven detectorCarl Mastrangelo
2017-07-14all: update to proto gradle plugin 0.8.1Carl Mastrangelo
2017-07-10Canonicalize URL prefixes to https://grpc.ioMehrdad Afshari
2017-06-16all: update readme to point to 1.4.0Carl Mastrangelo
2017-04-28all: bump recommended gRPC and Proto to 1.3.0 and 3.2.0Carl Mastrangelo
2017-03-17all: bump recommended version to 1.2.0Carl Mastrangelo
2017-02-23all: recommend the latest gRPC version on masterCarl Mastrangelo
2017-01-18docs: add links to examples and tutorials. (#2614)Kun Zhang
2017-01-10readme: Downgrade protoc to 3.0.2 to match grpc-protobufEric Anderson
Protobuf runtime 3.0.2 is included transitively via grpc-protobuf v1.0.3. Protoc doesn't have to match the version identically, but must not be newer than the runtime. We must wait until v1.1 release of grpc to bump protobuf version in the readme. Fixes #2578
2016-12-29Update README to reference 1.0.3Eric Anderson
2016-12-06docs: Place all badges togetherEric Anderson
2016-12-05all: add gitter chat icon to the README.md fileKailash Sethuraman
2016-11-15doc: link to IDE-specific docs for os-maven-pluginEric Anderson
2016-11-01Bump protobuf to 3.1.0Eric Anderson
Also removed warnings about protoc version matching runtime, since this is no longer supposed to be a problem (starting with 3.0.0-beta-4) and all our tests ran fine when using protoc 3.0.2 with protobuf runtime 3.1.0. Fixes #2316
2016-09-29Update README to reference 1.0.1Eric Anderson
2016-09-29all: Bump protobuf to 3.0.2, to fix protoc in CIEric Anderson
protoc no longer builds in 3.0.0 because auto-download of the gmock zip now fails. 3.0.2 has a fix to autogen: https://github.com/google/protobuf/commit/bba446bbf2ac7b0b9923d4eb07d5acd0665a8cf0 All that was strictly necessary was to update .travis.yml and buildscripts/, but it helps our sanity to keep the rest of the protobuf versions in sync. Lite is left on its existing version, because it did not see a bump of neither the java library nor the protoc plugin.
2016-08-19Update README to reference 1.0.0Eric Anderson
2016-08-18build: upgrade to protobuf-gradle-plugin 0.8.0Kun Zhang
2016-07-29Slightly encourage more use of lite, instead of nanoEric Anderson
This is basically a continuation of 4b17a2e31
2016-07-25docs: update grpc version to 0.15.0 and protoc to 3.0.0-beta-3Sky Ao
2016-06-14docs: Don't suggest using grpc-allEric Anderson
Using grpc-all pulls in more dependencies than necessary, as virtually no user needs both OkHttp and Netty or both Protobuf and Protobuf Nano. When the separate deps are listed, users are much more likely to remove unnecessary deps. Fixes #1597
2016-05-12docs: Don't suggest downloading grpc-allEric Anderson
grpc-all is now just a husk of a JAR. Instead, users will need to download each JAR they need separately. Fixes #1805