Releases: hmcts/dtsse-ccd-config-generator
Releases · hmcts/dtsse-ccd-config-generator
5.4.2
What's Changed
- Revert "ST-475 Link type changes" by @linusnorton in #420
- fix(deps): update spring boot to v2.7.14 by @renovate in #414
- ST-475 Link type changes by @ElifDenizEsea in #421
Full Changelog: 5.4.1...5.4.2
5.4.1
What's Changed
- chore(deps): update dependency gradle to v7.6.2 by @renovate in #416
- fix(deps): update dependency com.google.guava:guava to v32.1.1-jre by @renovate in #415
- Document complex type generator by @banderous in #418
- ST-475 Link type changes by @ElifDenizEsea in #419
Full Changelog: 5.4.0...5.4.1
Add fields to published events
Set the publish flag in the CaseEventsToFields.json when a field is included on an event published to camunda.
5.3.10
Merge pull request #413 from hmcts/feat/ST-1437 ST-1437 -Added publish flag in Event, for WA configuration in Special Tribunals We are trying to configure Work Allocation(WA) for special Tribs. wa-case-event-handler one of WA services looks for this flag and publishes the event to Camunda. sptribs rely on config generatorfor JSON generation , so we need this change. 2.5.5 CCD Event Messages 2.5.5.1 Event Publication Configuration To avoid (i) publishing of events which are considered internal to a service's CCD implementation; and (ii) the overhead of publishing events for services which have not adopted work allocation, the CaseEvent section of the CCD case definition will be expanded with a flag which determines which case events will result in publication of a message to the queue. For example, a boolean 'Publish' flag. The default will be not to publish, to retain current behaviour. (https://tools.hmcts.net/confluence/display/WA/HLD+-+Task+Management+v1.5)
5.3.9
Merge pull request #401 from hmcts/feat/ST-645 ST-645 DynamicMultiSelectList object created
5.3.8
Merge pull request #400 from hmcts/feat/ST-645 ST-645 DynamicMultiSelectList object created
5.3.7
ST-645 DynamicMultiSelectList object created (#399) * ST-645 DynamicMultiSelectList object created * ST-645 DynamicMultiSelectList object created * ST-645 DynamicMultiSelectList object created --------- Co-authored-by: hmctscivil <[email protected]>
5.3.6
Merge pull request #398 from hmcts/feat/ST-1229 ST-1229 DynamicMultiSelectList added to FieldType
5.3.5
What's Changed
- Fix breaking change to Document constructor by @banderous in #397
Full Changelog: 5.3.4...5.3.5