Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mozilla/glean
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v51.8.2
Choose a base ref
...
head repository: mozilla/glean
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v51.8.3
Choose a head ref
  • 14 commits
  • 27 files changed
  • 5 contributors

Commits on Nov 17, 2022

  1. Update CHANGELOG for release

    chutten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    b351f0f View commit details
    Browse the repository at this point in the history
  2. Bumped version to 51.8.2

    chutten committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    3a05297 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Bump jsonschema-valid from 0.5.0 to 0.5.1

    Bumps [jsonschema-valid](https://github.com/mdboom/jsonschema-valid) from 0.5.0 to 0.5.1.
    - [Release notes](https://github.com/mdboom/jsonschema-valid/releases)
    - [Changelog](https://github.com/mdboom/jsonschema-valid/blob/main/CHANGELOG.md)
    - [Commits](mdboom/jsonschema-valid@v0.5.0...v0.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: jsonschema-valid
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and badboy committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    5cbe12b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cc64af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c665774 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Bump auditwheel from 5.2.1 to 5.3.0 in /glean-core/python

    Bumps [auditwheel](https://github.com/pypa/auditwheel) from 5.2.1 to 5.3.0.
    - [Release notes](https://github.com/pypa/auditwheel/releases)
    - [Changelog](https://github.com/pypa/auditwheel/blob/main/CHANGELOG.md)
    - [Commits](pypa/auditwheel@5.2.1...5.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: auditwheel
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and badboy committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    8428a49 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Use top-level uses in recommended github action

    [doc only]
    badboy committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    47f293c View commit details
    Browse the repository at this point in the history
  2. iOS: Build _only_ a staticlib.

    `--crate-type` was stabilized in cargo 1.64.0 (cargo#10838)
    badboy committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9053dd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5b5510 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb40626 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    44435dc View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Update to rkv 0.18.3

    This contains an important bug fix: Data is now written to a temporary
    file before being moved to the final database file location.
    This avoids truncated database files in case the write gets interrupted.
    badboy committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    d237554 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 51.8.3

    badboy committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    18fc9a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98e3d74 View commit details
    Browse the repository at this point in the history
Loading