1. d04d7b1 all: upgrade to google.golang.org/protobuf@v1.23.0 (#1131) by Joe Tsai · 4 years ago main master v1.4.2
  2. 07c14f1 proto: make InternalMessageInfo functional (#1129) by Joe Tsai · 4 years ago
  3. 00998c7 jsonpb: fix a confusing error message (#1125) by Isaac Schwabacher · 4 years ago
  4. 6c66de7 all: upgrade to google.golang.org/protobuf@v1.22.0 (#1114) by Joe Tsai · 4 years ago v1.4.1
  5. b5de78c all: minor documentation adjustments (#1112) by Joe Tsai · 4 years ago
  6. 8d9af28 protoc-gen-go/grpc: make grpc identical to v1.3.5 (#1113) by Joe Tsai · 4 years ago
  7. fa093f5 proto: fix stale deprecation documentation on registry functions (#1093) by Marcel Lanz · 4 years ago
  8. 1b794fe all: upgrade to google.golang.org/protobuf@v1.21.0 (#1081) by Joe Tsai · 4 years ago v1.4.0
  9. e9dc0d7 all: update to wrap google.golang.org/protobuf by Damien Neil · 4 years ago
  10. 3a3cefd all: use google.golang.org/protobuf/testing/protopack for tests (#1063) by Joe Tsai · 4 years, 1 month ago
  11. c8ad453 all: use google.golang.org/encoding/protowire (#1062) by Joe Tsai · 4 years, 1 month ago
  12. 7592abe internal/cmd/generate-alias: fix for lacking go_package options (#1061) by Joe Tsai · 4 years, 1 month ago
  13. b860323 proto: inline the implementation of protoimpl.X.ExtensionDescFromType (#1056) by Joe Tsai · 4 years, 1 month ago
  14. 8466869 go.mod: set go version to go1.9 (#1055) by Damien Neil · 4 years, 1 month ago v1.3.5
  15. 7bd8073 proto: use fixed UnmarshalState API by Joe Tsai · 4 years, 2 months ago v1.4.0-rc.4
  16. 3f90b72 all: use google.golang.org/protobuf v1.20.0 by Damien Neil · 4 years, 2 months ago v1.4.0-rc.3
  17. a3619c1 all: use new protogen options API by Joe Tsai · 4 years, 2 months ago v1.4.0-rc.2
  18. d935ec2 all: update README.md by Joe Tsai · 4 years, 2 months ago
  19. c343881 CONTRIBUTING.md: swap revision with version by Joe Tsai · 4 years, 2 months ago
  20. 5d5b4c1 ptypes: regenerate with v3.11.4, update for go1.14 gofmt (#1045) by Damien Neil · 4 years, 2 months ago v1.3.4
  21. b1b17f0 all: cleanup protoimpl calls by Joe Tsai · 4 years, 2 months ago
  22. 97960cd jsonpb: use CheckInitialized by Joe Tsai · 4 years, 2 months ago
  23. ad065b8 ptypes: UnmarshalAny with non-pointer DynamicMessage by Joe Tsai · 4 years, 2 months ago
  24. d8aac26 proto, jsonpb: fix handling of extensions by Joe Tsai · 4 years, 2 months ago
  25. a9f2576 proto: add text tests by Joe Tsai · 4 years, 2 months ago
  26. 1a45e6b all: add CONTRIBUTING.md by Joe Tsai · 4 years, 2 months ago
  27. 67d41d3 proto: use CheckInitialized instead of IsInitialized by Joe Tsai · 4 years, 2 months ago
  28. c45dae4 proto: use UnmarshalState by Joe Tsai · 4 years, 2 months ago
  29. 4767034 protoc-gen-go: drop golden test by Damien Neil · 4 years, 2 months ago
  30. cea45d6 protoc-gen-go: move gengogrpc into v1 repo by Damien Neil · 4 years, 2 months ago
  31. 0fd14f9 proto: add MessageV1, MessageV2, and MessageReflect by Joe Tsai · 4 years, 2 months ago v1.4.0-rc.1
  32. f5a698d proto: add ProtoPackageIsVersion4 by Joe Tsai · 4 years, 3 months ago
  33. d23c512 grpc: accept interface in NewClient functions (#1025) by Doug Fawley · 4 years, 3 months ago v1.3.3
  34. 4e55bbc Update readme.md (#988) by Daniel Saavedra · 4 years, 3 months ago
  35. cc376d7 all: update to wrap v2 by Joe Tsai · 4 years, 4 months ago
  36. ff0ab7f go.mod: update to latest google.golang.org/protobuf by Damien Neil · 4 years, 6 months ago
  37. 0fd87f0 internal/proto: avoid deprecated protoregistry APIs by Damien Neil · 4 years, 6 months ago
  38. e1cc4b5 proto, internal/proto: fix tests broken by latest v2 module by Damien Neil · 4 years, 6 months ago
  39. ba00afd proto: fix interactions with v2 extensions by Damien Neil · 4 years, 6 months ago
  40. ed6926b Fix typos in comments, tests and function names (#974) by Oleksandr Redko · 4 years, 6 months ago
  41. 62f67f1 internal/proto: remove use of MessageType.GoType by Damien Neil · 4 years, 7 months ago
  42. 1680a47 protoc-gen-go: fix deprecated comment for grpc methods (#952) by Menghan Li · 4 years, 7 months ago
  43. fb8eeff internal/cmd/generate-alias: avoid generating version markers by Joe Tsai · 4 years, 8 months ago
  44. 28cdcb5 internal/proto: use ExtensionType TypeDescriptor method by Damien Neil · 4 years, 8 months ago
  45. 822fe56 .travis.yml: include go1.12 (#932) by Sebastiaan van Stijn · 4 years, 8 months ago
  46. b3d22a0 travis.yml: s/proto1_legacy/protolegacy/ by Damien Neil · 4 years, 8 months ago
  47. b0a8cbb all: fix interactions with latest v2 API by Damien Neil · 4 years, 8 months ago
  48. ae1d65b proto: remove conversions between Extension{Desc,Type} by Damien Neil · 4 years, 9 months ago
  49. 2da1b93 proto: rename protoiface.ExtensionDescV1 to protoimpl.ExtensionInfo by Damien Neil · 4 years, 9 months ago
  50. 212014e jsonpb: don't depend on stable struct field indexes by Damien Neil · 4 years, 9 months ago
  51. 7037721 proto: initialize ExtensionDesc.Type at registration time by Damien Neil · 4 years, 9 months ago
  52. 4c88cc3 all: fix reflect.Value.Interface races (#913) by Joe Tsai · 4 years, 9 months ago
  53. e7641fa all: fix Travis-CI by Joe Tsai · 4 years, 9 months ago
  54. b9f5089 all: update to latest google.golang.org/protobuf by Joe Tsai · 4 years, 10 months ago
  55. 6c65a55 jsonpb: fix marshaling of Duration by Herbie Ong · 4 years, 10 months ago v1.3.2
  56. 346ae1c internal/proto: set filename in FileDescriptorProto when missing by Damien Neil · 4 years, 10 months ago
  57. 1ee46df all: update v2 dependency to 20190620020611-d888139e7b59 by Joe Tsai · 4 years, 10 months ago
  58. f94016f internal/proto: use protoregistry.Files.FindFileByPath by Joe Tsai · 4 years, 10 months ago
  59. d3ac1a5 internal/proto: use new protoreflect.Message API by Joe Tsai · 4 years, 11 months ago
  60. 76c9e09 all: avoid accessing ExtensionField.Desc directly by Joe Tsai · 5 years ago
  61. a1331f0 all: update v2 dependency by Joe Tsai · 5 years ago
  62. b285ee9 Log parsing errors using log pkg (#851) by dilyevsky · 5 years ago
  63. ae2eaaf all: update import paths for generated protos by Joe Tsai · 5 years ago
  64. a2cd3ac proto: use opaque GetValue and SetEagerValue extension methods by Joe Tsai · 5 years ago
  65. 7574ba0 all: update import paths for renamed packages by Damien Neil · 5 years ago
  66. 7800af1 go.mod, go.sum: add back in after v2 module renaming by Damien Neil · 5 years ago
  67. f3ab391 all: change module to google.golang.org/protobuf by Damien Neil · 5 years ago
  68. e24bdfb internal/proto: use ParentFile instead of Parent by Joe Tsai · 5 years ago
  69. 54001ae internal/proto: adjust usage for Descriptor method by Joe Tsai · 5 years ago
  70. 911a20d proto: use XXX_unrecognized exclusively for unknown fields by Joe Tsai · 5 years ago
  71. 2b4f3c9 internal/proto: rename method calls by Joe Tsai · 5 years ago
  72. 13cf6e7 proto: drop dependence on v2 protoimpl.ExtensionFieldsV2 by Joe Tsai · 5 years ago
  73. 292a74a proto: unmarshal extensions eagerly by Joe Tsai · 5 years ago
  74. 63105e5 proto: wrap v2 textproto marshal/unmarshal by Herbie Ong · 5 years ago
  75. e91709a fix indentation in jsonpb with Any messages by Joshua Humphries · 5 years ago
  76. be03c15 all: invert use_golang_protobuf_v1 tag by Joe Tsai · 5 years ago
  77. d5e33cf all: re-add go.mod and go.sum files by Joe Tsai · 5 years ago
  78. d94fb84 all: move v1 types over to the v2 repository by Joe Tsai · 5 years ago
  79. 98c2acd internal/proto: implement v1 registration with v2 registration by Joe Tsai · 5 years ago
  80. dfecc36 internal/proto: robustify GetProperties for a post-reflection world by Joe Tsai · 5 years ago
  81. d3c38a4 protoc-gen-go/grpc: use status and code packages only if needed (#820) by Joe Tsai · 5 years ago
  82. 612769e proto: move primitive wrappers by Joe Tsai · 5 years ago
  83. b85cd75 protoc-gen-go/grpc: inline errUnimplemented function (#818) by Joe Tsai · 5 years ago
  84. f5983a5 internal/cmd/generate-alias: directly invoke v2 internal_gengo by Joe Tsai · 5 years ago
  85. faaaa59 internal/proto: copy properties over by Joe Tsai · 5 years ago
  86. 1566aab proto: simplify StructProperties by Joe Tsai · 5 years ago
  87. 318d17d Add UnimplementedServer for server interface (#785) by Prannay Khosla · 5 years ago
  88. 3360b7d all: regenerate test protos using v1.3.1 by Joe Tsai · 5 years ago
  89. 59febcf proto: add hooks.go to switch-over to the new implementation by Joe Tsai · 5 years ago
  90. 7128c2e proto: simplify the documentation by Joe Tsai · 5 years ago
  91. 2c2f4d6 proto: remove some dead code by Joe Tsai · 5 years ago
  92. 2d5f4c3 internal/proto: implement DiscardUnknown with reflection by Joe Tsai · 5 years ago
  93. 2c64b6c internal/proto: implement SetDefaults with reflection by Joe Tsai · 5 years ago
  94. d3786a2 protoc-gen-go/generator: print deprecation warning at init by Joe Tsai · 5 years ago
  95. 7c7c772 protoc-gen-go/plugin: delete plugin.pb.golden by Joe Tsai · 5 years ago
  96. f9c5a9b .travis.yml: specify distribution by Joe Tsai · 5 years ago
  97. f41bc14 test.bash: re-write integration test as a Go test by Joe Tsai · 5 years ago
  98. e581f92 proto: deprecate ErrInternalBadWireType by Joe Tsai · 5 years ago
  99. d210aa8 all: fix travis after v2 update by Joe Tsai · 5 years ago
  100. 51c19b9 go.mod: re-add go.mod file by Joe Tsai · 5 years ago