Releases: bbc/programmes-pages-service
Releases · bbc/programmes-pages-service
Fix segmentEvent order by
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
Updated the list of versions to consider alternate. Now it's only 'DubbedAudioDescribed' and 'Signed'.
Adding Podcast
Adding the podcast entity
SMP playlist changes
Add isExternallyEmbeddable to ProgrammeItem domain object
Add new queries
Schema changes for canonical version
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
This new table is needed to enable some voodoo in Faucet. It's only used there.
Extracting caching to external library
Included in this release:
fix isite option bbc_site now is cascade
v.3.5.1 bbc_site option now is cascade
Schema changes for on demand sort
Introduces a new field
findByUrlKeyWithDefaultService also return networks with no default sevice
Updated findByUrlKeyWithDefaultService to use a left join instead of a inner join, this is how that was mean to be