This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
Releases: BBC-archive/programmes-clifton
Releases · BBC-archive/programmes-clifton
v1.4.0 - r383 : Remove categories. Update symfony.
Update symfony and fix deprecations (#17)
Add media info to parent block in find-by-pid feed
Fixes a bug in V2.
Cosmos release: 378
Improve status check page for APCU
This release improves the status controller so that APCU errors are caught by the ELB health check.
Cosmos build 360.
Fix bug with non-latin characters in search results
This release contains a fix for PROGRAMMES-5538.
Cosmos build 334.
Catch APCU errors in status controller
This release modifies the status controller so that APCU errors are caught by the ELB health check. Hopefully.
v1.2.1 - r269 - General tidying
- Simplify app structure
- Tidy cache-warmup command in bake script
- Add aggregated episode count to FindByPid
v1.2.0 - r258 Server Performance Fixes and children.json cover index
Fixes to improve server performance and scaling at high load. Use cover index for children.json to improve performance in pathological cases.
v1.1.2 - r253 - Reduce limits
- Set the default limit for TleosSliceByCategoryController to be 50 now that the /programmes front-end supports pagination.
- Update names of per-controller response time metrics to be suffixed with "ResponseTime"
v1.1.1 - r252 - Category/A-Z optimisations & fix logrotate
- Add gzip to logrotate config so the box's disk space doesn't fill up and stop us making more logs
- Add pagination to categories querys rather than returning all items on a single page
- Return listings of all A-Z characters and categories in their listing pages instead of filtering based upon the characters / categories, as for pan-bbc results we know that all items shall be there. This saves on joining onto some very large tables.
v1.1.0 - Collapsed Broadcasts & Removing unused feeds
Update to use the Collapsed Broadcast models, rather than using GROUP_BY queries
Remove /{tv,radio}/progammes/a-z and /{tv,radio}/programmes/{categoryType} feed endpoints as we are no longer using those.