Skip to content

Commit 92d0e4b

Browse files
committed
Merge branch 'hotfix/1.15.3' into hotfix/1.16.2
# Conflicts: # changelog.txt
2 parents a76fb3b + 50f3c1a commit 92d0e4b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

IdentityCore/src/cache/mac/MSIDMacKeychainTokenCache.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,14 +557,15 @@ - (BOOL)removeAccountsWithKey:(MSIDCacheKey *)key
557557

558558
- (NSArray<MSIDJsonObject *> *)jsonObjectsWithKey:(__unused MSIDCacheKey *)key serializer:(__unused id<MSIDExtendedCacheItemSerializing>)serializer context:(id<MSIDRequestContext>)context error:(NSError *__autoreleasing *)error
559559
{
560-
[self createUnimplementedError:error context:context];
560+
MSID_LOG_WITH_CTX(MSIDLogLevelInfo, context, @"Skipping jsonObjectsWithKey:serializer:context:error: in MSIDMacKeychainTokenCache.");
561561
return nil;
562562
}
563563

564564

565565
- (BOOL)saveJsonObject:(__unused MSIDJsonObject *)jsonObject serializer:(__unused id<MSIDExtendedCacheItemSerializing>)serializer key:(__unused MSIDCacheKey *)key context:(id<MSIDRequestContext>)context error:(NSError *__autoreleasing *)error
566566
{
567-
[self createUnimplementedError:error context:context];
567+
MSID_LOG_WITH_CTX(MSIDLogLevelInfo, context, @"Skipping saveJsonObject:serializer:key:context:error: in MSIDMacKeychainTokenCache.");
568+
568569
return NO;
569570
}
570571

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
Version 1.16.2
2+
* Update with changes from 1.15.3
3+
14
Version 1.16.1
25
* Allow duna external idp on MacOs #1593
36

47
Version 1.16.0
58
* Filter based Flighting capabilities (#1580)
69
* Filter based Flighting for DUNA feature (#1580)
710

11+
Version 1.15.3
12+
* Fix issue with legacy keychain on macOS.
13+
814
Version 1.15.2
915
* Feature flag gating STK querying and getting rid of category for its setter. (#1586)
1016

0 commit comments

Comments
 (0)