Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

36 lines (30 loc) · 1.81 KB

Changelog

2.1.0

Bug Fixes

  • Update OpenSSL to v1.1.1L (#68)

2.0.1

Bug Fixes

  • Fix Static framework builds (#56)

2.0.0

Breaking Changes

  • Updated to required iOS 10

Enhancements

  • Added class and method documentation (#11)
  • Debug and release builds can now have different certificate URLs (#24)
  • Data will now be read from the SSL server until all data is consumed (#41)

Bug Fixes

  • Fix dynamic framework builds (#40)
  • Fix parsing invalid JSON crashes (#47)
  • Fixed a crash when data is tried to be read when its empty (#53)
  • Changed from ASL logging to OSLog (#59)

1.0.0

Enhancements

  • Updated the OpenSSL dependency to v1.1.1 (#12).
  • Certificate storage moved to the Application Support directory. This means certificates will now be backed up with iCloud and it also makes the certificate inaccessible from iTunes (#15).
  • Added a manager for logging errors, warnings and debug statements to the console (#10).
  • Errors returned by the library now return a detailed description of the error (#16).
  • Updated the certificate download code (#17).
  • Updated the certificate manager to parse the JSON formatted response from the SDL Policy Server (#37).
  • Consolidated the setting of private constants in SDLPrivateSecurityConstants (#29).

Bug Fixes

  • Fixed the permission manager processing permission updates incorrectly (#13).