Skip to content

7.0.0-dev.114

Choose a tag to compare

@CDM-ReleaseManagement-OT CDM-ReleaseManagement-OT released this 03 Jun 16:54
1de35a1

Infrastructure - Dependency Update

Version updates include:

  • DSL 10.0.0-dev.11 - Performance improvements. See DSL release notes: 10.0.0-dev.11
  • DSL 10.0.0-dev.12 - Performance improvements. See DSL release notes: 10.0.0-dev.12
  • Bundle 12.0.0-dev.12 - Update Maven coordinates for rune-common and rune-testing. See GitHub issue #1203
  • Bundle 12.0.0-dev.15 - Dependency Update and serialisation fix.
  • FpML as Rune 3.2.0 - Dependency Update. See FpML as Rune release notes: 3.2.0

Review Directions

Changes can be reviewed in PR: #4800

Event Model - Move Qualify_Substitution

Background

All event qualification methods should be in the cdm.event.qualification namespace. The Qualify_Substitution function was still in the cdm.event.common namespace.

What is being released?

Qualify_Substitution has been moved from cdm.event.common.func to now be in cdm.event.qualification.func. The actual function itself has not be changed.

Review Directions

Changes can be reviewed in PR: #4764