5.14.0
Reference Data - Update ISOCurrencyCodeEnum
What is being released?
Updated ISOCurrencyCodeEnum
based on updated scheme ISO Standard 4217.
Version updates include:
- added value:
ZWG
Review directions
The changes can be reviewed in PR: #3018
Infrastructure - Dependency Update
What is being released?
This release updates the following dependencies.
Version updates include:
DSL
9.12.0: this release fixes an issue where theonly exists
operator behaved unexpectedly when subtyping was involved. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.12.0.DSL
9.12.1: this patch fixes null pointers in the Java runtime of theonly exists
operator. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.12.1.DSL
9.12.2: this patch fixes a code generation bug in the Java generator. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.12.2.DSL
9.12.3: this patch fixes an issue where the code generator could freeze Rosetta. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.12.3.DSL
9.12.4: this patch fixed an issue withonly exists
on multi-cardinality inputs. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.12.4.Jackson
2.17.1: this release updates the library used to serialise/deserialise JSON.
Review Directions
The changes can be reviewed in PR: #3006