contentful-management.java

Java library for using the Contentful Content Management API

APACHE-2.0 License

Stars
26
Committers
23

Bot releases are visible (Hide)

contentful-management.java - 0.9.10

Published by tomxor almost 9 years ago

  • Fixed: Correctly serialize Entry links.
contentful-management.java - 0.9.9

Published by tomxor over 9 years ago

  • Fixed: Support posting included resources as links.
contentful-management.java - 0.9.8

Published by tomxor over 9 years ago

  • New: Add support for search queries via fetchAll() methods.
  • Changed: PUT methods now have an empty request body to avoid failure with OkHttp 2.4.
  • Fixed: Add missing description attribute to CMAContentType.
contentful-management.java - 0.9.7

Published by tomxor over 9 years ago

  • Bump RxJava version to v1.0.5
  • Bump Retrofit version to v1.9.0
  • (#24) Calling update() on a resource that has no version will throw an exception
contentful-management.java - 0.9.6

Published by tomxor almost 10 years ago

Fix: Add missing CMAField attributes #21
New: Add custom JsonSerializer for CMAField objects

contentful-management.java - 0.9.5

Published by tomxor almost 10 years ago

Fix: Content Type Update Overrides required

contentful-management.java - 0.9.4

Published by tomxor almost 10 years ago

Fix: #18 Content Type Update Overrides Validations
Upgrade Kotlin to v0.9.976
Upgrade RxJava to v1.0.3

contentful-management.java - 0.9.3

Published by tomxor almost 10 years ago

New: Support custom callback executors

contentful-management.java - 0.9.2

Published by tomxor almost 10 years ago

Fix: RxJava defers to background thread

contentful-management.java - 0.9.1

Published by tomxor almost 10 years ago

Fix: Creating Entries now carries X-Contentful-Content-Type header

contentful-management.java - 0.9.0

Published by tomxor almost 10 years ago

Initial release