1. ccf104d Bump actions/checkout from 3.6.0 to 4.1.2 (#927) by dependabot[bot] · 3 weeks ago master
  2. 15b9c87 Bump actions/cache from 4.0.1 to 4.0.2 (#926) by dependabot[bot] · 3 weeks ago
  3. b761358 Support unknown json data and add internal set/clear field methods for generated accessors. (#918) by Nate Biggs · 7 weeks ago
  4. 1822b81 Bump dart-lang/setup-dart from 1.5.0 to 1.6.2 (#917) by dependabot[bot] · 8 weeks ago
  5. adab58c Bump actions/cache from 3.3.1 to 4.0.1 (#916) by dependabot[bot] · 8 weeks ago
  6. c283db5 Ignore the UnmodifiableUint8ListView deprecation warning (#915) by Ömer Sinan Ağacan · 8 weeks ago
  7. ef0ab7d Optimize repeated field decoding (#911) by Sebastian · 9 weeks ago
  8. f085bfd Fix message_set.dart copyright year (#912) by Ömer Sinan Ağacan · 9 weeks ago
  9. a293fb9 Handle deprecated options in grpc services and methods, enum types and values, messages (#908) by Ömer Sinan Ağacan · 4 months ago
  10. 9a408a7 Generate docs of enums and rpc clients, some refactoring (#909) by Ömer Sinan Ağacan · 4 months ago
  11. c4fd596 Export GeneratedMessageGenericExtensions in generated files (#907) by Ömer Sinan Ağacan · 4 months ago
  12. 20ec685 Small PbList improvements (#906) by Ömer Sinan Ağacan · 5 months ago
  13. bb19774 Revert `PbMap._wrappedMap` empty map value (#904) by Ömer Sinan Ağacan · 5 months ago
  14. cf43230 Update getList and getMap return types (#903) by Ömer Sinan Ağacan · 5 months ago
  15. 4e0bdff Make wrapped lists in PbList monomorphic (#902) by Ömer Sinan Ağacan · 5 months ago
  16. dcec2ed Annotate deepCopy with @useResult (#897) by Ömer Sinan Ağacan · 6 months ago
  17. 3f567b2 Remove the dynamic call in `CodedBufferWriter` (#895) by Ömer Sinan Ağacan · 6 months ago
  18. 42436cd Keep a `ByteData` around in `CodedBufferReader` to avoid repeated `ByteData` allocs (#890) by Ömer Sinan Ağacan · 6 months ago
  19. 9a73936 Avoid adding empty splices in `CodedBufferWriter` (#886) by Ömer Sinan Ağacan · 6 months ago
  20. 23dffde Update a bug link in a comment (#892) by Ömer Sinan Ağacan · 6 months ago
  21. 19903f0 Make `CodedBufferWriter.writeRawByte` argument type more accurate (#891) by Ömer Sinan Ağacan · 6 months ago
  22. 2ce3e14 Update `FieldInfo._ensureRepeatedField` return type (#893) by Ömer Sinan Ağacan · 6 months ago
  23. e146515 Avoid redundant ByteData allocation when decoding sfixed64 (#889) by Ömer Sinan Ağacan · 6 months ago
  24. 1b1d549 Avoid allocating temporary views in when decoding strings in `CodedBufferReader` (#888) by Ömer Sinan Ağacan · 6 months ago
  25. 3528fad Use `setRange` when copying output chunks to the final buffer in `CodedBufferWriter` (#887) by Ömer Sinan Ağacan · 6 months ago
  26. 050c162 Optimize `CodedBufferWriter._copyInto` to memcpy (#885) by Ömer Sinan Ağacan · 6 months ago
  27. b2b239b More GeneratedMessage docs, hide meta library (#882) by Ömer Sinan Ağacan · 7 months ago
  28. 96d9522 Remove event support (#880) by Ömer Sinan Ağacan · 7 months ago
  29. c559fe5 Release protoc_plugin-21.1.2 (#881) by Ömer Sinan Ağacan · 7 months ago protoc_plugin-v21.1.2
  30. 32ed0fe Fix a bug in comment parsing (#879) by Ömer Sinan Ağacan · 7 months ago
  31. c16bc89 Bump actions/checkout from 3.5.2 to 3.6.0 (#873) by dependabot[bot] · 8 months ago
  32. 5e8f36b Add dart2wasm targets to benchmark builder (#806) by Ömer Sinan Ağacan · 8 months ago
  33. 41d0156 Document why we add '$' prefix to result local in constructors (#870) by Ömer Sinan Ağacan · 8 months ago
  34. 41193fd Rename a local variable to avoid proto field name conflicts, re-generate protos (#869) by Devon Carew · 8 months ago protoc_plugin-v21.1.1
  35. a852ba4 Release protobuf-3.1.0, protoc_plugin-21.1.0 (#868) by Ömer Sinan Ağacan · 8 months ago protobuf-v3.1.0 protoc_plugin-v21.1.0
  36. 8505c58 Generate constructor arguments again, add a flag to disable (#855) by Ömer Sinan Ağacan · 8 months ago
  37. 217c030 Avoid holding onto the buffer when parsing unknown length-delimited fields (#863) by Ömer Sinan Ağacan · 9 months ago
  38. d9e8a31 Compiler: generate doc comments (#860) by Kevin Moore · 10 months ago
  39. a912f76 Add more message set tests, fix a bug (#859) by Ömer Sinan Ağacan · 10 months ago
  40. 7bebbc6 Update protoc_plugin Makefile: (#858) by Ömer Sinan Ağacan · 10 months ago
  41. acc0462 Ignore non-items in message sets (#857) by Ömer Sinan Ağacan · 10 months ago
  42. 0eb3796 Ignore unknown tags in message set items (#856) by Ömer Sinan Ağacan · 10 months ago
  43. 2996e1d Implement message set wire format (#836) by Ömer Sinan Ağacan · 10 months ago
  44. e76bd74 Remove protoc_plugin exe from repo, update .gitignore (#851) by Ömer Sinan Ağacan · 10 months ago protoc_plugin-v21.0.2
  45. 4b71e60 Fix a change in protoc_plugin changelog (#846) by Ömer Sinan Ağacan · 10 months ago
  46. f4ffa1d Fix missing protobuf import in grpc files (#845) by Ömer Sinan Ağacan · 10 months ago protoc_plugin-v21.0.1
  47. a9bf79f Release protobuf-3.0.0, protoc_plugin-21.0.0 (#843) by Ömer Sinan Ağacan · 10 months ago protobuf-v3.0.0 protoc_plugin-v21.0.0
  48. 6f3fc90 More simplifications, add an argument type (#842) by Ömer Sinan Ağacan · 11 months ago
  49. 831003b Minor refactoring in ExtensionRegistry.getExtension (#841) by Ömer Sinan Ağacan · 11 months ago
  50. 0d820ef Avoid serializing unknown fields twice in reparseMessage (#840) by Ömer Sinan Ağacan · 11 months ago
  51. edf8e92 Fix parsing negative JSON values for uint32 fields (#839) by Ömer Sinan Ağacan · 11 months ago
  52. 2931b2e Add PR links to recent CHANGELOG entries (#838) by Ömer Sinan Ağacan · 11 months ago
  53. da6953c Update to latest lints and Dart SDK (#828) by Kevin Moore · 11 months ago
  54. 346a72d Fix generated ignore_for_file directives (#833) by Ömer Sinan Ağacan · 11 months ago
  55. 35ea45f Latest mono_repo (#834) by Kevin Moore · 11 months ago
  56. 7d2d293 Sync some g3 changes, minor refactoring (#832) by Ömer Sinan Ağacan · 11 months ago
  57. 038872b Remove implementation of `hashCode` because it makes enum values non-const in Dart 3 (#831) by Oleh Prypin · 11 months ago
  58. 05058a7 Apply internally enabled lints (#816) by Ömer Sinan Ağacan · 12 months ago
  59. 9d7cf0d Update Github Actions (#827) by Kevin Moore · 12 months ago
  60. b90a4c4 Sort message constructors first. (#807) by Mahdi K. Fard · 1 year, 1 month ago
  61. 00fd975 Fix formatting with latest SDK (#808) by Kevin Moore · 1 year, 1 month ago
  62. a67bbb3 Bump actions/cache from 3.2.4 to 3.2.6 (#804) by dependabot[bot] · 1 year, 1 month ago
  63. 75bc380 contribute a publishing automation action (#796) by Devon Carew · 1 year, 3 months ago
  64. 2aa364b Latest CI actions (#800) by Kevin Moore · 1 year, 3 months ago
  65. e37628e Fix a test: (#795) by Ömer Sinan Ağacan · 1 year, 3 months ago
  66. cc0f287 Run non-null-safe tests with Dart 2 (#791) by Kevin Moore · 1 year, 3 months ago
  67. dd04535 Fix avoid_renaming_method_parameters linter warning. (#783) by Mahdi K. Fard · 1 year, 4 months ago
  68. 4b1fc34 Removes a non-existing lint rule. (#784) by Mahdi K. Fard · 1 year, 4 months ago
  69. 1d1c92a Latest github actions (#789) by Kevin Moore · 1 year, 4 months ago
  70. 2706b53 Add type to a method parameter (#782) by Mahdi K. Fard · 1 year, 5 months ago
  71. a57c16a Fix a typo (#781) by Mahdi K. Fard · 1 year, 5 months ago
  72. 4f3e328 Emit imports in sorted order (#778) by Devon Carew · 1 year, 5 months ago
  73. 3cc088e Latest mono_repo (#779) by Kevin Moore · 1 year, 5 months ago
  74. c181573 [api_benchmark] migrate to null-safety (#776) by Kevin Moore · 1 year, 5 months ago
  75. 648deaf Standardize and fix lints (#775) by Kevin Moore · 1 year, 5 months ago
  76. bfa4c0d Fix `///` at the top of generated Dart files (#774) by Kevin Moore · 1 year, 5 months ago
  77. ed68426 Remove duplicate consts (#773) by Devon Carew · 1 year, 5 months ago
  78. ae90e53 Use shared consts for bool.fromEnvironment expressions (#772) by Devon Carew · 1 year, 5 months ago
  79. 4af1cb3 pretty-print the ignore_for_file lines (#770) by Devon Carew · 1 year, 6 months ago
  80. ba29983 protoc_plugin: Reword some of the documentation (#766) by Ömer Sinan Ağacan · 1 year, 6 months ago
  81. 243ceeb protoc_plugin: Improve "is map field" check (#765) by Ömer Sinan Ağacan · 1 year, 6 months ago
  82. 2ae61bf Update CHANGELOG: mention #751 by Ömer Sinan Ağacan · 1 year, 6 months ago
  83. 9c6ba25 Add CHANGELOG entry for #760, #763 by Ömer Sinan Ağacan · 1 year, 6 months ago
  84. 76b1389 Fix `null` handling in proto3 JSON deserializer (#763) by Ömer Sinan Ağacan · 1 year, 6 months ago
  85. 1d175be Fix $_getMap return value when mutability when message is read-only (#754) by Ömer Sinan Ağacan · 1 year, 7 months ago
  86. d331393 Eliminate more type casts when targeting JS (#732) by Ömer Sinan Ağacan · 1 year, 7 months ago
  87. 99a3642 Make subBuilder args of BuilderInfo message methods required (#753) by Ömer Sinan Ağacan · 1 year, 7 months ago
  88. cd0ff30 Fix warning with Dart 2.19 beta by Ömer Sinan Ağacan · 1 year, 8 months ago
  89. f246fd6 Check message mutability in merge/deserialize methods (#727) by Ömer Sinan Ağacan · 1 year, 8 months ago
  90. d9a2745 Update to latest pkg:mono_repo, use new pubspec feature (#750) by Kevin Moore · 1 year, 8 months ago
  91. bdd90b2 Fix map decoding when key or value fields are missing (#745) by Ömer Sinan Ağacan · 1 year, 8 months ago
  92. 53a1448 Remove an old TODO, minor refactoring (#744) by Ömer Sinan Ağacan · 1 year, 8 months ago
  93. 19c4eb6 Minor refactoring in `GeneratedMessage` methods by Ömer Sinan Ağacan · 1 year, 8 months ago
  94. f63c307 Refactor null handling in `_FieldSet` implementation (#739) by Ömer Sinan Ağacan · 1 year, 8 months ago
  95. de8a92d Remove old TODO and comments by Ömer Sinan Ağacan · 1 year, 8 months ago
  96. 3ea789f Avoid redundant shallow copy when getting read-only map fields (#741) by Ömer Sinan Ağacan · 1 year, 8 months ago
  97. 78e763c Remove a redundant type check in `PbList` constructor by Ömer Sinan Ağacan · 1 year, 8 months ago
  98. 8337a79 Rename _reportTruncatedMessage -> _throwTruncatedMessageError (#737) by Ömer Sinan Ağacan · 1 year, 8 months ago
  99. 1ae6abf Add GrpcServiceName annotation to gRPC classes (#733) by Ömer Sinan Ağacan · 1 year, 8 months ago
  100. 9cf05f6 Avoid hitting size limit when parsing request in protoc plugin (#734) by Vyacheslav Egorov · 1 year, 8 months ago