Skip to content

Releases: bbc/programmes-pages-service

Fix segmentEvent order by

31 Jul 13:17
616b3ca
Compare
Choose a tag to compare

Added missing "order by". The offset from the program start is the second most important field to order by and this is how v2 does the ordering

Alternate Versions Update

24 Jul 08:02
8dcc785
Compare
Choose a tag to compare

Updated the list of versions to consider alternate. Now it's only 'DubbedAudioDescribed' and 'Signed'.

Adding Podcast

05 Jul 14:50
7cf6667
Compare
Choose a tag to compare

Adding the podcast entity

SMP playlist changes

27 Jun 16:10
73bce46
Compare
Choose a tag to compare

Add isExternallyEmbeddable to ProgrammeItem domain object
Add new queries

Schema changes for canonical version

12 Jun 16:24
2891915
Compare
Choose a tag to compare

Add canonical version field to core entity. This is a breaking change if your database is not up to date with the new schema.

Add pips_auto_skipped_change table

18 Apr 14:05
dbda539
Compare
Choose a tag to compare

This new table is needed to enable some voodoo in Faucet. It's only used there.

Extracting caching to external library

18 Jan 12:33
Compare
Choose a tag to compare

Included in this release:

  • Add isWorldNews check to network (#221)
  • Fix isWorldNews check being in the wrong layer (#222)
  • Re-jigging interfaces to allow an interface to get broadcast start times for both Broadcasts and CollapsedBroadcasts (#223)
  • Extract caching to external library (#224)
  • Updating programmes-cache-library

fix isite option bbc_site now is cascade

05 Dec 13:01
2b61467
Compare
Choose a tag to compare
v.3.5.1

bbc_site option now is cascade

Schema changes for on demand sort

04 Dec 13:14
898f3b1
Compare
Choose a tag to compare

Introduces a new field

findByUrlKeyWithDefaultService also return networks with no default sevice

01 Dec 10:11
3b9e1af
Compare
Choose a tag to compare

Updated findByUrlKeyWithDefaultService to use a left join instead of a inner join, this is how that was mean to be