Releases: softlayer/softlayer-java
Releases · softlayer/softlayer-java
0.3.4
0.3.3
- Updated services and types.
- Updated dependencies.
JARs: https://repo1.maven.org/maven2/com/softlayer/api/softlayer-api-client/0.3.3/
0.3.2
Added support for Bearer Authentication Token Support.
import com.softlayer.api.*;
ApiClient client = new RestApiClient().withBearerToken("qqqqwwwweeeaaassddd....");
JARs: https://repo1.maven.org/maven2/com/softlayer/api/softlayer-api-client/0.3.2/
0.3.1
- Updated services and types.
JARs: https://repo1.maven.org/maven2/com/softlayer/api/softlayer-api-client/0.3.1/
0.3.0
A new pre-1.0 breaking change release has been made, due to the following:
- Coerce return types to whatever the API metadata says should be returned, even if the type returned by the API does not match (#64).
- Added a new
RestApiClient.BASE_SERVICE_URL
constant to use the client with the classic infrastructure private network. - Updated services and types.
JARs: https://repo1.maven.org/maven2/com/softlayer/api/softlayer-api-client/0.3.0/