- Remove sso.creationMode option
com.maestrano.sso.MnoUsertoUidandtoEmailhas been removed and should be replaced bygetUidandgetEmail- Set ConnecClient delete method to deprecated
To see all commits for this version, click here.
- Introduce
Maestrano.autoConfigure()(See README.md) - Lot of methods have been deprecated:
ConnecClient.defaultClient()andConnecClient.withPresetshould be replaced by the call to theConnecClient(Maestrano)constructor- All
Maestrano.configuremethods are deprecated and should be replaced by a call to autoconfigure. (See https://maestrano.atlassian.net/wiki/display/DEV/How+to+migrate+to+the+developer+platform) - All
.client()methods of the Mno Objects (MnoBill, MnoGroup, MnoRecurringBill, MnoUser) should be replaced by.client(Maestrano)or.client(marketplace) com.maestrano.saml.Responseconstructor is now private. Usecom.maestrano.saml.Response.loadFromXMLorloadFromBase64XML- Maestrano.authenticate methods are no longer static. Use instance methods instead. For example, Maestrano.authenticate(preset, request) should be replaced by Maestrano.get(request).authenticate(request)
- Introduction of SLF4j (http://www.slf4j.org/) for logging.
To see all commits for this version, click here.
To see all commits for this version, click here.
- Introduce ConnecService
- Connec information are being shown in the medatada
- Replaced property keys:
- api.accountBase with api.base
To see all commits for this version, click here.
- Add option to choose configuration preset when checking session is valid for auto logout
- Replaced property keys:
- app.environment with environment
- api.accountHost with api.host
- api.connectHost with connec.host
To see all commits for this version, click here.
- Fix configuration of SSL fingerprint and certificate
- Documentation update
To see all commits for this version, click here.
- Code clean-up and multi-tenant support
To see all commits for this version, click here.