1. 6973c3a Update version number to 3.7.1 (#5947) by Paul Yang · 6 years ago v3.7.1
  2. 0770795 Fixed CI failures with Ruby 2.3 on OSX (#5948) by Adam Cozzette · 6 years ago
  3. 34b6499 Avoid linking against libatomic when building protoc (#5922) by Adam Cozzette · 6 years ago
  4. ba42cb5 Allow bytes field to be longer than 16000 bytes (#5924) by Paul Yang · 6 years ago
  5. 02cf61a Updated NPM version to 3.7.1 by Adam Cozzette · 6 years ago
  6. ec0d47e No define strtoll/strtoull for VS2013 and above by myd7349 · 6 years ago
  7. b3c132f Avoid marking generated C++ messages as final for now (#5928) by Adam Cozzette · 6 years ago
  8. 059851f Remove unused import from message. by Daniel Kurka · 6 years ago
  9. e2461b5 Revert "Remove unused f expression from jscode gen. (#5573)" by Daniel Kurka · 6 years ago
  10. e6779e9 Added io_win32.h to header list in CMake config by Adam Cozzette · 6 years ago
  11. 57b6597 Replace strptime with custom implementation (#5906) by Paul Yang · 6 years ago
  12. 032a179 Fix macros in header of generated code (#5881) by Paul Yang · 6 years ago
  13. 4fd0579 Merge pull request #5896 from jbolinger/error-to-3.7.x by Paul Yang · 6 years ago
  14. 580826c cherry-pick test fix from #5853 by Joe Bolinger · 6 years ago
  15. 604121a fix tests for older rubies by Joe Bolinger · 6 years ago
  16. 1cf730c add type errors test to Makefile.am by Joe Bolinger · 6 years ago
  17. 0114727 add more descriptive error messages to init methods by Joe Bolinger · 6 years ago
  18. d65b864 Add terminating character to zend_lookup_class call (#5871) (#5885) by David Supplee · 6 years ago
  19. 207d01d Remove GPBWrapperUtil from generated code (#5880) by Paul Yang · 6 years ago
  20. 4b145b1 Parse nested listvalue in json for ruby (#5867) by Paul Yang · 6 years ago
  21. 45aba80 Avoid passing -Og flag to C++ compiler by Adam Cozzette · 6 years ago
  22. a186808 Encode empty ListValue (#5857) by Paul Yang · 6 years ago
  23. 4b9a5df Bazel: Add dependency to error_prone_annotations by David Ostrovsky · 6 years ago
  24. 0b5111d Raise error for JSON overflow encoding in Ruby (#5752) (#5861) by bmoyles0117 · 6 years ago
  25. 582743b Update version number to 3.7.0 (#5793) by Paul Yang · 6 years ago v3.7.0
  26. 6eeab29 Merge pull request #5787 from BSBandme/3.7.x-fix by Yilun Chong · 6 years ago
  27. 6030209 fix mac python cpp building (#5786) by Yilun Chong · 6 years ago
  28. 400845a fix macos build for High Sierra (#5780) by Yilun Chong · 6 years ago
  29. 0aad533 Add a script to mirror php changes to protobuf-php (#5778) by Paul Yang · 6 years ago
  30. 5d8cd3b Date and time need to be before version (#5777) by Paul Yang · 6 years ago
  31. 580e189 Merge pull request #5766 from TeBoring/3.7.x-fix by Paul Yang · 6 years ago v3.7.0-rc.3
  32. b52754b Update version to 3.7.0rc3 by Bo Yang · 6 years ago
  33. 05f5712 Support rc version in update_version.py (#5750) by Hao Nguyen · 6 years ago
  34. c7b3392 Update version to 3.7.0 (#5749) by Paul Yang · 6 years ago
  35. 688f7de Merge pull request #5738 from TeBoring/3.7.x-php-fix by Paul Yang · 6 years ago
  36. 3c387ea PHP: Exclude repeated and map fields from normalization in constructor (#5723) by michaelbausor · 6 years ago
  37. 43f8ae8 Fix oneof message in array constructor (#5727) by Paul Yang · 6 years ago
  38. 9e381c0 Include compiler_config_setting.bzl in release tarballs (#5715) by Adam Cozzette · 6 years ago
  39. 4de1551 Merge pull request #5708 from TeBoring/3.7.x-cherry-pick by Paul Yang · 6 years ago
  40. dbf77c6 Refactor how group endings are detected in generated C# code (#5686) by Sydney Acksman · 6 years ago
  41. a1332ae RC release should use beta for api version (#5695) by Paul Yang · 6 years ago
  42. 847ee58 Add config files for testing csharp artifact (#5683) by Paul Yang · 6 years ago
  43. 5b4ac53 Add several fixes for python toolchain (#5667) by Paul Yang · 6 years ago
  44. 15fc640 Update php version number to 3.7.0RC2 (#5666) by Paul Yang · 6 years ago
  45. 776b3a8 Fixed infinite recursion problem with Java GeneratedMessageV3 (#5657) by Adam Cozzette · 6 years ago v3.7.0-rc.2 v3.7.0rc2
  46. 7d9377e Use gnu for ruby build because strptime is provided by posix (#5660) by Paul Yang · 6 years ago
  47. 1ee15ba Updated version to 3.7.0rc2 by Adam Cozzette · 6 years ago
  48. 6509157 Updated pom.xml files by Adam Cozzette · 6 years ago
  49. 0255797 Include Linux ppcle_64 builds and Windows 64-bit builds of protoc by Adam Cozzette · 6 years ago
  50. 0e3f1f4 Fixed Javadoc errors by Adam Cozzette · 6 years ago
  51. 74f667d Merge pull request #5644 from TeBoring/fix-4765 by Paul Yang · 6 years ago v3.7.0rc1
  52. 8400e29 Divide commands into separate lines by Bo Yang · 6 years ago
  53. 71e5de0 phpunit-5.6.10 link is broken Use 5.6.8 instead by Bo Yang · 6 years ago
  54. 96029f3 Convert integer to string if field is string field in json by Bo Yang · 6 years ago
  55. 32339be Merge pull request #5646 from TeBoring/3.7.x-cherrypick by Paul Yang · 6 years ago
  56. 3cae8e4 Default values should also be serialized for json map key/value (#5643) by Paul Yang · 6 years ago
  57. a73b435 Merge pull request #5640 from TeBoring/3.7.x-cherrypick by Paul Yang · 6 years ago
  58. c143164 Fix MacOS protoc release (#5638) by Hao Nguyen · 6 years ago
  59. 532c425 Fix python release build. (#5636) by Hao Nguyen · 6 years ago
  60. 53a1d49 Allow internalAddGeneratedFile to depend on new nested message name (#5629) by Paul Yang · 6 years ago
  61. dab6a7e Merge pull request #5631 from haon4/update-changes by Hao Nguyen · 6 years ago
  62. 6b434dc Update CHANGES.txt by Hao Nguyen · 6 years ago
  63. cc83bf7 Merge pull request #5626 from haon4/3.7.x by Hao Nguyen · 6 years ago
  64. 9e60cd7 Update generated codes by Hao Nguyen · 6 years ago
  65. 7187cfd Update version number in java/bom/pom.xml by Hao Nguyen · 6 years ago
  66. 15605fc Include version change for src/google/protobuf/port_def.inc by Hao Nguyen · 6 years ago
  67. d5be2ba Update version to 3.7.0 by Hao Nguyen · 6 years ago
  68. 38d9ca4 Merge pull request #5618 from TeBoring/3.7.x-merge by Paul Yang · 6 years ago
  69. dbfb9a8 Merge branch 'master' into 3.7.x by Bo Yang · 6 years ago
  70. d750fbf Fix more issues for reference values (#5613) by Paul Yang · 6 years ago
  71. 30851ca Fix protoc release (#5615) by Hao Nguyen · 6 years ago
  72. 4f8a635 Create test for protoc with tcmalloc (#5612) by Hao Nguyen · 6 years ago
  73. 7f42d6d Fix empty FieldMask json encoding/decoding (#5605) by Paul Yang · 6 years ago
  74. 1069565 Fix c extension doesn' allow message reference in array (#5599) by Paul Yang · 6 years ago
  75. a4c09f3 Merge pull request #5590 from i9/patch-1 by Adam Cozzette · 6 years ago
  76. dd7127d Fixed compile warnings for PHP extension. (#5589) by Joshua Haberman · 6 years ago
  77. 6bbd2fc Merge pull request #5603 from protocolbuffers/revert-5597-patch-1 by Joshua Haberman · 6 years ago
  78. 4e92903 Revert "doc: apply consistent indentation to Any examples (#5597)" by Paul Yang · 6 years ago
  79. b3367ae doc: apply consistent indentation to Any examples (#5597) by bitspill · 6 years ago
  80. 37a0ab7 Fix Any json encoding/decoding for ruby. (#5592) by Paul Yang · 6 years ago
  81. c4f2a92 Fix field mask for php in json (#5591) by Paul Yang · 6 years ago
  82. 7181b1c Add proto3 to solidity link by i9 · 6 years ago
  83. dda7ab0 Ruby nested msg caps (#5564) by toc007 · 6 years ago
  84. 0c95791 [ObjC] add support for the TextFormat constants. by Thomas Van Lenten · 6 years ago
  85. 94a1819 Remove unused f expression from jscode gen. (#5573) by Sam Saccone · 6 years ago
  86. a2a0afb Down-integrate internal changes to github. (#5575) by Yilun Chong · 6 years ago
  87. 54683e6 Fix Issue #5345 (#5381) by Nicolás Elliott · 6 years ago
  88. cb95a7f Down-integrate internal changes to github. (#5566) by Yilun Chong · 6 years ago
  89. b1b9eaa Comments on the next line will go to the next field. by Thomas Van Lenten · 6 years ago
  90. 0adb74c Down-integrate internal changes to github. (#5555) by Yilun Chong · 6 years ago
  91. 11c979b Fix Empty ListValue/Struct json encoding (#5532) by Paul Yang · 6 years ago
  92. aa5c12e Revert "Revert "Enable the ignore_unknown_field option in the Ruby unmarshal options" (#5511)" (#5533) by Paul Yang · 6 years ago
  93. bd00671 ObjC: Add a Xcode project for tvOS. by Thomas Van Lenten · 6 years ago
  94. f56adae Remove stale target reference. by Thomas Van Lenten · 6 years ago
  95. c3340b2 Add ruby 2.6 gem build for linux (#5537) by Paul Yang · 6 years ago
  96. 24d344c [ObjC] Add the jspb cases to the switches so they are complete. by Thomas Van Lenten · 6 years ago
  97. de9e1a0 Add ruby 2.6 test (#5528) by Paul Yang · 6 years ago
  98. b5f9a35 Down-integrate internal changes to github. (#5527) by Hao Nguyen · 6 years ago
  99. 7dcf8fa Ruby build fix mac 3.7.x (#5519) by Paul Yang · 6 years ago
  100. 63d107b Merge pull request #5516 from KeithMoyer/master by Adam Cozzette · 6 years ago