- Add http.TimeOut config value to make curl timeout configurable.
- Fix logging bug on shutdown.
- Fixes issue with built-in types.
- Fixes token authorization bug.
- Fixed license.
- Enabled travis.
- Bug fixes to PPConfigManager.
- Fixed write in loggers.
- PSR Formatting issues.
- Removed unused OAuthTokenCredential file.
* Updated SSL Version in curl to TLSv1.2 only.
- Added a
tls
mode to verify support for TLSv1.2.
- namespace annotation fixes.
- handler object checking.
- put and patch features.
- Updating core to support genio.
- Adding new mandatory parameters - client id & secret to open id classes.
- Adding new default scope for Seamless checkout permission in PPOpenIdSession::getAuthorizationUrl() function.
- Bugfix - removing deprecated methods like setAccessToken, getAccessToken from baseService.
- Bugfix - adding correct thirdparty auth header.
- Updating SDK to use NameSpaces.
- Adding support for Openid Connect.