api.serlo.org

Public GraphQL API of https://serlo.org/

APACHE-2.0 License

Downloads
400
Stars
14
Committers
23

Bot releases are hidden (Show)

api.serlo.org - 0.19.0

Published by inyono over 3 years ago

v0.19.0 - February 5, 2021

Breaking Changes

  • thread. thread.createThread requires additional fields subscribe and sendEmail.

  • thread. thread.createComment requires additional fields subscribe and sendEmail.

Internal

api.serlo.org - 0.18.3

Published by inyono over 3 years ago

v0.18.3 - February 2, 2021

Fixed

  • thread. Return threads in the correct order.
api.serlo.org - 0.18.2

Published by inyono over 3 years ago

v0.18.2 - January 29, 2021

Changed

  • thread. thread.setThreadArchived now also accepts a list of ids.

  • thread. thread.setThreadState now also accepts a list of ids.

  • thread. thread.setCommentState now also accepts a list of ids.

Internal

api.serlo.org - 0.18.1

Published by inyono over 3 years ago

v0.18.1 - January 28, 2021

Fixed

  • swr-queue. Only update cache when requests succeed.
api.serlo.org - 0.18.0

Published by inyono over 3 years ago

v0.18.0 - January 26, 2021

Breaking Changes

  • thread. Move createThread mutation to thread.createThread.

Added

  • uuid. Add archived filter to threads.

  • uuid. Add trashed filter to threads.

  • thread. Add thread.createComment mutation.

  • thread. Add thread.setThreadArchived mutation.

  • thread. Add thread.setThreadState mutation.

  • thread. Add thread.setCommentState mutation.

api.serlo.org - 0.17.7

Published by inyono over 3 years ago

v0.17.7 - January 21, 2021

Fixed

  • swr-queue. Fix Time.
api.serlo.org - 0.17.6

Published by inyono over 3 years ago

v0.17.6 - January 20, 2021

Internal

  • cache. Adapt maxAge.
api.serlo.org - 0.17.5

Published by inyono over 3 years ago

v0.17.5 - January 19, 2021

Fixed

  • cache. Handle cache values without timestamp correctly.
api.serlo.org - 017.4

Published by inyono over 3 years ago

v0.17.4 - January 16, 2021

Internal

api.serlo.org - 0.17.3

Published by inyono over 3 years ago

v0.17.3 - January 15, 2021

Internal

api.serlo.org - 0.17.2

Published by inyono almost 4 years ago

v0.17.2 - January 14, 2021

Internal

api.serlo.org - 0.17.1

Published by inyono almost 4 years ago

v0.17.1 - January 14, 2021

Internal

api.serlo.org - 0.17.0

Published by inyono almost 4 years ago

v0.17.0 - January 11, 2021

Breaking Changes

  • uuid. Move threads from AbstractUuid into concrete types.

Added

  • Add ThreadAware interface for types with threads.

Internal

  • Add preparations for database layer.
api.serlo.org - 0.16.1

Published by inyono almost 4 years ago

v0.16.1 - January 6, 2021

Breaking Changes

  • Rename NotificationMutationPayload to NotificationSetStateResponse.

Added

  • uuid. Add uuid.setState mutation.

Internal

  • Split up api docker image into api-server and api-swr-queue-worker.

  • Overhaul naming of environment variables.

api.serlo.org - 0.16.0

Published by inyono almost 4 years ago

v0.16.0 - January 6, 2021 [YANKED]

api.serlo.org - 0.15.0

Published by inyono almost 4 years ago

v0.15.0 - January 5, 2021

Breaking Changes

  • notifications. Move setNotificationState mutation to notification.setState.

  • threads. title is now correctly nullable.

  • threads. Remove unused authorId parameter from createThread.

Added

  • Add InstanceAware interface.

  • Add custom aliases.

Changed

  • Move alias from concrete types into AbstractUuid.
api.serlo.org - 0.14.2

Published by inyono almost 4 years ago

v0.14.2 - December 24, 2020

Changed

  • Increase the number of parallel requests when processing SWR updates.
api.serlo.org - 0.14.1

Published by inyono almost 4 years ago

v0.14.1 - December 23, 2020

Fixed

  • Remove completed jobs from SWR Queue.
api.serlo.org - 0.14.0

Published by inyono almost 4 years ago

v0.14.0 - December 23, 2020

Added

  • Add createThread mutation.

Internal

  • Add dashboard for SWR Queue.
api.serlo.org - 0.13.1

Published by inyono almost 4 years ago

v0.13.1 - December 15, 2020

Added

  • uuid. Resolve /entity/view/:id to the given uuid.

Internal

  • Restructure the repository. Please check out the updated README.