Commit Graph

  • b34b13bab3 Bump grpc lib and fix deprecations (#286) Jeff Widman 2022-02-05 07:28:05 -08:00
  • b890db745f Bump protobuf lib and fix deprecation warnings (#285) Jeff Widman 2022-02-04 14:19:52 -08:00
  • 57a2cd1a09 bump github.com/jhump/protoreflect from v1.10.1 to v1.10.2 (#284) Vladyslav Shalamai 2022-02-04 17:15:18 +02:00
  • ae7473c7a7 add dependabot configuration (#267) wwuck 2022-01-13 01:57:41 +11:00
  • b3f576068c update golang.org/x/text to v0.3.7 (#275) Joshua Humphries 2022-01-10 15:18:54 -05:00
  • 8ee6c9423b can't build s390x docker images; skip for now (#265) v1.8.5 Joshua Humphries 2021-10-07 16:37:41 -04:00
  • 4b65b3ee55 fix release script: 'docker buildx create' step needs to be re-runnable without error (#264) v1.8.4 Joshua Humphries 2021-10-07 16:10:47 -04:00
  • 9ac7e3a34d set value of creds instead of creating new variable (#263) Jeffrey Duce 2021-10-07 15:49:59 -04:00
  • 76bbedeed0 invoking client-streaming RPC can panic (#262) v1.8.3 Joshua Humphries 2021-10-07 14:55:12 -04:00
  • b9d2d8cfa8 cleanup deps; pin versions of tools using 'go install' instead of in go.mod; tidy up go.sum (#260) Joshua Humphries 2021-10-06 20:58:00 -04:00
  • 30b8cd1531 Add info about docker pitfalls to README (#258) Bjarne Sievers 2021-10-06 21:25:18 +02:00
  • a8f79c8751 use latest protoreflect (#259) Joshua Humphries 2021-10-06 09:39:01 -04:00
  • bf9b13d6c5 update install from source directions to work with Go 1.16 Joshua Humphries 2021-09-23 10:37:13 -04:00
  • c3bde04cc1 use circleci instead of travis (#256) Joshua Humphries 2021-09-23 09:20:48 -04:00
  • 2e9ba5024e Build multiarch docker images for release: amd, s390x, arm (#251) Namrata Bhave 2021-09-23 17:25:01 +05:30
  • 127194b205 Support SSLKEYLOGFILE environment variable for key logging (#245) Igor 2021-09-20 17:53:44 +02:00
  • cd242fe1ed build release binaries for linux/s390x (#248) Namrata Bhave 2021-08-18 18:23:40 +05:30
  • 59a32e5eb0 Upgrade to using golang 1.15 to build (#240) v1.8.2 Sunil Thorat 2021-07-14 19:54:01 +05:30
  • 7e1cd16164 use newer protoreflect, v1.9.0 (#242) Joshua Humphries 2021-07-13 11:53:16 -04:00
  • de25c89822 allow callers of BlockingDial to override grpc.FailOnNonTempDialError dial option (#241) Joshua Humphries 2021-07-12 15:27:33 -04:00
  • f1d396c31e freshen README, point to 3rd party packages for install (#229) Joshua Humphries 2021-05-04 12:03:54 -04:00
  • 1986364acd make go.sum authoritative v1.8.1 Josh Humphries 2021-04-30 17:15:18 -04:00
  • bdf97bc934 Bump grpc-go to 1.37.0 (#230) Erik Johansson 2021-04-29 16:48:41 +02:00
  • 2f55ac63a4 release binaries for arm64 (#220) Z. Liu 2021-04-02 05:06:16 -07:00
  • 8d7770a962 use latest version of protoreflect (#212) Joshua Humphries 2021-02-22 17:32:40 -05:00
  • 1f34448998 Help text for "-H" option: remove duplicated word (#207) Leonhard Markert 2021-02-01 15:31:49 +00:00
  • 06a970022e darwin/386... 🤦 v1.8.0 Josh Humphries 2021-01-05 12:42:15 -05:00
  • db90ec1160 go 1.15 no longer supports darwin/386; ignore any IDE config folder Josh Humphries 2021-01-05 12:39:34 -05:00
  • 9da71fbe53 when -format-error option is used, format service reflection errors, too (#188) Mikhail Katychev 2020-09-30 17:24:46 +00:00
  • 9846afccbc feat: add support for user-agent header (#182) Guilherme Salazar 2020-09-04 12:31:28 -03:00
  • ba5f667e13 fix latest CI breakages by forking code from grpc-go's interop/testing Joshua Humphries 2020-08-31 14:44:59 -04:00
  • 54ffdcacda fix typo Joshua Humphries 2020-08-24 13:58:09 -04:00
  • ceef817807 make use of -plaintext flag more clear in examples Joshua Humphries 2020-08-24 13:56:57 -04:00
  • e544b9e66f Print size of the message in very verbose mode (#181) Sergei Vorobev 2020-08-14 08:02:42 -07:00
  • 41a6ac0479 no more support for go 1.11 without modules (#180) Joshua Humphries 2020-07-31 12:26:31 -04:00
  • f37ec641c5 make release work... (#179) v1.7.0 Joshua Humphries 2020-07-30 22:10:03 -04:00
  • 8e51c5e2d3 cmd/grpcurl: add -allow-unknown-fields option (#147) Adam Babik 2020-07-23 16:54:06 +02:00
  • 8376c2f7bb update go get line in README Joshua Humphries 2020-07-20 12:46:55 -04:00
  • 0162fa9726 go.mod and Makefile tweaks; move import of xds package to cmd/grpcurl (#170) Joshua Humphries 2020-07-14 12:20:32 -04:00
  • b8c67b7a4e Bump grpc-go to 1.30.0 (#168) v1.6.1 Erik Johansson 2020-07-13 19:16:48 +02:00
  • ff114930fd update travis badge and link Joshua Humphries 2020-07-09 20:53:23 -04:00
  • 5ad5edb29c pin goreleaser in go.mod; fix config file so latest version accepts it; allow using go modules in 'make release' (#161) Joshua Humphries 2020-06-01 18:56:18 -04:00
  • 44547153b3 unpin Go point release and alpine version in Dockerfile (#162) Joshua Humphries 2020-05-15 11:40:32 -04:00
  • 2108c8f0b3 use go 1.13 to build docker image (#160) v1.6.0 Joshua Humphries 2020-05-15 08:21:08 -04:00
  • 36008aa111 Add -format-error option (#155) Mikhail Katychev 2020-05-15 00:40:13 +00:00
  • 50833f1b21 upgrade deps; remove go 1.14 from go.mod (#158) Joshua Humphries 2020-05-14 20:00:04 -04:00
  • 939766fb42 Go tip does not like using string(i) where i untyped int (#159) Joshua Humphries 2020-05-14 19:38:08 -04:00
  • b58182a88d get travis CI green again (#157) Joshua Humphries 2020-05-12 13:06:14 -04:00
  • 8e2cf9b3c2 fix crash when emitting empty messages in text format (#153) Serge Bazanski 2020-04-23 22:20:45 +02:00
  • 36f9e53dfd Allow extra descriptor sources in reflection mode (#146) Alexander Chiu 2020-04-20 21:42:11 +02:00
  • bfbbed1d42 vet with modules (#150) Joshua Humphries 2020-04-16 15:27:01 -04:00
  • 153d36db8c Remove golang/protobuf/jsonpbtest dep (#145) v1.5.1 Johan Brandhorst 2020-04-03 17:45:05 +01:00
  • 2af40876fc drop Go 1.9 and 1.10 from CI; add 1.13 and 1.14 (#144) Joshua Humphries 2020-04-01 09:02:40 -04:00
  • 0218a7db67 add script and readme for creating new releases (#140) Joshua Humphries 2020-03-18 08:51:18 -04:00
  • 96cfd48e32 Activate xDS support in grpcurl (#137) v1.5.0 Richard Belleville 2020-03-13 13:29:41 -07:00
  • d30f3a01b7 Bump grpc to 1.28 (#136) Richard Belleville 2020-03-12 15:55:09 -07:00
  • 0d669e78d0 use wrapped TransportCredentials instead of handling handshake in Dialer (#130) Joshua Humphries 2020-01-27 12:15:47 -05:00
  • 9572bd4525 Register gzip decoder (#124) Blake Williams 2019-11-27 00:55:50 +11:00
  • ccc9007156 add -protoset-out option (#120) v1.4.0 Joshua Humphries 2019-09-30 09:50:17 -04:00
  • 9248ea0963 Add Expand Headers Feature (#117) J M 2019-09-26 17:26:38 -04:00
  • 4054d1d115 fix go.mod for Go 1.13 (#110) v1.3.2 Joshua Humphries 2019-08-09 14:17:53 -04:00
  • 5631bba117 add official Dockerfile (#104) v1.3.1 Joshua Humphries 2019-07-03 15:57:24 -04:00
  • 80425d1b17 use protoreflect 1.4.4 (#109) Joshua Humphries 2019-07-03 15:56:51 -04:00
  • 7e4045565f update all deps; use new ResolveFilenames method (#103) v1.3.0 Joshua Humphries 2019-05-24 10:26:38 -04:00
  • e5b4fc6cc0 add API to expose AnyResolver implementations backed by a DescriptorSource (#102) Joshua Humphries 2019-05-22 21:38:46 -04:00
  • 09c3d1d69e use just-released v1.3.0 protoreflect (#101) Joshua Humphries 2019-05-22 16:20:41 -04:00
  • 5d6316f470 Adds support for showing error details (#98) Joshua Humphries 2019-04-09 09:34:39 -04:00
  • f0723c6273 fix flaky test (#93) Joshua Humphries 2019-03-25 10:34:32 -04:00
  • fe97274a1b staticcheck no longer runs on Go 1.10 (#92) Joshua Humphries 2019-03-22 14:35:01 -04:00
  • 1bbf8dae71 Fix function comments based on best practices from Effective Go (#87) CodeLingo Team 2019-03-14 03:58:13 +13:00
  • 0fcd3253f6 latest protoreflect fixes some bugs in JSON marshaling/unmarshaling (#86) v1.2.1 Joshua Humphries 2019-03-07 13:35:49 -05:00
  • 4c9c82cec3 use custom flagset (#85) v1.2.0 Joshua Humphries 2019-02-28 10:58:53 -05:00
  • 5082a1dc68 add -max-msg-sz flag (#84) Joshua Humphries 2019-02-28 08:35:50 -05:00
  • d641a66208 fix flaky test where code can be 'cancelled' unexpectedly, instead of some error code provided by the server (#83) Joshua Humphries 2019-02-27 20:28:43 -05:00
  • ce84976d3c fix typo in readme Joshua Humphries 2019-02-27 18:16:55 -05:00
  • b292d5aef8 add Go 1.12 to travis config (#82) Joshua Humphries 2019-02-27 17:31:54 -05:00
  • 5516a45602 update proto and grpc deps (#81) Joshua Humphries 2019-02-27 17:30:44 -05:00
  • 4a329f3b13 add Homebrew installation method to README (#77) Andrew McCallum 2019-01-23 15:50:39 +00:00
  • 1c6532c060 fix minor issues caught by staticcheck (#76) Joshua Humphries 2019-01-03 10:09:24 -05:00
  • 0f9e76c978 ignore deprecated check for now (#75) v1.1.0 Joshua Humphries 2018-12-17 10:47:17 -05:00
  • 9fa2fce63b make method invocation resilient to errors trying to load all files from server (#74) Joshua Humphries 2018-12-13 11:44:43 -05:00
  • 70e9bba1b8 fix typo in Makefile (#72) Joshua Humphries 2018-12-12 10:10:23 -05:00
  • d86529bb4f don't use TLS 1.3, which isn't quite right yet in Go tip (#66) Joshua Humphries 2018-11-15 20:27:01 -05:00
  • 0dea37ee70 on error reading request, bidi stream would hang (#63) Joshua Humphries 2018-11-01 14:32:56 -04:00
  • dfa06f4410 several Go libraries, including gRPC and golang.org/x/net/http2, no longer support Go 1.8 and older (#64) Joshua Humphries 2018-11-01 14:24:33 -04:00
  • 22ce2f04fd account type in OpenAccount RPC was ignored (#61) Joshua Humphries 2018-11-01 13:52:58 -04:00
  • 1e8e50f4f8 make MakeTemplate more robust (#60) Joshua Humphries 2018-10-22 22:59:11 -04:00
  • 7cabe7a9d0 move more stuff from cmd to package (#59) Joshua Humphries 2018-10-19 14:47:25 -04:00
  • 9a4bbacdd6 some pre-factoring and small fixes (#58) Joshua Humphries 2018-10-18 23:51:38 -04:00
  • 69ea782936 reconcile with recent change to "describe" output Joshua Humphries 2018-10-18 13:54:51 -04:00
  • 58cd93280e use proto syntax for describe (#57) Joshua Humphries 2018-10-18 13:50:44 -04:00
  • a337c1afcf improve flag doc with go 1.10+ (#56) Joshua Humphries 2018-10-18 13:16:33 -04:00
  • e00ef3eb7c add option to support text format (#54) Joshua Humphries 2018-10-16 21:26:16 -04:00
  • 397a8c18ca update README (#55) Joshua Humphries 2018-10-16 12:56:40 -04:00
  • 554e69be2c use correct package name for golint (#53) Joshua Humphries 2018-10-12 09:06:35 -04:00
  • 2dd771c49e fix typo in InvokeRpc() comment (#50) Ryo Nakao 2018-09-27 11:02:34 +09:00
  • 79a550b858 add goreleaser (#49) Leigh McCulloch 2018-09-25 06:34:02 -07:00
  • d4d048fade support go modules (#48) v1.0.0 Joshua Humphries 2018-09-14 20:18:53 -04:00
  • 6198551381 add bankdemo, from Gophercon 2018 demo (#45) Joshua Humphries 2018-09-07 18:21:02 -04:00
  • 1e72fa2cd1 Point to server reflection docs (#38) Jean de Klerk 2018-08-08 16:43:18 +02:00