Skip to content

Releases: IggyBlob/RadioChecker-API

Add application monitoring

25 Sep 09:21
Compare
Choose a tag to compare
Pre-release

v0.4 introduces application monitoring using AWS CloudWatch metrics. As a start, the API's HTTP response time is published to AWS after a request has been served.

Enable extended endpoint configuration

22 Sep 13:08
Compare
Choose a tag to compare
Pre-release

v0.3 supports extended configuration of the API endpoints using the service's config.json.
The service is now able to run in DEBUG mode and have its CORS settings altered.

Important bug fix

22 Sep 13:03
Compare
Choose a tag to compare
Important bug fix Pre-release
Pre-release

V0.2.1 fixes an index-out-of-range bug in trackOrder, which is responsible for sorting search results.

Implement search endpoints

22 Sep 13:01
Compare
Choose a tag to compare
Pre-release

v0.2 implements getSearchQueryDay and getSearchQueryWeek to enable the API search endpoints.

Endpoint response update

22 Sep 12:58
Compare
Choose a tag to compare
Pre-release

v0.1.1 adds the week number and begin date / end date fields to getTracksWeek response.

This change breaks the API but is declared as patch since the service is still under active development and this change does not introduce additional functionality.

Deployable development version

22 Sep 12:53
Compare
Choose a tag to compare
Pre-release

v0.1 introduces API routing, handlers, logging and proper HTTP responses.
It leverages the RadioChecker Core Library and implements getTrackDay and getTrackWeek. Rudimentary CORS support is also enabled.

v0.1 marks the first API version to be deployed to AWS (for development only, obviously).