Skip to content

Releases: AzureAD/microsoft-authentication-library-for-objc

1.1.22

17 Sep 03:53
Compare
Choose a tag to compare

Release Notes

  • Added more logging within common core throttling logic
  • Updated release pipeline to publish public docs as last step (#1366)

Changes:

  • #1378: Release/1.1.22
  • #1381: Update common core to master
  • #1366: Re-arranging tasks so that final step is publishing MSAL public docs
  • #1376: Update build script
  • #1375: Fix getting simulators ids in build script
  • #1374: Update CI
  • #1373: Update py scripts to python3.
  • #1372: fix throttling error handling of MSIDLRUCache + add more loggings
  • #1367: Merge master back to dev

This list of changes was auto generated.

1.1.21

23 Aug 19:37
Compare
Choose a tag to compare

Release Notes

  • Update release pipeline to publish public docs (#1359)

Changes:

  • #1364: Merge Release/1.1.21 back to master
  • #1365: point common core banch to master
  • #1362: Update common-core
  • #1359: Publish public docs to repository pages
  • #1360: Update common core.
  • #1352: Merge release 1.1.20 back into dev
  • #1316: Capture correlationID in mac and ios test app acquire token result view
  • #1345: Update common core.
  • #1343: iOS 15 SSO extension support
  • Fix issue with showing smart card's cert on macOS

This list of changes was auto generated.

1.1.20

27 Jul 00:11
Compare
Choose a tag to compare

Release Notes

  • Migrated PR validation pipeline from Travis to Azure DevOps.(#1333)

Changes:

  • #1351: Testing triggering release pipeline
  • #1347: Merge Release/1.1.20 into master
  • #1346: Updating common core submodule to point to master
  • #1344: Ameyapat/update version number
  • #1331: Updated Readme to use auto Bundle Id replacement
  • #1342: Provide a way to upgrade PRT protocol version to min required version
  • #1338: sso nonce redirect for interactive requests
  • #1333: Migrate travis to ADO
  • #1305: Release/1.1.18
  • #1327: merge release 1.1.19 from master to dev

This list of changes was auto generated.

1.1.19

15 Jun 18:20
Compare
Choose a tag to compare

Release Notes

  • Changed some of the logging levels from info to verbose per customer request
  • Minimum Xcode version bumped to 12.2
  • Add CCS hint header (#1300)

Changes:

  • #1322: Release/1.1.19
  • #1325: Resolve conflict from release 1.1.19 with master
  • #1323: update release branch use master common-core
  • #1318: Update identity core
  • #1315: Kaisong1990/switch xcode12
  • #1314: Merge release 1.1.8 into dev
  • #1305: Release/1.1.18
  • #1298: Update common core
  • #1300: Update common core.
  • #1307: Fix the button name for enrollment
See More
  • #1311: Update common core version with latest master
  • #1312: changed some logging dispo from info to verbose per customer request
  • #1296: Merge release branch 1.1.17 to dev

This list of changes was auto generated.

1.1.18

24 May 21:28
Compare
Choose a tag to compare

Release Notes

  • Minimum Xcode version bumped to 12.2
  • Add CCS hint header (#1300)
  • Update 'ts' field in AT Pop payload from string to number (#1310)

Changes:

  • #1305: Release/1.1.18
  • #1298: Update common core
  • #1300: Update common core.
  • #1307: Fix the button name for enrollment
  • #1311: Update common core version with latest master

This list of changes was auto generated.

1.1.17

23 Apr 23:57
Compare
Choose a tag to compare

Release Notes

  • Added telemetry for different token refresh timing

Changes:

  • #1293: April release: MSAL release/1.1.17
  • #1295: Mipetriu/merge master and update submodule
  • #1289: Veena/refresh in telemetry
  • #1287: survey added to README.md
  • #1288: Fix warnings found by the static analyzer.
  • #1283: Update common core.
  • #1278: Merge release 1.1.16 into dev
  • #1274: Update release branch
  • #1277: Update release branch
  • #1256: Merging #1253 (Remove check if access_token is not returned for id_token only scenarios)
See More
  • #1253: Remove check if access_token is not returned for id_token only scenarios
  • #1267: fix at pop create signed AT
  • #1269: Minor logging improvements
  • #1268: merge release 1.1.15 back to dev
  • #1265: update msal use common core dev
  • #1258: Update MSAL to use common lib with throttling feature
  • #1259: When creating a hotfix branch, a automation should be triggered as well
  • #1255: Fixed README.md typo
  • #1245: the ui testing was excuted twice, and remove one

This list of changes was auto generated.

1.1.16

24 Mar 19:36
Compare
Choose a tag to compare

Release Notes

  • Support empty or nil access token in MSAL token response (#1256)
  • Implement throttling.

Changes:

  • #1273: Release 1.1.16
  • #1245: the ui testing was excuted twice, and remove one
  • #1259: When creating a hotfix branch, a automation should be triggered as well
  • #1258: Update MSAL to use common lib with throttling feature
  • #1265: update msal use common core dev
  • #1274: Update release branch
  • #1277: Update release branch

This list of changes was auto generated.

1.1.15

23 Feb 18:05
Compare
Choose a tag to compare

Release Notes

  • Mask EUII in logs (#1206)
  • Fixes to ADO release pipeline (#1236)

Changes:

  • #1243: Merge Release/1.1.15 back to Master
  • #1247: Update common core to master
  • #1246: Update common core to release/1.6.2
  • #1242: Update common core + Recent change that is recently merged to dev
  • #1241: update to the latest MSAL for throttling unit test
  • #1240: Include B2C sample link in readme
  • #1236: Update release pipeline YAML with fixes
  • #1206: Mask EUII logs
  • #1227: Add ui automation
  • #1205: Update README with workarounds for SPM bugs
See More
  • #1228: Update common core to latest
  • #1201: Merge 1.1.14 release into dev
  • #1200: Merging IDCore into MSAL

This list of changes was auto generated.

1.1.14

23 Jan 00:39
Compare
Choose a tag to compare

Release Notes

  • Removed identity core classes from public api (#1158).
  • Fixed possible deadlock caused by thread explosion (#1175)
  • Added pipeline configuration to generate framework for SPM & automate MSAL release (#1194)
  • Extend iOS background tasks to silent and interactive requests.
  • Change order of FRT/MRRT lookup for silent token refreshes

Changes:

  • #1202: Adding allow warnings flag to ignore any warnings during pod validation
  • #1199: 1.1.14 release
  • #1158: Remove identity core classes from public api
  • #1185: Add YAML configuration for automated MSAL release
  • #1182: fix sso ext AT Pop scenario
  • #1175: Fix Possible Deadlock caused by Thread Explosion

This list of changes was auto generated.

Release MSAL 1.1.13

04 Dec 20:44
4f3ddc7
Compare
Choose a tag to compare
  • Adding nil check before assigning error when developers try to get account by username from MSALPublicClientApplication, this will help to prevent a crash when passing in nil as error pointer from the API