- BREAKING CHANGE: Dropped support for Python 3.8 (#800)
- New lint:
UNUSED_NO_LINTwhen a lint is listed for a metric but doesn't actually trigger - New lint:
UNKNOWN_LINTwhen an unknown lint is named in theno_lintlist - Add Sendable conformance to Pings (#810)
- BREAKING CHANGE: Add
oneOftype to object metric type structure. This requires changes in the generated code and is thus breaking, but shouldn't affect users (#803)