Skip to content

Commit

Permalink
update bundle version and Enums with fpml schema updates [Development] (
Browse files Browse the repository at this point in the history
finos#2707)

* update bundle version and Enums with fpml schema updates

* Update RELEASE.md

* Update RELEASE.md

* Update RELEASE.md

---------

Co-authored-by: eacunaISDA <[email protected]>
  • Loading branch information
PayalKhanna and eacunaISDA authored Feb 26, 2024
1 parent b38ba81 commit cfd911a
Show file tree
Hide file tree
Showing 10 changed files with 1,506 additions and 1,520 deletions.
22 changes: 3 additions & 19 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,15 @@
# _CDM Model - Date Time Functions_

_What is being released?_

This release implements the existing `ToDateTime` function, and adds `ToTime` function.

- `ToDateTime` - converts a `date` to a `zonedDateTime`, defaulting the `time` to "00:00:00" and the `timezone` to "Z" (UTC)
- `ToTime` - created a `time` from inputs of `hours`, `minutes` and `seconds`

_Review directions_

In Rosetta, select the `Common Domain Model` project, then select the Textual Browser and inspect the functions `ToDateTime` and `ToTime`.

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

# _Infrastructure - Dependency Update_

_What is being released?_

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

Version updates include:
- `rosetta-dsl` 9.5.0: Adds support for tabulating projection data. For further details see DSL release notes: https://github.com/REGnosys/rosetta-dsl/releases/tag/9.5.0.
- `rosetta-dsl` 9.6.0: DSL build and compile performance improvements. For further details see DSL release notes: https://github.com/REGnosys/rosetta-dsl/releases/tag/9.6.0.
- `rosetta-bundle` 10.12.0: Adds JSON schema code generator.
- `rosetta-bundle` 10.13.4: FpML Coding schema updated.

There are no changes to the model or test expectations.

_Review directions_

The changes can be reviewed in PR: [#2690](https://github.com/finos/common-domain-model/pull/2690)
The changes can be reviewed in PR: https://github.com/finos/common-domain-model/pull/2707
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

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

<rosetta.bundle.version>10.12.0</rosetta.bundle.version>
<rosetta.bundle.version>10.13.4</rosetta.bundle.version>
<rosetta.code-gen.version>${rosetta.bundle.version}</rosetta.code-gen.version>
<rosetta.dsl.version>9.6.0</rosetta.dsl.version>

Expand Down
Loading

0 comments on commit cfd911a

Please sign in to comment.