build(deps): bump glean-parser from 17.3.0 to 20.0.0 #1226 (lando@main)

Warnings
  • Checking...
Blockers
  • Checking...
Branches dependabot/pip/glean-parser-20.0.0 -> main
Repo lando@main (git) (git://github.com/mozilla-conduit/lando.git)
Author dependabot[bot]
State open
Commit Title build(deps): bump glean-parser from 17.3.0 to 20.0.0
Commit Body Bumps [glean-parser](https://github.com/mozilla/glean_parser) from 17.3.0 to 20.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mozilla/glean_parser/releases">glean-parser's releases</a>.</em></p> <blockquote> <h2>v20.0.0</h2> <h2>20.0.0</h2> <ul> <li>BREAKING CHANGE: Go server: replaced the <code>go_server_pubsub</code> outputter with a <code>transport</code> option on <code>go_server</code> (<code>-s transport=logging|pubsub|combined</code>, default logging); <code>combined</code> emits both transports in one file and ping params gain an optional <code>DocumentID</code> to share a <code>document_id</code> across them for gradual migration (<a href="https://redirect.github.com/mozilla/glean_parser/pull/849">#849</a>)</li> <li>Add support for Glean session implementation (<a href="https://redirect.github.com/mozilla/glean_parser/pull/840">#840</a>)</li> </ul> <h2>v19.2.0</h2> <ul> <li>Go server template: add <code>go_server_pubsub</code> outputter to support direct Pub/Sub delivery (<a href="https://mozilla-hub.atlassian.net/browse/DENG-9533">DENG-9533</a>)</li> </ul> <h2>v19.1.1</h2> <ul> <li>Use JSON serialization for on-disk caching</li> </ul> <h2>v19.1.0</h2> <ul> <li>Go server: Add support for <code>labeled_boolean</code> metrics with static labels (<a href="https://mozilla-hub.atlassian.net/browse/AE-1250">AE-1250</a>)</li> <li>BUGFIX: Go server: Serialize nil <code>string_list</code> metrics as empty arrays instead of null (<a href="https://redirect.github.com/mozilla/glean_parser/pull/837">#837</a>)</li> <li>Add support to target <code>glean_sym</code> (the new experimental Glean Rust API) (<a href="https://redirect.github.com/mozilla/glean_parser/pull/841">#841</a>)</li> </ul> <h2>v19.0.0</h2> <ul> <li>Python server: Support optional metrics (<a href="https://redirect.github.com/mozilla/glean_parser/pull/828">#828</a>)</li> <li>BUGFIX: Correct event timestamp values in server language templates (<a href="https://redirect.github.com/mozilla/glean_parser/pull/831">#831</a>)</li> <li>Remove the <code>coverage</code> subcommand. The SDK also removed metric testing covergae (<a href="https://redirect.github.com/mozilla/glean_parser/pull/832">#832</a>)</li> </ul> <h2>v18.2.0</h2> <ul> <li>New lint: Warn against event metrics on the <code>metrics</code> or <code>baseline</code> ping (<a href="https://redirect.github.com/mozilla/glean_parser/pull/823">#823</a>)</li> <li>Go server: Add 'string_list' to supported metric types (<a href="https://redirect.github.com/mozilla/glean_parser/pull/825">#825</a>)</li> </ul> <h2>v18.1.1</h2> <ul> <li>Python server: Fix logging mechanism (<a href="https://redirect.github.com/mozilla/glean_parser/pull/820">#820</a>)</li> </ul> <h2>v18.1.0</h2> <ul> <li>Python server: Support sending custom pings without events (<a href="https://redirect.github.com/mozilla/glean_parser/pull/817">#817</a>)</li> <li>Python server: Add 'object' and 'boolean' to supported metric types (<a href="https://redirect.github.com/mozilla/glean_parser/pull/816">#816</a>)</li> <li>Kotlin: Avoid <code>toString()</code> conversion on strings (<a href="https://redirect.github.com/mozilla/glean_parser/issues/818">#818</a>)</li> </ul> <h2>v18.0.6</h2> <ul> <li>Swift: Rely on Swift's Codable and configure it properly for the expected serialization (<a href="https://redirect.github.com/mozilla/glean_parser/pull/815">#815</a>)</li> </ul> <h2>v18.0.5</h2> <ul> <li>BUGFIX: Kotlin: correctly build a serial descriptor</li> </ul> <h2>v18.0.4</h2> <ul> <li>BUGFIX: Kotlin: Implement serializers for the <code>oneOf</code> subtypes (<a href="https://redirect.github.com/mozilla/glean_parser/pull/814">#814</a>)</li> </ul> <h2>v18.0.3</h2> <ul> <li>BUGFIX: Kotlin: Implement Serializable again for object items (<a href="https://redirect.github.com/mozilla/glean_parser/pull/813">#813</a>)</li> <li>BUGFIX: Kotlin: Properly check that object arrays are non-empty before serializable (<a href="https://redirect.github.com/mozilla/glean_parser/pull/813">#813</a>)</li> </ul> <h2>v18.0.2</h2> <ul> <li>BUGFIX: Kotlin/Swift: Prefix new variables to avoid clashes with user code (<a href="https://redirect.github.com/mozilla/glean_parser/pull/812">#812</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mozilla/glean_parser/blob/main/CHANGELOG.md">glean-parser's changelog</a>.</em></p> <blockquote> <h2>20.0.0</h2> <ul> <li>BREAKING CHANGE: Go server: replaced the <code>go_server_pubsub</code> outputter with a <code>transport</code> option on <code>go_server</code> (<code>-s transport=logging|pubsub|combined</code>, default logging); <code>combined</code> emits both transports in one file and ping params gain an optional <code>DocumentID</code> to share a <code>document_id</code> across them for gradual migration (<a href="https://redirect.github.com/mozilla/glean_parser/pull/849">#849</a>)</li> <li>Add support for Glean session implementation (<a href="https://redirect.github.com/mozilla/glean_parser/pull/840">#840</a>)</li> </ul> <h2>19.2.0</h2> <ul> <li>Go server template: add <code>go_server_pubsub</code> outputter to support direct Pub/Sub delivery (<a href="https://mozilla-hub.atlassian.net/browse/DENG-9533">DENG-9533</a>)</li> </ul> <h2>19.1.1</h2> <ul> <li>Use JSON serialization for on-disk caching</li> </ul> <h2>19.1.0</h2> <ul> <li>Go server: Add support for <code>labeled_boolean</code> metrics with static labels (<a href="https://mozilla-hub.atlassian.net/browse/AE-1250">AE-1250</a>)</li> <li>BUGFIX: Go server: Serialize nil <code>string_list</code> metrics as empty arrays instead of null (<a href="https://redirect.github.com/mozilla/glean_parser/pull/837">#837</a>)</li> <li>Add support to target <code>glean_sym</code> (the new experimental Glean Rust API) (<a href="https://redirect.github.com/mozilla/glean_parser/pull/841">#841</a>)</li> </ul> <h2>19.0.0</h2> <ul> <li>Python server: Support optional metrics (<a href="https://redirect.github.com/mozilla/glean_parser/pull/828">#828</a>)</li> <li>BUGFIX: Correct event timestamp values in server language templates (<a href="https://redirect.github.com/mozilla/glean_parser/pull/831">#831</a>)</li> <li>Remove the <code>coverage</code> subcommand. The SDK also removed metric testing covergae (<a href="https://redirect.github.com/mozilla/glean_parser/pull/832">#832</a>)</li> </ul> <h2>18.2.0</h2> <ul> <li>New lint: Warn against event metrics on the <code>metrics</code> or <code>baseline</code> ping (<a href="https://redirect.github.com/mozilla/glean_parser/pull/823">#823</a>)</li> <li>Go server: Add 'string_list' to supported metric types (<a href="https://redirect.github.com/mozilla/glean_parser/pull/825">#825</a>)</li> </ul> <h2>18.1.1</h2> <ul> <li>Python server: Fix logging mechanism (<a href="https://redirect.github.com/mozilla/glean_parser/pull/820">#820</a>)</li> </ul> <h2>18.1.0</h2> <ul> <li>Python server: Support sending custom pings without events (<a href="https://redirect.github.com/mozilla/glean_parser/pull/817">#817</a>)</li> <li>Python server: Add 'object' and 'boolean' to supported metric types (<a href="https://redirect.github.com/mozilla/glean_parser/pull/816">#816</a>)</li> <li>Kotlin: Avoid <code>toString()</code> conversion on strings (<a href="https://redirect.github.com/mozilla/glean_parser/issues/818">#818</a>)</li> </ul> <h2>18.0.6</h2> <ul> <li>Swift: Rely on Swift's Codable and configure it properly for the expected serialization (<a href="https://redirect.github.com/mozilla/glean_parser/pull/815">#815</a>)</li> </ul> <h2>18.0.5</h2> <ul> <li>BUGFIX: Kotlin: correctly build a serial descriptor</li> </ul> <h2>18.0.4</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mozilla/glean_parser/commit/07fb91029d30f3350fd439f72d7e0bdda7894ba0"><code>07fb910</code></a> Release v20.0.0</li> <li><a href="https://github.com/mozilla/glean_parser/commit/27ce5407cbb7aa90570ba63bfdbc43b683ae17ce"><code>27ce540</code></a> Release v19.3.0</li> <li><a href="https://github.com/mozilla/glean_parser/commit/b953370b427f6984022c103c68d91dad5a61da88"><code>b953370</code></a> go_server: unify logging and Pub/Sub behind a transport option (<a href="https://redirect.github.com/mozilla/glean_parser/issues/849">#849</a>)</li> <li><a href="https://github.com/mozilla/glean_parser/commit/0c0ce2c05d45681b8f75cc77b3c36cb5a99821e8"><code>0c0ce2c</code></a> Bug2020962 session impl (<a href="https://redirect.github.com/mozilla/glean_parser/issues/840">#840</a>)</li> <li><a href="https://github.com/mozilla/glean_parser/commit/fbdf7933c1d5969741cb6407899acc2f09c24ac6"><code>fbdf793</code></a> Release v19.2.0</li> <li><a href="https://github.com/mozilla/glean_parser/commit/ec5d5463f7019f3a151c80b0cdfca346ca9e815a"><code>ec5d546</code></a> DENG-9533 - Go server template: support publishing directly to Pub/Sub (<a href="https://redirect.github.com/mozilla/glean_parser/issues/821">#821</a>)</li> <li><a href="https://github.com/mozilla/glean_parser/commit/6d203e0e724fefb4a5504854e5d94d7ddfc77a7e"><code>6d203e0</code></a> Release v19.1.1</li> <li><a href="https://github.com/mozilla/glean_parser/commit/38f6227da51ed07c9ce5e711066d37d29c0dcfdb"><code>38f6227</code></a> Use JSON serialization for on-disk caching</li> <li><a href="https://github.com/mozilla/glean_parser/commit/c16273a61530bb899b13ac4b145e97e5a786219c"><code>c16273a</code></a> Bump idna from 3.10 to 3.15</li> <li><a href="https://github.com/mozilla/glean_parser/commit/7372f5d31786a26794c27d115e39081cfe20faf1"><code>7372f5d</code></a> Release v19.1.0</li> <li>Additional commits viewable in <a href="https://github.com/mozilla/glean_parser/compare/v17.3.0...v20.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=glean-parser&package-manager=pip&previous-version=17.3.0&new-version=20.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>

Landings

Not yet Landed
There has been no attempt to land revisions in this stack.