Parse Deprecation.forVersion on compiler side (#3868)

This commit is contained in:
なつき 2024-05-30 16:25:13 -07:00 committed by GitHub
parent 87699d79b2
commit c338c4511c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 2.7.1
* Allow deprecation versions to be value of `fatal_deprecation` field.
## 2.7.0
* Add `containing_url_unused` field to `CanonicalizeResponse` and

View File

@ -1 +1 @@
2.7.0
2.7.1

View File

@ -159,7 +159,7 @@ message InboundMessage {
// Whether to silently suppresses all `LogEvent`s.
bool silent = 14;
// Deprecation IDs to treat as fatal.
// Deprecation IDs or versions to treat as fatal.
repeated string fatal_deprecation = 15;
// Deprecation IDs to ignore.