1. 1aaa332 Bump actions/cache from 4.2.2 to 4.2.3 (#972) by dependabot[bot] · 3 weeks ago master
  2. cf4f3a8 Patch release for protoc_plugin: bump constraint to use protobuf 4.0.0 (#971) by Slava Egorov · 4 weeks ago protoc_plugin-v22.0.1
  3. 3bffe4b Prepare to publish protobuf 4.0.0 and protoc_plugin 22.0.0 (#969) by Slava Egorov · 4 weeks ago protobuf-v4.0.0 protoc_plugin-v22.0.0
  4. 0bab78d rename -dev pubspec versions to -wip (#968) by Devon Carew · 6 weeks ago
  5. 7838e44 Prefix grpc method 'call' and 'request' arguments with '$' to avoid shadowing user methods with the same name (#964) by Ömer Sinan Ağacan · 7 weeks ago
  6. 125fe9c Bump dart-lang/setup-dart from 1.7.0 to 1.7.1 (#965) by dependabot[bot] · 7 weeks ago
  7. fb77c7c Bump actions/cache from 4.2.0 to 4.2.2 (#966) by dependabot[bot] · 7 weeks ago
  8. 610943a update the publish workflow; add a post_summaries one (#961) by Devon Carew · 10 weeks ago
  9. 35a1bd6 update the repo analysis config (#962) by Devon Carew · 10 weeks ago
  10. d3f9ad1 updates to the gitignore files (#960) by Devon Carew · 10 weeks ago
  11. 950b6a7 Remove redundant checkNotNull calls from pre-null-safe days (#958) by Ömer Sinan Ağacan · 10 weeks ago
  12. d00f905 Fix slow handling of protobuf comments (#955) by Ömer Sinan Ağacan · 2 months ago
  13. 12f0f4a Fix formatting of benchmarks/lib/readfile.dart (#956) by Ömer Sinan Ağacan · 2 months ago
  14. da083a3 Fix Wasm benchmarks (#954) by Ömer Sinan Ağacan · 2 months ago
  15. 06accdd Bump SDK dependency to 3.3.0, replace removed `dart:typed_data` type in test code (#953) by Ömer Sinan Ağacan · 3 months ago
  16. b7dd58c Bump actions/checkout from 4.1.2 to 4.2.2 (#947) by dependabot[bot] · 4 months ago
  17. 6147b89 Bump actions/cache from 4.0.2 to 4.2.0 (#951) by dependabot[bot] · 4 months ago
  18. da7279c Bump dart-lang/setup-dart from 1.6.2 to 1.7.0 (#949) by dependabot[bot] · 5 months ago
  19. ccf104d Bump actions/checkout from 3.6.0 to 4.1.2 (#927) by dependabot[bot] · 1 year, 1 month ago
  20. 15b9c87 Bump actions/cache from 4.0.1 to 4.0.2 (#926) by dependabot[bot] · 1 year, 1 month ago
  21. b761358 Support unknown json data and add internal set/clear field methods for generated accessors. (#918) by Nate Biggs · 1 year, 2 months ago
  22. 1822b81 Bump dart-lang/setup-dart from 1.5.0 to 1.6.2 (#917) by dependabot[bot] · 1 year, 2 months ago
  23. adab58c Bump actions/cache from 3.3.1 to 4.0.1 (#916) by dependabot[bot] · 1 year, 2 months ago
  24. c283db5 Ignore the UnmodifiableUint8ListView deprecation warning (#915) by Ömer Sinan Ağacan · 1 year, 2 months ago
  25. ef0ab7d Optimize repeated field decoding (#911) by Sebastian · 1 year, 2 months ago
  26. f085bfd Fix message_set.dart copyright year (#912) by Ömer Sinan Ağacan · 1 year, 2 months ago
  27. a293fb9 Handle deprecated options in grpc services and methods, enum types and values, messages (#908) by Ömer Sinan Ağacan · 1 year, 3 months ago
  28. 9a408a7 Generate docs of enums and rpc clients, some refactoring (#909) by Ömer Sinan Ağacan · 1 year, 3 months ago
  29. c4fd596 Export GeneratedMessageGenericExtensions in generated files (#907) by Ömer Sinan Ağacan · 1 year, 4 months ago
  30. 20ec685 Small PbList improvements (#906) by Ömer Sinan Ağacan · 1 year, 5 months ago
  31. bb19774 Revert `PbMap._wrappedMap` empty map value (#904) by Ömer Sinan Ağacan · 1 year, 5 months ago
  32. cf43230 Update getList and getMap return types (#903) by Ömer Sinan Ağacan · 1 year, 5 months ago
  33. 4e0bdff Make wrapped lists in PbList monomorphic (#902) by Ömer Sinan Ağacan · 1 year, 5 months ago
  34. dcec2ed Annotate deepCopy with @useResult (#897) by Ömer Sinan Ağacan · 1 year, 6 months ago
  35. 3f567b2 Remove the dynamic call in `CodedBufferWriter` (#895) by Ömer Sinan Ağacan · 1 year, 6 months ago
  36. 42436cd Keep a `ByteData` around in `CodedBufferReader` to avoid repeated `ByteData` allocs (#890) by Ömer Sinan Ağacan · 1 year, 6 months ago
  37. 9a73936 Avoid adding empty splices in `CodedBufferWriter` (#886) by Ömer Sinan Ağacan · 1 year, 6 months ago
  38. 23dffde Update a bug link in a comment (#892) by Ömer Sinan Ağacan · 1 year, 6 months ago
  39. 19903f0 Make `CodedBufferWriter.writeRawByte` argument type more accurate (#891) by Ömer Sinan Ağacan · 1 year, 6 months ago
  40. 2ce3e14 Update `FieldInfo._ensureRepeatedField` return type (#893) by Ömer Sinan Ağacan · 1 year, 6 months ago
  41. e146515 Avoid redundant ByteData allocation when decoding sfixed64 (#889) by Ömer Sinan Ağacan · 1 year, 6 months ago
  42. 1b1d549 Avoid allocating temporary views in when decoding strings in `CodedBufferReader` (#888) by Ömer Sinan Ağacan · 1 year, 6 months ago
  43. 3528fad Use `setRange` when copying output chunks to the final buffer in `CodedBufferWriter` (#887) by Ömer Sinan Ağacan · 1 year, 6 months ago
  44. 050c162 Optimize `CodedBufferWriter._copyInto` to memcpy (#885) by Ömer Sinan Ağacan · 1 year, 6 months ago
  45. b2b239b More GeneratedMessage docs, hide meta library (#882) by Ömer Sinan Ağacan · 1 year, 6 months ago
  46. 96d9522 Remove event support (#880) by Ömer Sinan Ağacan · 1 year, 6 months ago
  47. c559fe5 Release protoc_plugin-21.1.2 (#881) by Ömer Sinan Ağacan · 1 year, 6 months ago protoc_plugin-v21.1.2
  48. 32ed0fe Fix a bug in comment parsing (#879) by Ömer Sinan Ağacan · 1 year, 7 months ago
  49. c16bc89 Bump actions/checkout from 3.5.2 to 3.6.0 (#873) by dependabot[bot] · 1 year, 8 months ago
  50. 5e8f36b Add dart2wasm targets to benchmark builder (#806) by Ömer Sinan Ağacan · 1 year, 8 months ago
  51. 41d0156 Document why we add '$' prefix to result local in constructors (#870) by Ömer Sinan Ağacan · 1 year, 8 months ago
  52. 41193fd Rename a local variable to avoid proto field name conflicts, re-generate protos (#869) by Devon Carew · 1 year, 8 months ago protoc_plugin-v21.1.1
  53. a852ba4 Release protobuf-3.1.0, protoc_plugin-21.1.0 (#868) by Ömer Sinan Ağacan · 1 year, 8 months ago protobuf-v3.1.0 protoc_plugin-v21.1.0
  54. 8505c58 Generate constructor arguments again, add a flag to disable (#855) by Ömer Sinan Ağacan · 1 year, 8 months ago
  55. 217c030 Avoid holding onto the buffer when parsing unknown length-delimited fields (#863) by Ömer Sinan Ağacan · 1 year, 9 months ago
  56. d9e8a31 Compiler: generate doc comments (#860) by Kevin Moore · 1 year, 9 months ago
  57. a912f76 Add more message set tests, fix a bug (#859) by Ömer Sinan Ağacan · 1 year, 10 months ago
  58. 7bebbc6 Update protoc_plugin Makefile: (#858) by Ömer Sinan Ağacan · 1 year, 10 months ago
  59. acc0462 Ignore non-items in message sets (#857) by Ömer Sinan Ağacan · 1 year, 10 months ago
  60. 0eb3796 Ignore unknown tags in message set items (#856) by Ömer Sinan Ağacan · 1 year, 10 months ago
  61. 2996e1d Implement message set wire format (#836) by Ömer Sinan Ağacan · 1 year, 10 months ago
  62. e76bd74 Remove protoc_plugin exe from repo, update .gitignore (#851) by Ömer Sinan Ağacan · 1 year, 10 months ago protoc_plugin-v21.0.2
  63. 4b71e60 Fix a change in protoc_plugin changelog (#846) by Ömer Sinan Ağacan · 1 year, 10 months ago
  64. f4ffa1d Fix missing protobuf import in grpc files (#845) by Ömer Sinan Ağacan · 1 year, 10 months ago protoc_plugin-v21.0.1
  65. a9bf79f Release protobuf-3.0.0, protoc_plugin-21.0.0 (#843) by Ömer Sinan Ağacan · 1 year, 10 months ago protobuf-v3.0.0 protoc_plugin-v21.0.0
  66. 6f3fc90 More simplifications, add an argument type (#842) by Ömer Sinan Ağacan · 1 year, 10 months ago
  67. 831003b Minor refactoring in ExtensionRegistry.getExtension (#841) by Ömer Sinan Ağacan · 1 year, 10 months ago
  68. 0d820ef Avoid serializing unknown fields twice in reparseMessage (#840) by Ömer Sinan Ağacan · 1 year, 10 months ago
  69. edf8e92 Fix parsing negative JSON values for uint32 fields (#839) by Ömer Sinan Ağacan · 1 year, 11 months ago
  70. 2931b2e Add PR links to recent CHANGELOG entries (#838) by Ömer Sinan Ağacan · 1 year, 11 months ago
  71. da6953c Update to latest lints and Dart SDK (#828) by Kevin Moore · 1 year, 11 months ago
  72. 346a72d Fix generated ignore_for_file directives (#833) by Ömer Sinan Ağacan · 1 year, 11 months ago
  73. 35ea45f Latest mono_repo (#834) by Kevin Moore · 1 year, 11 months ago
  74. 7d2d293 Sync some g3 changes, minor refactoring (#832) by Ömer Sinan Ağacan · 1 year, 11 months ago
  75. 038872b Remove implementation of `hashCode` because it makes enum values non-const in Dart 3 (#831) by Oleh Prypin · 2 years ago
  76. 05058a7 Apply internally enabled lints (#816) by Ömer Sinan Ağacan · 2 years ago
  77. 9d7cf0d Update Github Actions (#827) by Kevin Moore · 2 years ago
  78. b90a4c4 Sort message constructors first. (#807) by Mahdi K. Fard · 2 years, 1 month ago
  79. 00fd975 Fix formatting with latest SDK (#808) by Kevin Moore · 2 years, 1 month ago
  80. a67bbb3 Bump actions/cache from 3.2.4 to 3.2.6 (#804) by dependabot[bot] · 2 years, 1 month ago
  81. 75bc380 contribute a publishing automation action (#796) by Devon Carew · 2 years, 3 months ago
  82. 2aa364b Latest CI actions (#800) by Kevin Moore · 2 years, 3 months ago
  83. e37628e Fix a test: (#795) by Ömer Sinan Ağacan · 2 years, 3 months ago
  84. cc0f287 Run non-null-safe tests with Dart 2 (#791) by Kevin Moore · 2 years, 3 months ago
  85. dd04535 Fix avoid_renaming_method_parameters linter warning. (#783) by Mahdi K. Fard · 2 years, 4 months ago
  86. 4b1fc34 Removes a non-existing lint rule. (#784) by Mahdi K. Fard · 2 years, 4 months ago
  87. 1d1c92a Latest github actions (#789) by Kevin Moore · 2 years, 4 months ago
  88. 2706b53 Add type to a method parameter (#782) by Mahdi K. Fard · 2 years, 5 months ago
  89. a57c16a Fix a typo (#781) by Mahdi K. Fard · 2 years, 5 months ago
  90. 4f3e328 Emit imports in sorted order (#778) by Devon Carew · 2 years, 5 months ago
  91. 3cc088e Latest mono_repo (#779) by Kevin Moore · 2 years, 5 months ago
  92. c181573 [api_benchmark] migrate to null-safety (#776) by Kevin Moore · 2 years, 5 months ago
  93. 648deaf Standardize and fix lints (#775) by Kevin Moore · 2 years, 5 months ago
  94. bfa4c0d Fix `///` at the top of generated Dart files (#774) by Kevin Moore · 2 years, 5 months ago
  95. ed68426 Remove duplicate consts (#773) by Devon Carew · 2 years, 5 months ago
  96. ae90e53 Use shared consts for bool.fromEnvironment expressions (#772) by Devon Carew · 2 years, 5 months ago
  97. 4af1cb3 pretty-print the ignore_for_file lines (#770) by Devon Carew · 2 years, 5 months ago
  98. ba29983 protoc_plugin: Reword some of the documentation (#766) by Ömer Sinan Ağacan · 2 years, 6 months ago
  99. 243ceeb protoc_plugin: Improve "is map field" check (#765) by Ömer Sinan Ağacan · 2 years, 6 months ago
  100. 2ae61bf Update CHANGELOG: mention #751 by Ömer Sinan Ağacan · 2 years, 6 months ago