grpc-tools 1.67.0.pre1 → 1.68.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e339b27c2ab8fd970b241b28e5fe384b2874658d51572c2fa55c8a125c77fa84
4
- data.tar.gz: fd8ad86c8b48490ef33a49c557c92d520ae84e8d7d5fd4654f1d200d0a077e5b
3
+ metadata.gz: f187de4f455b2f6401ae7b0ed9fae25b42f98d5fc7d8f38167025322da7c7590
4
+ data.tar.gz: 5f96ab9ea95655e3ff162fe16f54611cfe8a218246beb13dcd0255f83d8aad4c
5
5
  SHA512:
6
- metadata.gz: 735cb16eb1508dc0d65141f7651d8b6f7bcaca6c2777952c165e45779b90cb73c36206148297594d94a35e60e4bd92594476ecb65ed8ee2aa8e9b3af2f881865
7
- data.tar.gz: d0fefce51ef757e4d6dd0b1ad8a225038bccb050151b7e389dfb09ea8dc31c81681d466089ca9908068410c9142098fa00ae016575744d25c34d2ad88071e2eb
6
+ metadata.gz: 3d6dafc4337c7963dea72c66d685c50f09dc29efa266ff350bba5cc09ff60af1f260322b36bcd2838dda6a741b33b5dfab1bd15f6fb275fa5bbc9273699ba542
7
+ data.tar.gz: 90523407fb66ef16b534e0ff1998ad8012b6103e11dea7cd18c2a6cd2d0bd45c6f712df51d6314c3a57446c9631acb84554d8d0172f71f718fdf86411344ac7a
@@ -635,13 +635,14 @@ message MessageOptions {
635
635
  }
636
636
 
637
637
  message FieldOptions {
638
+ // NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
638
639
  // The ctype option instructs the C++ code generator to use a different
639
640
  // representation of the field than it normally would. See the specific
640
641
  // options below. This option is only implemented to support use of
641
642
  // [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
642
- // type "bytes" in the open source release -- sorry, we'll try to include
643
- // other types in a future version!
644
- optional CType ctype = 1 [default = STRING];
643
+ // type "bytes" in the open source release.
644
+ // TODO: make ctype actually deprecated.
645
+ optional CType ctype = 1 [/*deprecated = true,*/ default = STRING];
645
646
  enum CType {
646
647
  // Default mode.
647
648
  STRING = 0;
@@ -974,11 +975,10 @@ message FeatureSet {
974
975
  retention = RETENTION_RUNTIME,
975
976
  targets = TARGET_TYPE_FIELD,
976
977
  targets = TARGET_TYPE_FILE,
977
- // TODO Enable this in google3 once protoc rolls out.
978
978
  feature_support = {
979
979
  edition_introduced: EDITION_2023,
980
980
  },
981
- edition_defaults = { edition: EDITION_PROTO2, value: "EXPLICIT" },
981
+ edition_defaults = { edition: EDITION_LEGACY, value: "EXPLICIT" },
982
982
  edition_defaults = { edition: EDITION_PROTO3, value: "IMPLICIT" },
983
983
  edition_defaults = { edition: EDITION_2023, value: "EXPLICIT" }
984
984
  ];
@@ -992,11 +992,10 @@ message FeatureSet {
992
992
  retention = RETENTION_RUNTIME,
993
993
  targets = TARGET_TYPE_ENUM,
994
994
  targets = TARGET_TYPE_FILE,
995
- // TODO Enable this in google3 once protoc rolls out.
996
995
  feature_support = {
997
996
  edition_introduced: EDITION_2023,
998
997
  },
999
- edition_defaults = { edition: EDITION_PROTO2, value: "CLOSED" },
998
+ edition_defaults = { edition: EDITION_LEGACY, value: "CLOSED" },
1000
999
  edition_defaults = { edition: EDITION_PROTO3, value: "OPEN" }
1001
1000
  ];
1002
1001
 
@@ -1009,11 +1008,10 @@ message FeatureSet {
1009
1008
  retention = RETENTION_RUNTIME,
1010
1009
  targets = TARGET_TYPE_FIELD,
1011
1010
  targets = TARGET_TYPE_FILE,
1012
- // TODO Enable this in google3 once protoc rolls out.
1013
1011
  feature_support = {
1014
1012
  edition_introduced: EDITION_2023,
1015
1013
  },
1016
- edition_defaults = { edition: EDITION_PROTO2, value: "EXPANDED" },
1014
+ edition_defaults = { edition: EDITION_LEGACY, value: "EXPANDED" },
1017
1015
  edition_defaults = { edition: EDITION_PROTO3, value: "PACKED" }
1018
1016
  ];
1019
1017
 
@@ -1027,11 +1025,10 @@ message FeatureSet {
1027
1025
  retention = RETENTION_RUNTIME,
1028
1026
  targets = TARGET_TYPE_FIELD,
1029
1027
  targets = TARGET_TYPE_FILE,
1030
- // TODO Enable this in google3 once protoc rolls out.
1031
1028
  feature_support = {
1032
1029
  edition_introduced: EDITION_2023,
1033
1030
  },
1034
- edition_defaults = { edition: EDITION_PROTO2, value: "NONE" },
1031
+ edition_defaults = { edition: EDITION_LEGACY, value: "NONE" },
1035
1032
  edition_defaults = { edition: EDITION_PROTO3, value: "VERIFY" }
1036
1033
  ];
1037
1034
 
@@ -1044,11 +1041,10 @@ message FeatureSet {
1044
1041
  retention = RETENTION_RUNTIME,
1045
1042
  targets = TARGET_TYPE_FIELD,
1046
1043
  targets = TARGET_TYPE_FILE,
1047
- // TODO Enable this in google3 once protoc rolls out.
1048
1044
  feature_support = {
1049
1045
  edition_introduced: EDITION_2023,
1050
1046
  },
1051
- edition_defaults = { edition: EDITION_PROTO2, value: "LENGTH_PREFIXED" }
1047
+ edition_defaults = { edition: EDITION_LEGACY, value: "LENGTH_PREFIXED" }
1052
1048
  ];
1053
1049
 
1054
1050
  enum JsonFormat {
@@ -1061,11 +1057,10 @@ message FeatureSet {
1061
1057
  targets = TARGET_TYPE_MESSAGE,
1062
1058
  targets = TARGET_TYPE_ENUM,
1063
1059
  targets = TARGET_TYPE_FILE,
1064
- // TODO Enable this in google3 once protoc rolls out.
1065
1060
  feature_support = {
1066
1061
  edition_introduced: EDITION_2023,
1067
1062
  },
1068
- edition_defaults = { edition: EDITION_PROTO2, value: "LEGACY_BEST_EFFORT" },
1063
+ edition_defaults = { edition: EDITION_LEGACY, value: "LEGACY_BEST_EFFORT" },
1069
1064
  edition_defaults = { edition: EDITION_PROTO3, value: "ALLOW" }
1070
1065
  ];
1071
1066
 
Binary file
data/bin/x86-linux/protoc CHANGED
Binary file
@@ -635,13 +635,14 @@ message MessageOptions {
635
635
  }
636
636
 
637
637
  message FieldOptions {
638
+ // NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
638
639
  // The ctype option instructs the C++ code generator to use a different
639
640
  // representation of the field than it normally would. See the specific
640
641
  // options below. This option is only implemented to support use of
641
642
  // [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
642
- // type "bytes" in the open source release -- sorry, we'll try to include
643
- // other types in a future version!
644
- optional CType ctype = 1 [default = STRING];
643
+ // type "bytes" in the open source release.
644
+ // TODO: make ctype actually deprecated.
645
+ optional CType ctype = 1 [/*deprecated = true,*/ default = STRING];
645
646
  enum CType {
646
647
  // Default mode.
647
648
  STRING = 0;
@@ -974,11 +975,10 @@ message FeatureSet {
974
975
  retention = RETENTION_RUNTIME,
975
976
  targets = TARGET_TYPE_FIELD,
976
977
  targets = TARGET_TYPE_FILE,
977
- // TODO Enable this in google3 once protoc rolls out.
978
978
  feature_support = {
979
979
  edition_introduced: EDITION_2023,
980
980
  },
981
- edition_defaults = { edition: EDITION_PROTO2, value: "EXPLICIT" },
981
+ edition_defaults = { edition: EDITION_LEGACY, value: "EXPLICIT" },
982
982
  edition_defaults = { edition: EDITION_PROTO3, value: "IMPLICIT" },
983
983
  edition_defaults = { edition: EDITION_2023, value: "EXPLICIT" }
984
984
  ];
@@ -992,11 +992,10 @@ message FeatureSet {
992
992
  retention = RETENTION_RUNTIME,
993
993
  targets = TARGET_TYPE_ENUM,
994
994
  targets = TARGET_TYPE_FILE,
995
- // TODO Enable this in google3 once protoc rolls out.
996
995
  feature_support = {
997
996
  edition_introduced: EDITION_2023,
998
997
  },
999
- edition_defaults = { edition: EDITION_PROTO2, value: "CLOSED" },
998
+ edition_defaults = { edition: EDITION_LEGACY, value: "CLOSED" },
1000
999
  edition_defaults = { edition: EDITION_PROTO3, value: "OPEN" }
1001
1000
  ];
1002
1001
 
@@ -1009,11 +1008,10 @@ message FeatureSet {
1009
1008
  retention = RETENTION_RUNTIME,
1010
1009
  targets = TARGET_TYPE_FIELD,
1011
1010
  targets = TARGET_TYPE_FILE,
1012
- // TODO Enable this in google3 once protoc rolls out.
1013
1011
  feature_support = {
1014
1012
  edition_introduced: EDITION_2023,
1015
1013
  },
1016
- edition_defaults = { edition: EDITION_PROTO2, value: "EXPANDED" },
1014
+ edition_defaults = { edition: EDITION_LEGACY, value: "EXPANDED" },
1017
1015
  edition_defaults = { edition: EDITION_PROTO3, value: "PACKED" }
1018
1016
  ];
1019
1017
 
@@ -1027,11 +1025,10 @@ message FeatureSet {
1027
1025
  retention = RETENTION_RUNTIME,
1028
1026
  targets = TARGET_TYPE_FIELD,
1029
1027
  targets = TARGET_TYPE_FILE,
1030
- // TODO Enable this in google3 once protoc rolls out.
1031
1028
  feature_support = {
1032
1029
  edition_introduced: EDITION_2023,
1033
1030
  },
1034
- edition_defaults = { edition: EDITION_PROTO2, value: "NONE" },
1031
+ edition_defaults = { edition: EDITION_LEGACY, value: "NONE" },
1035
1032
  edition_defaults = { edition: EDITION_PROTO3, value: "VERIFY" }
1036
1033
  ];
1037
1034
 
@@ -1044,11 +1041,10 @@ message FeatureSet {
1044
1041
  retention = RETENTION_RUNTIME,
1045
1042
  targets = TARGET_TYPE_FIELD,
1046
1043
  targets = TARGET_TYPE_FILE,
1047
- // TODO Enable this in google3 once protoc rolls out.
1048
1044
  feature_support = {
1049
1045
  edition_introduced: EDITION_2023,
1050
1046
  },
1051
- edition_defaults = { edition: EDITION_PROTO2, value: "LENGTH_PREFIXED" }
1047
+ edition_defaults = { edition: EDITION_LEGACY, value: "LENGTH_PREFIXED" }
1052
1048
  ];
1053
1049
 
1054
1050
  enum JsonFormat {
@@ -1061,11 +1057,10 @@ message FeatureSet {
1061
1057
  targets = TARGET_TYPE_MESSAGE,
1062
1058
  targets = TARGET_TYPE_ENUM,
1063
1059
  targets = TARGET_TYPE_FILE,
1064
- // TODO Enable this in google3 once protoc rolls out.
1065
1060
  feature_support = {
1066
1061
  edition_introduced: EDITION_2023,
1067
1062
  },
1068
- edition_defaults = { edition: EDITION_PROTO2, value: "LEGACY_BEST_EFFORT" },
1063
+ edition_defaults = { edition: EDITION_LEGACY, value: "LEGACY_BEST_EFFORT" },
1069
1064
  edition_defaults = { edition: EDITION_PROTO3, value: "ALLOW" }
1070
1065
  ];
1071
1066
 
Binary file
Binary file
@@ -635,13 +635,14 @@ message MessageOptions {
635
635
  }
636
636
 
637
637
  message FieldOptions {
638
+ // NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
638
639
  // The ctype option instructs the C++ code generator to use a different
639
640
  // representation of the field than it normally would. See the specific
640
641
  // options below. This option is only implemented to support use of
641
642
  // [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
642
- // type "bytes" in the open source release -- sorry, we'll try to include
643
- // other types in a future version!
644
- optional CType ctype = 1 [default = STRING];
643
+ // type "bytes" in the open source release.
644
+ // TODO: make ctype actually deprecated.
645
+ optional CType ctype = 1 [/*deprecated = true,*/ default = STRING];
645
646
  enum CType {
646
647
  // Default mode.
647
648
  STRING = 0;
@@ -974,11 +975,10 @@ message FeatureSet {
974
975
  retention = RETENTION_RUNTIME,
975
976
  targets = TARGET_TYPE_FIELD,
976
977
  targets = TARGET_TYPE_FILE,
977
- // TODO Enable this in google3 once protoc rolls out.
978
978
  feature_support = {
979
979
  edition_introduced: EDITION_2023,
980
980
  },
981
- edition_defaults = { edition: EDITION_PROTO2, value: "EXPLICIT" },
981
+ edition_defaults = { edition: EDITION_LEGACY, value: "EXPLICIT" },
982
982
  edition_defaults = { edition: EDITION_PROTO3, value: "IMPLICIT" },
983
983
  edition_defaults = { edition: EDITION_2023, value: "EXPLICIT" }
984
984
  ];
@@ -992,11 +992,10 @@ message FeatureSet {
992
992
  retention = RETENTION_RUNTIME,
993
993
  targets = TARGET_TYPE_ENUM,
994
994
  targets = TARGET_TYPE_FILE,
995
- // TODO Enable this in google3 once protoc rolls out.
996
995
  feature_support = {
997
996
  edition_introduced: EDITION_2023,
998
997
  },
999
- edition_defaults = { edition: EDITION_PROTO2, value: "CLOSED" },
998
+ edition_defaults = { edition: EDITION_LEGACY, value: "CLOSED" },
1000
999
  edition_defaults = { edition: EDITION_PROTO3, value: "OPEN" }
1001
1000
  ];
1002
1001
 
@@ -1009,11 +1008,10 @@ message FeatureSet {
1009
1008
  retention = RETENTION_RUNTIME,
1010
1009
  targets = TARGET_TYPE_FIELD,
1011
1010
  targets = TARGET_TYPE_FILE,
1012
- // TODO Enable this in google3 once protoc rolls out.
1013
1011
  feature_support = {
1014
1012
  edition_introduced: EDITION_2023,
1015
1013
  },
1016
- edition_defaults = { edition: EDITION_PROTO2, value: "EXPANDED" },
1014
+ edition_defaults = { edition: EDITION_LEGACY, value: "EXPANDED" },
1017
1015
  edition_defaults = { edition: EDITION_PROTO3, value: "PACKED" }
1018
1016
  ];
1019
1017
 
@@ -1027,11 +1025,10 @@ message FeatureSet {
1027
1025
  retention = RETENTION_RUNTIME,
1028
1026
  targets = TARGET_TYPE_FIELD,
1029
1027
  targets = TARGET_TYPE_FILE,
1030
- // TODO Enable this in google3 once protoc rolls out.
1031
1028
  feature_support = {
1032
1029
  edition_introduced: EDITION_2023,
1033
1030
  },
1034
- edition_defaults = { edition: EDITION_PROTO2, value: "NONE" },
1031
+ edition_defaults = { edition: EDITION_LEGACY, value: "NONE" },
1035
1032
  edition_defaults = { edition: EDITION_PROTO3, value: "VERIFY" }
1036
1033
  ];
1037
1034
 
@@ -1044,11 +1041,10 @@ message FeatureSet {
1044
1041
  retention = RETENTION_RUNTIME,
1045
1042
  targets = TARGET_TYPE_FIELD,
1046
1043
  targets = TARGET_TYPE_FILE,
1047
- // TODO Enable this in google3 once protoc rolls out.
1048
1044
  feature_support = {
1049
1045
  edition_introduced: EDITION_2023,
1050
1046
  },
1051
- edition_defaults = { edition: EDITION_PROTO2, value: "LENGTH_PREFIXED" }
1047
+ edition_defaults = { edition: EDITION_LEGACY, value: "LENGTH_PREFIXED" }
1052
1048
  ];
1053
1049
 
1054
1050
  enum JsonFormat {
@@ -1061,11 +1057,10 @@ message FeatureSet {
1061
1057
  targets = TARGET_TYPE_MESSAGE,
1062
1058
  targets = TARGET_TYPE_ENUM,
1063
1059
  targets = TARGET_TYPE_FILE,
1064
- // TODO Enable this in google3 once protoc rolls out.
1065
1060
  feature_support = {
1066
1061
  edition_introduced: EDITION_2023,
1067
1062
  },
1068
- edition_defaults = { edition: EDITION_PROTO2, value: "LEGACY_BEST_EFFORT" },
1063
+ edition_defaults = { edition: EDITION_LEGACY, value: "LEGACY_BEST_EFFORT" },
1069
1064
  edition_defaults = { edition: EDITION_PROTO3, value: "ALLOW" }
1070
1065
  ];
1071
1066
 
Binary file
Binary file
@@ -635,13 +635,14 @@ message MessageOptions {
635
635
  }
636
636
 
637
637
  message FieldOptions {
638
+ // NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
638
639
  // The ctype option instructs the C++ code generator to use a different
639
640
  // representation of the field than it normally would. See the specific
640
641
  // options below. This option is only implemented to support use of
641
642
  // [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
642
- // type "bytes" in the open source release -- sorry, we'll try to include
643
- // other types in a future version!
644
- optional CType ctype = 1 [default = STRING];
643
+ // type "bytes" in the open source release.
644
+ // TODO: make ctype actually deprecated.
645
+ optional CType ctype = 1 [/*deprecated = true,*/ default = STRING];
645
646
  enum CType {
646
647
  // Default mode.
647
648
  STRING = 0;
@@ -974,11 +975,10 @@ message FeatureSet {
974
975
  retention = RETENTION_RUNTIME,
975
976
  targets = TARGET_TYPE_FIELD,
976
977
  targets = TARGET_TYPE_FILE,
977
- // TODO Enable this in google3 once protoc rolls out.
978
978
  feature_support = {
979
979
  edition_introduced: EDITION_2023,
980
980
  },
981
- edition_defaults = { edition: EDITION_PROTO2, value: "EXPLICIT" },
981
+ edition_defaults = { edition: EDITION_LEGACY, value: "EXPLICIT" },
982
982
  edition_defaults = { edition: EDITION_PROTO3, value: "IMPLICIT" },
983
983
  edition_defaults = { edition: EDITION_2023, value: "EXPLICIT" }
984
984
  ];
@@ -992,11 +992,10 @@ message FeatureSet {
992
992
  retention = RETENTION_RUNTIME,
993
993
  targets = TARGET_TYPE_ENUM,
994
994
  targets = TARGET_TYPE_FILE,
995
- // TODO Enable this in google3 once protoc rolls out.
996
995
  feature_support = {
997
996
  edition_introduced: EDITION_2023,
998
997
  },
999
- edition_defaults = { edition: EDITION_PROTO2, value: "CLOSED" },
998
+ edition_defaults = { edition: EDITION_LEGACY, value: "CLOSED" },
1000
999
  edition_defaults = { edition: EDITION_PROTO3, value: "OPEN" }
1001
1000
  ];
1002
1001
 
@@ -1009,11 +1008,10 @@ message FeatureSet {
1009
1008
  retention = RETENTION_RUNTIME,
1010
1009
  targets = TARGET_TYPE_FIELD,
1011
1010
  targets = TARGET_TYPE_FILE,
1012
- // TODO Enable this in google3 once protoc rolls out.
1013
1011
  feature_support = {
1014
1012
  edition_introduced: EDITION_2023,
1015
1013
  },
1016
- edition_defaults = { edition: EDITION_PROTO2, value: "EXPANDED" },
1014
+ edition_defaults = { edition: EDITION_LEGACY, value: "EXPANDED" },
1017
1015
  edition_defaults = { edition: EDITION_PROTO3, value: "PACKED" }
1018
1016
  ];
1019
1017
 
@@ -1027,11 +1025,10 @@ message FeatureSet {
1027
1025
  retention = RETENTION_RUNTIME,
1028
1026
  targets = TARGET_TYPE_FIELD,
1029
1027
  targets = TARGET_TYPE_FILE,
1030
- // TODO Enable this in google3 once protoc rolls out.
1031
1028
  feature_support = {
1032
1029
  edition_introduced: EDITION_2023,
1033
1030
  },
1034
- edition_defaults = { edition: EDITION_PROTO2, value: "NONE" },
1031
+ edition_defaults = { edition: EDITION_LEGACY, value: "NONE" },
1035
1032
  edition_defaults = { edition: EDITION_PROTO3, value: "VERIFY" }
1036
1033
  ];
1037
1034
 
@@ -1044,11 +1041,10 @@ message FeatureSet {
1044
1041
  retention = RETENTION_RUNTIME,
1045
1042
  targets = TARGET_TYPE_FIELD,
1046
1043
  targets = TARGET_TYPE_FILE,
1047
- // TODO Enable this in google3 once protoc rolls out.
1048
1044
  feature_support = {
1049
1045
  edition_introduced: EDITION_2023,
1050
1046
  },
1051
- edition_defaults = { edition: EDITION_PROTO2, value: "LENGTH_PREFIXED" }
1047
+ edition_defaults = { edition: EDITION_LEGACY, value: "LENGTH_PREFIXED" }
1052
1048
  ];
1053
1049
 
1054
1050
  enum JsonFormat {
@@ -1061,11 +1057,10 @@ message FeatureSet {
1061
1057
  targets = TARGET_TYPE_MESSAGE,
1062
1058
  targets = TARGET_TYPE_ENUM,
1063
1059
  targets = TARGET_TYPE_FILE,
1064
- // TODO Enable this in google3 once protoc rolls out.
1065
1060
  feature_support = {
1066
1061
  edition_introduced: EDITION_2023,
1067
1062
  },
1068
- edition_defaults = { edition: EDITION_PROTO2, value: "LEGACY_BEST_EFFORT" },
1063
+ edition_defaults = { edition: EDITION_LEGACY, value: "LEGACY_BEST_EFFORT" },
1069
1064
  edition_defaults = { edition: EDITION_PROTO3, value: "ALLOW" }
1070
1065
  ];
1071
1066
 
Binary file
Binary file
@@ -635,13 +635,14 @@ message MessageOptions {
635
635
  }
636
636
 
637
637
  message FieldOptions {
638
+ // NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
638
639
  // The ctype option instructs the C++ code generator to use a different
639
640
  // representation of the field than it normally would. See the specific
640
641
  // options below. This option is only implemented to support use of
641
642
  // [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
642
- // type "bytes" in the open source release -- sorry, we'll try to include
643
- // other types in a future version!
644
- optional CType ctype = 1 [default = STRING];
643
+ // type "bytes" in the open source release.
644
+ // TODO: make ctype actually deprecated.
645
+ optional CType ctype = 1 [/*deprecated = true,*/ default = STRING];
645
646
  enum CType {
646
647
  // Default mode.
647
648
  STRING = 0;
@@ -974,11 +975,10 @@ message FeatureSet {
974
975
  retention = RETENTION_RUNTIME,
975
976
  targets = TARGET_TYPE_FIELD,
976
977
  targets = TARGET_TYPE_FILE,
977
- // TODO Enable this in google3 once protoc rolls out.
978
978
  feature_support = {
979
979
  edition_introduced: EDITION_2023,
980
980
  },
981
- edition_defaults = { edition: EDITION_PROTO2, value: "EXPLICIT" },
981
+ edition_defaults = { edition: EDITION_LEGACY, value: "EXPLICIT" },
982
982
  edition_defaults = { edition: EDITION_PROTO3, value: "IMPLICIT" },
983
983
  edition_defaults = { edition: EDITION_2023, value: "EXPLICIT" }
984
984
  ];
@@ -992,11 +992,10 @@ message FeatureSet {
992
992
  retention = RETENTION_RUNTIME,
993
993
  targets = TARGET_TYPE_ENUM,
994
994
  targets = TARGET_TYPE_FILE,
995
- // TODO Enable this in google3 once protoc rolls out.
996
995
  feature_support = {
997
996
  edition_introduced: EDITION_2023,
998
997
  },
999
- edition_defaults = { edition: EDITION_PROTO2, value: "CLOSED" },
998
+ edition_defaults = { edition: EDITION_LEGACY, value: "CLOSED" },
1000
999
  edition_defaults = { edition: EDITION_PROTO3, value: "OPEN" }
1001
1000
  ];
1002
1001
 
@@ -1009,11 +1008,10 @@ message FeatureSet {
1009
1008
  retention = RETENTION_RUNTIME,
1010
1009
  targets = TARGET_TYPE_FIELD,
1011
1010
  targets = TARGET_TYPE_FILE,
1012
- // TODO Enable this in google3 once protoc rolls out.
1013
1011
  feature_support = {
1014
1012
  edition_introduced: EDITION_2023,
1015
1013
  },
1016
- edition_defaults = { edition: EDITION_PROTO2, value: "EXPANDED" },
1014
+ edition_defaults = { edition: EDITION_LEGACY, value: "EXPANDED" },
1017
1015
  edition_defaults = { edition: EDITION_PROTO3, value: "PACKED" }
1018
1016
  ];
1019
1017
 
@@ -1027,11 +1025,10 @@ message FeatureSet {
1027
1025
  retention = RETENTION_RUNTIME,
1028
1026
  targets = TARGET_TYPE_FIELD,
1029
1027
  targets = TARGET_TYPE_FILE,
1030
- // TODO Enable this in google3 once protoc rolls out.
1031
1028
  feature_support = {
1032
1029
  edition_introduced: EDITION_2023,
1033
1030
  },
1034
- edition_defaults = { edition: EDITION_PROTO2, value: "NONE" },
1031
+ edition_defaults = { edition: EDITION_LEGACY, value: "NONE" },
1035
1032
  edition_defaults = { edition: EDITION_PROTO3, value: "VERIFY" }
1036
1033
  ];
1037
1034
 
@@ -1044,11 +1041,10 @@ message FeatureSet {
1044
1041
  retention = RETENTION_RUNTIME,
1045
1042
  targets = TARGET_TYPE_FIELD,
1046
1043
  targets = TARGET_TYPE_FILE,
1047
- // TODO Enable this in google3 once protoc rolls out.
1048
1044
  feature_support = {
1049
1045
  edition_introduced: EDITION_2023,
1050
1046
  },
1051
- edition_defaults = { edition: EDITION_PROTO2, value: "LENGTH_PREFIXED" }
1047
+ edition_defaults = { edition: EDITION_LEGACY, value: "LENGTH_PREFIXED" }
1052
1048
  ];
1053
1049
 
1054
1050
  enum JsonFormat {
@@ -1061,11 +1057,10 @@ message FeatureSet {
1061
1057
  targets = TARGET_TYPE_MESSAGE,
1062
1058
  targets = TARGET_TYPE_ENUM,
1063
1059
  targets = TARGET_TYPE_FILE,
1064
- // TODO Enable this in google3 once protoc rolls out.
1065
1060
  feature_support = {
1066
1061
  edition_introduced: EDITION_2023,
1067
1062
  },
1068
- edition_defaults = { edition: EDITION_PROTO2, value: "LEGACY_BEST_EFFORT" },
1063
+ edition_defaults = { edition: EDITION_LEGACY, value: "LEGACY_BEST_EFFORT" },
1069
1064
  edition_defaults = { edition: EDITION_PROTO3, value: "ALLOW" }
1070
1065
  ];
1071
1066
 
Binary file
data/version.rb CHANGED
@@ -14,6 +14,6 @@
14
14
 
15
15
  module GRPC
16
16
  module Tools
17
- VERSION = '1.67.0.pre1'
17
+ VERSION = '1.68.1'
18
18
  end
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0.pre1
4
+ version: 1.68.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - grpc Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-17 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: protoc and the Ruby gRPC protoc plugin
14
14
  email: grpc-io@googlegroups.com
@@ -108,9 +108,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
- - - ">"
111
+ - - ">="
112
112
  - !ruby/object:Gem::Version
113
- version: 1.3.1
113
+ version: '0'
114
114
  requirements: []
115
115
  rubygems_version: 3.0.8
116
116
  signing_key: