- Not released yet
- 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 inEvent
class and the corresponding tests. It can benull
. - Update test for
Conference
object. TheeventLastReleasedAt
field can benull
. - Update test for nested
Recording
object. Thesize
,length
,width
andheight
fields can benull
.
- Published: 2019-11-15
- Update
eventId
andhtml5
fields inRecording
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.
- Provide
- Published: 2018-12-03
- Update library for breaking API change. Thanks to Stefan Medack.
- Add new endpoints for loading conference via
acronym
and events viaguid
. Thanks to Stefan Medack. - Add new
related
field toEvent
model. Thanks to Stefan Medack. - Remove
metadata
field fromEvent
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
- Add new field
eventLastReleasedAt
toConference
model. Thanks to Stefan Medack. - Fix
related
property which changed fromJSONArray
toJSONObject
in the API. - Remove
createdAt
field inEvent
model because it does not exist in the API. Thanks to Stefan Medack. - Add
search
endpoint forbase
andrx-java-2
module. Thanks to Stefan Medack. - Remove VersionEye since the great service stopped its business.
- Update dependencies.
- Published: 2017-09-23
- This is the initial release. Have fun!
- Thanks to Stefan Medack you can choose between Retrofit or RxJava2 return types.