Skip to content

Commit 17ca3f4

Browse files
authored
Merging Somalaya/release/18.2.4 to release/18.2.4 (#2575)
1 parent d1dad21 commit 17ca3f4

5 files changed

Lines changed: 9 additions & 3 deletions

File tree

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 18.2.4
2+
----------
3+
(common4j 15.2.4)
4+
- [PATCH] Span name added for corruption exception (#2574)
5+
16
Version 18.2.3
27
----------
38
(common4j 15.2.3)

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ codeCoverageReport {
3131

3232
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
3333
// In release/*, we change these to specific versions being consumed.
34-
def common4jVersion = "15.2.3"
34+
def common4jVersion = "15.2.4"
3535
if (project.hasProperty("distCommon4jVersion") && project.distCommon4jVersion != '') {
3636
common4jVersion = project.distCommon4jVersion
3737
}

common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ public enum SpanName {
6565
OnUpgradeReceiver,
6666
UpgradeDeviceRegistration,
6767
RemoveBrokerAccount,
68+
DataStoreCorruptionException
6869
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Wed May 12 20:08:39 UTC 2021
2-
versionName=15.2.3
2+
versionName=15.2.4
33
versionCode=1
44
latestPatchVersion=227

versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Tue Apr 06 22:55:08 UTC 2021
2-
versionName=18.2.3
2+
versionName=18.2.4
33
versionCode=1
44
latestPatchVersion=234

0 commit comments

Comments
 (0)