Bump to @type bridge-extra-info 1.1
#4957 (moved) adds a new transport
line to sanitized bridge extra-info descriptors, e.g.,
transport obfs2
transport obfs3
I think we'll have to bump the version number for these descriptors from 1.0 to 1.1. Even though 1.0 parsers won't understand this line, they shouldn't break. Therefore the new version should be 1.1, not 2.0.
However, both metrics-lib and stem look for "1.0"
as the version number and won't parse 1.1 descriptors at all. See:
stem/stem/descriptor/__init__.py: elif first_line in ("@type bridge-extra-info 1.0"):
I'll update metrics-lib very soon. Once stem is updated, too, I'll make metrics-db produce 1.1 descriptors.