# Changelog

All notable changes to this project will be documented in this file.

## [unreleased][] -

## [1.27.0]

- Implement Track demographics in GraphQL
- Add Video Demographics [AMA-1607]

## [1.26.0]

- Cache all Delphi requests using redis and messagepack

## [1.17.1]

- Configure allowed Amadeus CORS origins with ALLOWED_CORS_ORIGINS env variable

## [1.17.0]

- Fixed bad queries when artist doesn't have tracks in Delphi [AMA-1160]
- Add endpoint for video engagement [AMA-1311]
- Stop using Delphi /dsps endpoint

### Added

- Return playlists for each playlist type
- Grant access to all artists supported by RTI to superusers [AMA-959]
- Product endpoints to return a list of products and streaming information for a list of tracks [AMA-1192]

## [1.5.0]

### Added

- Source of streams for Amazon, Apple, Spotify
- User favorites
- Total playlists a track is on

### Changed

- Compact artist id permissions support (see auth0 user_metadata)

## [1.4.0]

### Added

- Release to date streams for track screen
- Artist image fallbacks from S3

## [1.3.0]

### Added

- Display change % on track list items

## [1.2.1]

### Added

- [AMA-752] Track screen charts tab shows latest charts available within two day window
- Return track information in track requests
- Return track and country information in country-track requests
- Use `pino` for logging

### Fixed

- Fix social follower data sorting by date.
- [AMA-630] Include "Unknown" gender in track stream demographics

## [1.1.12] - 07-10-2020

### Fixed

- Remove youtube age bands from Delphi validation.

## [1.1.11] - 06-09-2020

### Added

- this changelog

### Fixed

- If a token contains the same artist id multiple times, only the first instance of each artist is returned to the frontend.

### Fixed

- error message when opening app after not using for a while

[unreleased]: https://github.com/filtr/ama-backend/compare/v1.17.0...HEAD
[1.17.0]: https://github.com/filtr/ama-backend/compare/v1.5.0...v1.17.0
[1.5.0]: https://github.com/filtr/ama-backend/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/filtr/ama-backend/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/filtr/ama-backend/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/filtr/ama-backend/compare/v1.1.12...v1.2.1
[1.1.12]: https://github.com/filtr/ama-backend/compare/v1.1.11...v1.1.12
[1.1.3]: https://github.com/filtr/ama-backend/releases/tag/v1.1.11
