Releases: bbc/programmes-pages-service
Contact Details Mapping
Contact details obtained from iSite have their own value object and mapping logic
Added findByPids feature
Added findByPids feature
Removing options transformation
Option transformation is now the ingesters concern
New indexes for programme_counts. Caching of ancestry queries.
3.1.0 Index changes for faucet counts (#200)
Project ID and aggregated galleries count
- Add project ID to optionsMapper
- Update and rename variables and functions for "available galleries count" to "aggregated galleries count" and move it to the parent class
Added services and default service to service network
v2.7.4 fetch default and all services for network
Add all services to Network domain object. Add cover index to core_entity
v2.7.3 Add Network mapping to its services (#192)
Allow null parentProjectId
Allow null parentProjectId
Adding parentProjectId to RefIsiteOptions
Adding parentProjectId to RefIsiteOptions
Allow configuring of how MasterBrands are inherited
Prior to this release CoreEntities without a MasterBrand did not look to their parents to find a MasterBrand.
This release adds the ability to pass in an array of configuration options to the MapperFactory and adds one option core_entity_inherit_master_brand
that defaults to true
.
When core_entity_inherit_master_brand
is true
then CoreEntites without a master brand shall look in their parents to find a MasterBrand.
When core_entity_inherit_master_brand
is false
then CoreEntites without a master brand shall not look in their parents to find a MasterBrand - the prior behaviour.