contentful.java

Java SDK for Contentful's Content Delivery API

APACHE-2.0 License

Stars
74
Committers
28

Bot releases are hidden (Show)

contentful.java - 2.0.1

Published by tomxor almost 10 years ago

New: #57 Nullify unresolved links (optional)

contentful.java - 2.0.0

Published by tomxor almost 10 years ago

Fix: #53 Pass CDAClient.Builder to a private constructor
Fix: #51 Remove HTTP Response Object From CDACallback.onSuccess()
Fix: #49 Sync Generates New Executor For Every Callback Invoked
Fix: #47 Asynchronous Methods Should Defer Synchronous Methods
Fix: #44 Unify the API with the CMA SDK
New: #48 Support RxJava For Client Methods
New: #46 Support Custom API EndPoint
New: #45 Support Custom Callback Executor
New: #50 Kotlin Test Suite

contentful.java - 1.0.10

Published by tomxor almost 10 years ago

Fix: RxJava now defers to IO thread.

contentful.java - 1.0.9

Published by tomxor almost 10 years ago

Fix: Sync paging iteration.

contentful.java - 1.0.8

Published by tomxor almost 10 years ago

  • Fix: Apache HttpComponents dependency is stripped from Android builds
contentful.java - 1.0.7

Published by tomxor almost 10 years ago

  • Client sync methods iterate through paginated responses.
contentful.java - 1.0.6

Published by tomxor almost 10 years ago

  • Client support for the Preview API.
  • Bump Retrofit version to 1.7.0.
  • Apply CheckStyle.
  • Fix: CDASpace instances will no longer have an empty space value in their sys map.
  • Fix: Assets with localized fields should now have url and mimeType attributes properly set.
contentful.java - 1.0.5

Published by tomxor about 10 years ago

  • ResourceTypeAdapter fails to de-serialize a CDAContentType instance without displayField, causing NPE. #24
contentful.java - 1.0.4

Published by tomxor about 10 years ago

  • Expose log level configuration to client class #13
  • SDK should have a constants class for all available CDA field types #16
  • User-Agent is hardcoded #17
contentful.java - 1.0.3

Published by tomxor about 10 years ago

Fixes critical issue (#14) with synchronization.

contentful.java - 1.0.2

Published by tomxor about 10 years ago

Better exception handling for synchronous methods (#9).

contentful.java - 1.0.1

Published by tomxor about 10 years ago

Fixed critical issue where automatic link resolving in nested arrays would fail (#10).

contentful.java - 1.0.0

Published by tomxor about 10 years ago

Initial release.