Skip to content

Releases: IBM/java-sdk-core

3.0.2

26 Mar 14:07
6577ca1

Choose a tag to compare

  • Enhanced parsing of error responses

3.0.1

25 Mar 21:42
727d028

Choose a tag to compare

Changes

  • Fix: Only serialize nulls on response objects

2.0.2

25 Mar 21:50

Choose a tag to compare

Changes

  • Fix: Only serialize nulls on response objects

3.0.0

18 Mar 17:17
c5a5ef5

Choose a tag to compare

Changes

  • rx() and rxWithDetails() methods replaced with reactiveRequest(), meant to be used with RxJava
  • Along with the new reactiveRequest() method, there are now only execute() and enqueue(). These return the same wrapped response as the old executeWithDetails() and enqueueWithDetails() responses.

2.0.1

18 Mar 14:54
111ea91

Choose a tag to compare

Changes

  • IAM token exchange API calls are made on a separate thread to match username/password authentication experience on Android - #17
  • null values coming back from services are serialized and accessible in Java code - #18
  • Old SSL/TLS change was reverted - #19

2.0.0: Merge pull request #14 from IBM/remove-watson-references

13 Mar 15:38
3f67576

Choose a tag to compare

1.2.2: Merge pull request #13 from IBM/request-utils-test-fix

07 Mar 22:37
6cd63c4

Choose a tag to compare

1.2.1: Expose tests in library (#11)

05 Mar 20:02

Choose a tag to compare

* build: Build and package tests along with source code

* fixed typo in sync2MC script

1.2.0

21 Feb 15:29

Choose a tag to compare

Fixed maven central sync step

1.1.0

20 Feb 22:37

Choose a tag to compare

Use bintray org as subject in deploy request