Skip to content

Commit f1097e3

Browse files
runzwcopybara-github
authored andcommitted
Update version support page based on 35.0 release.
PiperOrigin-RevId: 918593505
1 parent 53ada6c commit f1097e3

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

content/includes/version-tables.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,36 +95,36 @@ table.version-chart td.active {
9595
/* latest release column */
9696
/*
9797
* How to advance the selection of the latest release:
98-
* Replace class 'y26q1' in the following selectors with 'y26q2' (the class
98+
* Replace class 'y26q2' in the following selectors with 'y26q3' (the class
9999
* referring to the quarter of the next release). Please also update this
100100
* instruction as a courtesy to the next maintainer.
101101
*/
102102

103103
/* visually replace 'yyQq' heading with string 'Latest' */
104-
table.version-chart th.y26q1 span {
104+
table.version-chart th.y26q2 span {
105105
display: none;
106106
}
107-
table.version-chart th.y26q1::after {
107+
table.version-chart th.y26q2::after {
108108
content: "Latest"
109109
}
110110

111111
/* draw a focus rectangle around the latest release column */
112-
table.version-chart th.y26q1 {
112+
table.version-chart th.y26q2 {
113113
border-top: 2px solid #e06666 !important;
114114
border-left: 2px solid #e06666 !important;
115115
border-right: 2px solid #e06666 !important;
116116
}
117-
table.version-chart td.y26q1 {
117+
table.version-chart td.y26q2 {
118118
font-weight: bold;
119119
border-left: 2px solid #e06666 !important;
120120
border-right: 2px solid #e06666 !important;
121121
}
122-
table.version-chart tr:last-child td.y26q1 {
122+
table.version-chart tr:last-child td.y26q2 {
123123
border-bottom: 2px solid #e06666 !important;
124124
}
125125

126126
/* future release columns */
127-
table.version-chart td:not(:has(~ .y26q1)):not(.y26q1) {
127+
table.version-chart td:not(:has(~ .y26q2)):not(.y26q2) {
128128
font-style: italic;
129129
}
130130

content/support/version-support.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ type = "docs"
1212

1313
Language | Active Support | Maintenance Only | Minimum Gencode
1414
-------- | -------------- | --------------------- | ---------------
15-
protoc | 34.x | 33.x, 25.x (for Java) |
16-
C++ | 7.34.x | 6.33.x | Exact Match
17-
C# | 3.34.x | | 3.0.0
18-
Java | 4.34.x | 3.25.x | 3.0.0
19-
PHP | 5.34.x | 4.33.x | 4.26.0
20-
Python | 7.34.x | 6.33.x | [3.20.0](https://protobuf.dev/support/cross-version-runtime-guarantee#python)
21-
Ruby | 4.34.x | | 3.0.0
15+
protoc | 35.x | 33.x, 25.x (for Java) |
16+
C++ | 7.35.x | 6.33.x | Exact Match
17+
C# | 3.35.x | | 3.0.0
18+
Java | 4.35.x | 3.25.x | 3.0.0
19+
PHP | 5.35.x | 4.33.x | 4.26.0
20+
Python | 7.35.x | 6.33.x | [3.20.0](https://protobuf.dev/support/cross-version-runtime-guarantee#python)
21+
Ruby | 4.35.x | | 3.0.0
2222

2323
### Minimum Supported Gencode {#min-gencode}
2424

@@ -253,7 +253,7 @@ appear in *italics* and might change.
253253
<td class="y25q3 active">6.32</td>
254254
<td class="y25q4 active">6.33</td>
255255
<td class="y26q1 maintenance">6.33</td>
256-
<td class="y26q2">6.33</td>
256+
<td class="y26q2 maintenance">6.33</td>
257257
</tr>
258258
<tr class="active">
259259
<th>7.x</th>
@@ -269,7 +269,7 @@ appear in *italics* and might change.
269269
<td class="y25q3"></td>
270270
<td class="y25q4"></td>
271271
<td class="y26q1 active">7.34</td>
272-
<td class="y26q2 future">7.35</td>
272+
<td class="y26q2 active">7.35</td>
273273
</tr>
274274
</table>
275275

@@ -330,7 +330,7 @@ For supported versions, see the
330330
<td class="y25q3 active">3.32</td>
331331
<td class="y25q4 active">3.33</td>
332332
<td class="y26q1 active">3.34</td>
333-
<td class="y26q2 future">3.35</td>
333+
<td class="y26q2 active">3.35</td>
334334
</tr>
335335
</table>
336336

@@ -409,7 +409,7 @@ For specific versions supported, see
409409
<td class="y25q3 active">4.32</td>
410410
<td class="y25q4 active">4.33</td>
411411
<td class="y26q1 active">4.34</td>
412-
<td class="y26q2 future">4.35</td>
412+
<td class="y26q2 active">4.35</td>
413413
</tr>
414414
</table>
415415

@@ -504,7 +504,7 @@ We support whichever version is lower.
504504
<td class="y25q3 active">4.32</td>
505505
<td class="y25q4 active">4.33</td>
506506
<td class="y26q1 maintenance">4.33</td>
507-
<td class="y26q2">4.33</td>
507+
<td class="y26q2 maintenance">4.33</td>
508508
</tr>
509509
<tr class="active">
510510
<th>5.x</th>
@@ -520,7 +520,7 @@ We support whichever version is lower.
520520
<td class="y25q3"></td>
521521
<td class="y25q4"></td>
522522
<td class="y26q1 active">5.34</td>
523-
<td class="y26q2 future">5.35</td>
523+
<td class="y26q2 active">5.35</td>
524524
</tr>
525525
</table>
526526

@@ -622,7 +622,7 @@ For supported versions, see the
622622
<td class="y25q3 active">6.32</td>
623623
<td class="y25q4 active">6.33</td>
624624
<td class="y26q1 maintenance">6.33</td>
625-
<td class="y26q2">6.33</td>
625+
<td class="y26q2 maintenance">6.33</td>
626626
</tr>
627627
<tr class="active">
628628
<th>7.x</th>
@@ -638,7 +638,7 @@ For supported versions, see the
638638
<td class="y25q3"></td>
639639
<td class="y25q4"></td>
640640
<td class="y26q1 active">7.34</td>
641-
<td class="y26q2 future">7.35</td>
641+
<td class="y26q2 active">7.35</td>
642642
</tr>
643643
</table>
644644

@@ -717,7 +717,7 @@ For supported versions, see the
717717
<td class="y25q3 active">4.32</td>
718718
<td class="y25q4 active">4.33</td>
719719
<td class="y26q1 active">4.34</td>
720-
<td class="y26q2 future">4.35</td>
720+
<td class="y26q2 active">4.35</td>
721721
</tr>
722722
</table>
723723

0 commit comments

Comments
 (0)