Skip to content

Commit

Permalink
DSL update (#2877)
Browse files Browse the repository at this point in the history
* DSL update

* Update RELEASE.md

* Update RELEASE.md

---------

Co-authored-by: JayasriR <124573358+JayasriR@users.noreply.github.com>
  • Loading branch information
SimonCockx and JayasriR committed Apr 19, 2024
1 parent 7e9da8d commit e75a9f7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,23 @@ This release uses the new version of the Python generator (v2) which includes th
- More comprehensive support for Rosetta's operators
- Resolves the defect exposed by [PR 2766](https://github.com/finos/common-domain-model/pull/2766)
- Includes an update to the Python Rosetta runtime library used to encapsulate the Pydantic support (now version 2.0.0)
-
_Review directions_

The changes can be reviewed in PR: [#2869](https://github.com/finos/common-domain-model/pull/2869)

# _Infrastructure - Dependency Update_

_What is being released?_

This release updates the `rosetta-bundle` and `rosetta-dsl` dependencies.

Version updates include:
- `rosetta-bundle` 10.16.0: FpML Coding schema updated.
- `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.

There are no changes to the model or test expectations.

_Review directions_

The changes can be reviewed in PR: [#2877](https://github.com/finos/common-domain-model/pull/2877)
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@

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

<rosetta.bundle.version>10.15.8</rosetta.bundle.version>
<rosetta.bundle.version>10.16.0</rosetta.bundle.version>
<rosetta.code-gen.version>${rosetta.bundle.version}</rosetta.code-gen.version>
<rosetta.dsl.version>9.7.0</rosetta.dsl.version>
<rosetta.dsl.version>9.8.0</rosetta.dsl.version>

<xtext.version>2.27.0</xtext.version>
<opengamma.strata.version>1.7.0</opengamma.strata.version>
Expand Down

0 comments on commit e75a9f7

Please sign in to comment.