File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4- Version 2.0.0 * (in development)*
5- --------------------------------
6- * ..
4+ Version 2.0.0 * (2014-12-09)*
5+ ----------------------------
6+ * Fix: Pass ` CDAClient.Builder ` to a private constructor
7+ * Fix: Remove HTTP Response Object From ` CDACallback.onSuccess() `
8+ * Fix: Sync Generates New ` Executor ` For Every Callback Invoked
9+ * Fix: Asynchronous Methods Should Defer Synchronous Methods
10+ * Fix: Unify the API with the CMA SDK
11+ * New: Support RxJava For Client Methods
12+ * New: Support Custom API EndPoint
13+ * New: Support Custom Callback Executor
14+ * New: Kotlin Test Suite
715
816
917Version 1.0.10 * (2014-11-28)*
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ Java SDK for [Contentful's][1] Content Delivery API.
1010Setup
1111=====
1212
13- <!-- Download the [latest JAR][2] or grab via Maven:-->
1413Grab via Maven:
1514``` xml
1615<dependency >
Original file line number Diff line number Diff line change 33
44 <groupId >com.contentful.java</groupId >
55 <artifactId >java-sdk</artifactId >
6- <version >2.0.0-SNAPSHOT </version >
6+ <version >2.0.0</version >
77 <packaging >jar</packaging >
88
99 <name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments