forked from finos/common-domain-model
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update bundle version and Enums with fpml schema updates [Development] (
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
1 parent
b38ba81
commit cfd911a
Showing
10 changed files
with
1,506 additions
and
1,520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.