Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firebase-sessions-bugbash release #5069

Open
wants to merge 18 commits into
base: releases/firebase-sessions-bugbash
Choose a base branch
from

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    723d9e6 View commit details
    Browse the repository at this point in the history
  2. add firebase-sessions to the release

    David Motsonashvili committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    14bac4a View commit details
    Browse the repository at this point in the history
  3. add firebase-datatransport to release

    David Motsonashvili committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    761bdb1 View commit details
    Browse the repository at this point in the history
  4. unpin datatransport and remove it from the release

    David Motsonashvili committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    3248f94 View commit details
    Browse the repository at this point in the history
  5. remove trailing comma

    David Motsonashvili committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    7bfc70f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Pin firebase-datatransport version (#5070)

    mrober authored and David Motsonashvili committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3363be3 View commit details
    Browse the repository at this point in the history
  2. Use AQS provided sessionId for Fireperf events. (#5060)

    visumickey authored and David Motsonashvili committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8e294cc View commit details
    Browse the repository at this point in the history
  3. Add different default sampling rates for when RC fetch failed (#5059)

    * Add different defaults for when RC fetch failed
    
    * Add changelog entry
    
    * Format
    
    * Add throttled case to isLastFetchFailed check
    
    * Add rc fetch failed defaults for cpu and memory capturing frequency
    mrober authored and David Motsonashvili committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    dbe08b1 View commit details
    Browse the repository at this point in the history
  4. Add comments and asserts that didn't merge with PR 5059 (#5063)

    * Add different defaults for when RC fetch failed
    
    * Add changelog entry
    
    * Format
    
    * Add throttled case to isLastFetchFailed check
    
    * Add rc fetch failed defaults for cpu and memory capturing frequency
    
    * Address comments
    mrober authored and David Motsonashvili committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ca95446 View commit details
    Browse the repository at this point in the history
  5. Add missing CHANGELOG.md files (#5065)

    NO_RELEASE_CHANGE
    rlazo authored and David Motsonashvili committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2c3d40c View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md (#5066)

    rlazo authored and David Motsonashvili committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    661263c View commit details
    Browse the repository at this point in the history
  7. Make default sampling rates for when RC fetch failed 1/1000 typical (#…

    …5071)
    
    * Make default sampling rates for when RC fetch failed 1/1000 typical default
    
    * Fix tests
    
    * Change log message to warn and link to support
    mrober authored and David Motsonashvili committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    dfaee80 View commit details
    Browse the repository at this point in the history
  8. Expose Multi-DB, and add tests. (#4015)

    * Expose Multi-DB, and add tests.
    
    * Undo
    
    * Add documentation and fix test.
    
    * Make pretty
    
    * Prevent public access by making multi-db methods package-private
    
    * Revert "Prevent public access by making multi-db methods package-private"
    
    This reverts commit 8fbc22f.
    
    * Format
    
    * API
    
    * Fix method description
    
    * Changelog
    
    * Format
    tom-andersen authored and David Motsonashvili committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f04b225 View commit details
    Browse the repository at this point in the history
  9. Comment out failing messaging tests (#5074)

    emilypgoogle authored and David Motsonashvili committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    54c1cac View commit details
    Browse the repository at this point in the history
  10. Fix firebase-crashlytics-ktx instrumented tests (#5068)

    * Fix firebase-crashlytics-ktx deps
    
    * Fix CrashlyticsTests and clean up build file
    
    * Make FirebaseCrashlyticsKtxRegistrar internal
    
    * Bump health metrics compile sdk
    
    * Add versionName version
    mrober authored and David Motsonashvili committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ab9bc35 View commit details
    Browse the repository at this point in the history
  11. Add check if Sessions is disabled (#5061)

    * Do not send session id to subscribers if Sessions is disabled
    
    * Move the Sessions settings disabled check to after subscrubers
    mrober authored and David Motsonashvili committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    34527e0 View commit details
    Browse the repository at this point in the history
  12. Update changelogs + versions (#5079)

    NO_RELEASE_CHANGE
    daymxn authored and David Motsonashvili committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    64a0bf0 View commit details
    Browse the repository at this point in the history
  13. Add fid to Crashlytics report (#5052)

    * Add fid to Crashlytics report
    
    * Format
    mrober authored and David Motsonashvili committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8c9afbc View commit details
    Browse the repository at this point in the history