Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

69 lines (43 loc) · 2.39 KB

c3media-base changelog

NEXT

  • Not released yet

Changes

  • Target JDK 11.
  • Use moshi v.1.13.0.
  • Use kotlin v.1.6.10.
  • Use threetenbp v.1.6.0.
  • Use okhttp v.3.12.13.
  • Update releaseDate field in Event class and the corresponding tests. It can be null.
  • Update test for Conference object. The eventLastReleasedAt field can be null.
  • Update test for nested Recording object. The size, length, width and height fields can be null.
  • Published: 2019-11-15

Changes

  • Update eventId and html5 fields in Recording class.
  • Update project setup and dependencies (using Kotlin 1.3.50).
  • Customize user agent to let the API identify requests made by the library.
    • Provide UserAgentInterceptor class to be used by client apps.
  • Published: 2018-12-03

Changes

  • Update library for breaking API change. Thanks to Stefan Medack.
  • Add new endpoints for loading conference via acronym and events via guid. Thanks to Stefan Medack.
  • Add new related field to Event model. Thanks to Stefan Medack.
  • Remove metadata field from Event model. Thanks to Stefan Medack.
  • Clean up project (mostly Lint warnings and formatting).
  • Update project setup and dependencies (sticking to Kotlin 1.2.71 to ease stepwise migration).
  • Published: 2018-02-24

Changes

  • Add new field eventLastReleasedAt to Conference model. Thanks to Stefan Medack.
  • Fix related property which changed from JSONArray to JSONObject in the API.
  • Remove createdAt field in Event model because it does not exist in the API. Thanks to Stefan Medack.
  • Add search endpoint for base and rx-java-2 module. Thanks to Stefan Medack.
  • Remove VersionEye since the great service stopped its business.
  • Update dependencies.
  • Published: 2017-09-23

Changes

  • This is the initial release. Have fun!
  • Thanks to Stefan Medack you can choose between Retrofit or RxJava2 return types.