Skip to content

Commit 48644b2

Browse files
authored
Bump up minor version for Fireperf for AQS (#7154)
1 parent 8cc55ae commit 48644b2

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

firebase-perf/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Unreleased
2+
* [changed] Updated `firebase-sessions` dependency to v3.0.0
3+
* [fixed] Fixed the issues around unifying the sessions in `firebase-sessions`
4+
and`firebase-performance`.
5+
6+
# 22.0.0
27
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
38
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
49
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs

firebase-perf/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
#
1717

18-
version=22.0.0
18+
version=22.1.0
1919
latestReleasedVersion=21.0.5
2020
android.enableUnitTestBinaryResources=true
2121

firebase-perf/src/test/java/com/google/firebase/perf/session/gauges/GaugeManagerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ public void testGaugeCounterIsDecrementedWhenLogged() {
402402
}
403403

404404
@Test
405+
// TODO(b/394127311): Investigate flaky test.
405406
public void testDuplicateGaugeLoggingIsAvoided() {
406407
int priorGaugeCounter = GaugeCounter.count();
407408
PerfSession fakeSession = createTestSession(1);

firebase-perf/src/test/java/com/google/firebase/perf/transport/TransportManagerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ public void invalidGaugeMetric_transportNotInitialized_notLoggedAfterInitializat
219219
}
220220

221221
@Test
222+
// TODO(b/394127311): Investigate flaky test.
222223
public void
223224
logMultipleEvents_transportNotInitialized_validEventsGetLoggedInOrderAfterInitialization() {
224225
initializeTransport(false);

0 commit comments

Comments
 (0)