Skip to content

Commit e75a9f7

Browse files
SimonCockxJayasriR
andauthored
DSL update (finos#2877)
* DSL update * Update RELEASE.md * Update RELEASE.md --------- Co-authored-by: JayasriR <124573358+JayasriR@users.noreply.github.com>
1 parent 7e9da8d commit e75a9f7

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

RELEASE.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,23 @@ This release uses the new version of the Python generator (v2) which includes th
77
- More comprehensive support for Rosetta's operators
88
- Resolves the defect exposed by [PR 2766](https://github.com/finos/common-domain-model/pull/2766)
99
- Includes an update to the Python Rosetta runtime library used to encapsulate the Pydantic support (now version 2.0.0)
10-
-
10+
1111
_Review directions_
1212

1313
The changes can be reviewed in PR: [#2869](https://github.com/finos/common-domain-model/pull/2869)
14+
15+
# _Infrastructure - Dependency Update_
16+
17+
_What is being released?_
18+
19+
This release updates the `rosetta-bundle` and `rosetta-dsl` dependencies.
20+
21+
Version updates include:
22+
- `rosetta-bundle` 10.16.0: FpML Coding schema updated.
23+
- `rosetta-dsl` 9.8.0: this release features three new operations - `to-date`, `to-date-time` and `to-zoned-date-time` - to convert a string into a `date`, `dateTime` or `zonedDateTime` respectively. It also adds support to convert these three types into a string using the `to-string` operation. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.8.0.
24+
25+
There are no changes to the model or test expectations.
26+
27+
_Review directions_
28+
29+
The changes can be reviewed in PR: [#2877](https://github.com/finos/common-domain-model/pull/2877)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181

8282
<repoServerHost>oss.sonatype.org</repoServerHost>
8383

84-
<rosetta.bundle.version>10.15.8</rosetta.bundle.version>
84+
<rosetta.bundle.version>10.16.0</rosetta.bundle.version>
8585
<rosetta.code-gen.version>${rosetta.bundle.version}</rosetta.code-gen.version>
86-
<rosetta.dsl.version>9.7.0</rosetta.dsl.version>
86+
<rosetta.dsl.version>9.8.0</rosetta.dsl.version>
8787

8888
<xtext.version>2.27.0</xtext.version>
8989
<opengamma.strata.version>1.7.0</opengamma.strata.version>

0 commit comments

Comments
 (0)