Skip to content

v0.1.0 features updates

Latest

Choose a tag to compare

@revanbcn revanbcn released this 27 Mar 22:17
1ae5bd2

DondeGo API v0.1.0 Release Notes

Español

# DondeGo API v0.1.0

Primera versión pública de la API de DondeGo.

Esta release introduce mejoras en eventos, noticias, imágenes, filtros y categorías. También marca un pequeño hito público del proyecto y deja una base más clara para las siguientes versiones.

## Novedades

- En los eventos del día ahora también se incluyen películas, lo que ha provocado un cambio en el formato de respuesta.
- En los eventos del día también se devuelve una sobrescritura del título.
- En las categorías de lugares y eventos ahora se muestra el identificador, lo que permite filtrar por categoría de lugar y de evento.
- Se añade la posibilidad de filtrar objetos por slugs de tags mediante el parámetro `tags`.
- Se añade el filtro `actual_only` para noticias, que devuelve solo noticias actuales.
- En la serialización de fechas de eventos se añaden los campos:
  - `start_date`
  - `start_time`
  - `end_date`
  - `end_time`
  - `is_continuous`
  - `is_endless`
  - `is_startless`
  - `schedules`
- En la serialización de imágenes se añade un campo que indica la autoría.
- Se añade la posibilidad de obtener solo películas con sesiones gratuitas.
- Se añade la posibilidad de obtener solo lugares con eventos gratuitos.
- Interpretación más estricta del parámetro `is_free`: solo se aceptan los valores `1`, `0`, `true` y `false`; cualquier otro valor se ignora.
- Se añade la posibilidad de desactivar las categorías de lugares y eventos al solicitar las colecciones correspondientes.

## Nota

La versión `v0.1.0` se publica también para dejar constancia de que el proyecto sigue activo y evolucionando.

English

# DondeGo API v0.1.0

First public version of the DondeGo API.

This release introduces improvements across events, news, images, filters, and categories. It also marks a small public milestone for the project and provides a clearer base for future versions.

## What's new

- Daily events now also include films, which results in a response format change.
- Daily events now also return a title override.
- Event and place categories now include their identifiers, making it possible to filter by event and place category.
- Added support for filtering objects by tag slugs via the `tags` parameter.
- Added the `actual_only` filter for news, returning only current news.
- Event date serialization now includes the following fields:
  - `start_date`
  - `start_time`
  - `end_date`
  - `end_time`
  - `is_continuous`
  - `is_endless`
  - `is_startless`
  - `schedules`
- Image serialization now includes an authorship field.
- Added the ability to fetch only films with free screenings.
- Added the ability to fetch only places with free events.
- Stricter interpretation of the `is_free` parameter: only `1`, `0`, `true`, and `false` are accepted; all other values are ignored.
- Added the ability to disable event and place categories when requesting the corresponding collections.

## Note

Version `v0.1.0` is also being published to make it clear that the project is active and continuing to evolve.