Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Releases: BBC-archive/programmes-clifton

v1.4.0 - r383 : Remove categories. Update symfony.

30 May 10:02
0991f80
Compare
Choose a tag to compare
Update symfony and fix deprecations (#17)

Add media info to parent block in find-by-pid feed

13 Sep 12:16
f8cdcb8
Compare
Choose a tag to compare

Fixes a bug in V2.

Cosmos release: 378

Improve status check page for APCU

04 Sep 09:54
Compare
Choose a tag to compare

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

22 May 10:55
Compare
Choose a tag to compare

This release contains a fix for PROGRAMMES-5538.
Cosmos build 334.

Catch APCU errors in status controller

04 May 14:19
Compare
Choose a tag to compare

This release modifies the status controller so that APCU errors are caught by the ELB health check. Hopefully.

v1.2.1 - r269 - General tidying

06 Apr 15:50
Compare
Choose a tag to compare
  • 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

06 Apr 15:50
Compare
Choose a tag to compare

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

06 Apr 15:49
Compare
Choose a tag to compare
  • 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

06 Apr 15:49
Compare
Choose a tag to compare
  • 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

06 Apr 15:49
Compare
Choose a tag to compare

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.