Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Bump glean-sdk from 34.1.0 to 36.0.0 in /application #171

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2021

Bumps glean-sdk from 34.1.0 to 36.0.0.

Release notes

Sourced from glean-sdk's releases.

v36.0.0

Full changelog

  • General
    • Introduce a new API Ping#test_before_next_submit to run a callback right before a custom ping is submitted (#1507).
      • The new API exists for all language bindings (Kotlin, Swift, Rust, Python).
    • Updated glean_parser version to 2.5.0
    • Change the fmt- and lint- make commands for consistency (#1526)
    • The Glean SDK can now produce testing coverage reports for your metrics (#1482).
  • Python
    • Update minimal required version of cffi dependency to 1.13.0 (#1520).
    • Ship wheels for arm64 macOS (#1534).
  • RLB
    • Added rate metric type (#1516).
    • Set internal_metrics::os_version for MacOS, Windows and Linux (#1538)
    • Expose a function get_timestamp_ms to get a timestamp from a monotonic clock on all supported operating systems, to be used for event timestamps (#1546).
    • Expose a function to record events with an externally provided timestamp.
  • iOS
    • Breaking Change: Event timestamps are now correctly recorded in milliseconds (#1546).
      • Since the first release event timestamps were erroneously recorded with nanosecond precision (#1549). This is now fixed and event timestamps are in milliseconds. This is equivalent to how it works in all other language bindings.

v35.0.0

  • Android
    • Glean.initialize can now take a buildInfo parameter to pass in build time version information, and avoid calling out to the Android package manager at runtime. A suitable instance is generated by glean_parser in ${PACKAGE_ROOT}.GleanMetrics.GleanBuildInfo.buildInfo (#1495). Not passing in a buildInfo object is still supported, but is deprecated.
    • The testGetValue APIs now include a message on the NullPointerException thrown when the value is missing.
    • Breaking change: LEGACY_TAG_PINGS is removed from GleanDebugActivity (#1510)
  • RLB
    • Breaking change: Configuration.data_path is now a std::path::PathBuf(#1493).
Changelog

Sourced from glean-sdk's changelog.

v36.0.0 (2021-03-16)

Full changelog

  • General
    • Introduce a new API Ping#test_before_next_submit to run a callback right before a custom ping is submitted (#1507).
      • The new API exists for all language bindings (Kotlin, Swift, Rust, Python).
    • Updated glean_parser version to 2.5.0
    • Change the fmt- and lint- make commands for consistency (#1526)
    • The Glean SDK can now produce testing coverage reports for your metrics (#1482).
  • Python
    • Update minimal required version of cffi dependency to 1.13.0 (#1520).
    • Ship wheels for arm64 macOS (#1534).
  • RLB
    • Added rate metric type (#1516).
    • Set internal_metrics::os_version for MacOS, Windows and Linux (#1538)
    • Expose a function get_timestamp_ms to get a timestamp from a monotonic clock on all supported operating systems, to be used for event timestamps (#1546).
    • Expose a function to record events with an externally provided timestamp.
  • iOS
    • Breaking Change: Event timestamps are now correctly recorded in milliseconds (#1546).
      • Since the first release event timestamps were erroneously recorded with nanosecond precision (#1549). This is now fixed and event timestamps are in milliseconds. This is equivalent to how it works in all other language bindings.

v35.0.0 (2021-02-22)

Full changelog

  • Android
    • Glean.initialize can now take a buildInfo parameter to pass in build time version information, and avoid calling out to the Android package manager at runtime. A suitable instance is generated by glean_parser in ${PACKAGE_ROOT}.GleanMetrics.GleanBuildInfo.buildInfo (#1495). Not passing in a buildInfo object is still supported, but is deprecated.
    • The testGetValue APIs now include a message on the NullPointerException thrown when the value is missing.
    • Breaking change: LEGACY_TAG_PINGS is removed from GleanDebugActivity (#1510)
  • RLB
    • Breaking change: Configuration.data_path is now a std::path::PathBuf(#1493).
Commits
  • e925fe3 Merge branch 'release-v36.0.0' into release
  • 5f7dd02 Bumped version to 36.0.0
  • 243147c Add PRs to changelog
  • 29d383e Merge pull request #1550 from mozilla/fix-darwin-build
  • cbbc829 Bump twine from 3.3.0 to 3.4.0 in /glean-core/python (#1552)
  • 54591ba Pick clang 11 and cctools from m-c build
  • 831072b Bump macOS SDK to 10.12 (Sierra)
  • 70529f0 Merge pull request #1549 from mozilla/event-with-timestamp
  • ad412a4 Bump flake8 from 3.8.4 to 3.9.0 in /glean-core/python (#1548)
  • 7be3b15 RLB: Allow to record an event with the provided timestamp
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot requested a review from hackebrot as a code owner March 17, 2021 06:04
@dependabot dependabot bot added application Tasks related to the application component Dependabot Tasks related to managing Dependabot dependencies Tasks related to managing dependencies labels Mar 17, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/application/glean-sdk-36.0.0 branch 8 times, most recently from 6544586 to 5651609 Compare March 24, 2021 09:39
@dependabot dependabot bot force-pushed the dependabot/pip/application/glean-sdk-36.0.0 branch 2 times, most recently from c7789a9 to 2fb5a8a Compare April 8, 2021 09:02
Bumps [glean-sdk](https://github.com/mozilla/glean) from 34.1.0 to 36.0.0.
- [Release notes](https://github.com/mozilla/glean/releases)
- [Changelog](https://github.com/mozilla/glean/blob/main/CHANGELOG.md)
- [Commits](mozilla/glean@v34.1.0...v36.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/application/glean-sdk-36.0.0 branch from 2fb5a8a to 023cc22 Compare April 8, 2021 09:05
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 12, 2021

Superseded by #179.

@dependabot dependabot bot closed this Apr 12, 2021
@dependabot dependabot bot deleted the dependabot/pip/application/glean-sdk-36.0.0 branch April 12, 2021 07:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
application Tasks related to the application component Dependabot Tasks related to managing Dependabot dependencies Tasks related to managing dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants