Migration Guide : Migrating from Version 12.0.0 : SstHttpClient>>#transportScheme: has been deprecated
SstHttpClient>>#transportScheme: has been deprecated
In VAST 12.0.0 and earlier, it was possible to instantiate an SstHttpClient using #basicNew and then then setting the instance’s #transportScheme:. As of VAST 12.0.1, #transportScheme: has been made a private method and deprecated, since the transportation scheme is already set by the HTTP configuration in the #initializeForConfiguration: method.
Reason for change
The change allows the developer to instantiate a ready-to-use SstHttpClient.
Action required
Use SstHttpClient class>>#forConfiguration or SstHttpClient: class>>#forTransportScheme: to instantiate an SstHttpClient.
Last modified date: 04/20/2023